/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
   

.clearfix:before, .clearfix:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    overflow: hidden;
}

.clearfix:after { clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */

.clearfix { zoom: 1; }

.left { float: left; }

.right { float: right; }

hr.fancy-line { 
    border: 0; 
    height: 1px;

}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;
    top: 1px;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line, hr.fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

body, hr.fancy-line:after {
    background: #555;
}

a,
a:visited {
	color: #761414;
}


@font-face {
	font-family:'Philosopher Bold';
	src:url('fonts/Philosopher-Bold.eot') format('eot'),
	    url('fonts/Philosopher-Bold.woff') format('woff'),
	    url('fonts/Philosopher-Bold.ttf') format('truetype'),
	    url('fonts/Philosopher-Bold.svg#Philosopher-Bold') format('svg');
	    font-weight:normal;
            font-style:normal;
}


@font-face {
	font-family:'Philosopher';
	src:url('fonts/Philosopher-Regular.eot?') format('eot'),
	    url('fonts/Philosopher-Regular.woff') format('woff'),
	    url('fonts/Philosopher-Regular.ttf') format('truetype'),
            url('Philosopher-Regular.svg#Philosopher') format('svg');
	    font-weight:normal;
	    font-style:normal;
}

@font-face {
    font-family: 'Days';
    src: url('fonts/Days-mk.eot');
    src: url('fonts/Days-mk.eot') format('embedded-opentype'),
         url('fonts/Days-mk.woff') format('woff'),
         url('fonts/Days-mk.ttf') format('truetype'),
         url('fonts/Days-mk.svg#Days') format('svg');
	
}

@font-face {
	font-family:"Macedonian Helv Italic";
	src:url("fonts/M-HELVI.eot") format("eot"),
		url("fonts/M-HELVI.woff") format("woff"),
		url("fonts/M-HELVI.ttf") format("truetype"),
		url("fonts/M-HELVI.svg#MacedonianHelvItalic") format("svg");
		font-weight:normal;
		font-style:normal;
}

h2 {
	font-family: 'Philosopher';
	font-size: 22px;
	line-height: 22px;
}

.red {
	color: #761414;
}

body {
	background: url('img/background.jpg') repeat;
	margin: 0;
	padding: 0;
}

div#outerWrap {
	max-width: 1350px;
	margin: 0 auto;
}

div#leftBanner,
div#rightBanner {
	width: 120px;
	height: 625px;
}

div#leftBanner {
	float: left;
}

div#rightBanner {
	float: right;
}

div#wrap {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 15px 0px;
	border-right: 1px solid #AEA692;
	border-left: 1px solid #AEA692;
}

header {
	min-height: 140px;
	width: 100%;
	padding-top: 5px;
}

header a {
	color: #000;
}

header h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

header #logo {
	margin-left: 2%;
	width: 9%;
	background-color: transparent;
	border-radius: 18%;
	margin-top: 1%;
}

header #site_name {
	width: 45%; 
}

header #site_name img {
	margin-top: 0%;
	width: 79%; 
}

header #social {
	width: 23%;
	padding: 0;
	margin-top: 2%;
}

header #social  li {
	float: left;
	list-style: none;
	padding-right: 9.88%;
	padding-top: 5.93%;
}

header #social li img {
	width: 130%;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

header #social li img:hover {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.search_form {
	padding-top: 1%;
	margin-right: 1%;
	margin-left: 77%;
}

.ptms_marquee a:link,
.ptms_marquee a:visited {
	font: 16px Georgia, Times, serif;
	font-weight:bold;
	color: #332625;
	text-decoration:none;
}

.ptms_marquee a:hover{
	color: #761414;
	text-decoration:none;
}

.searchbar input[type="text"] {
	width: 68%;
	height: 23px;
	border: 3px solid #3c2e2d;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	background: #eeeeee;
}

.navigation {
	background: url('img/menu-div.jpg') repeat;
	position: relative;
	z-index: 10;
}

nav{
	width: 94%;
	margin: 0 auto;
}

nav ul {
	display: block;
	position: relative;
	line-height: 1.250em;
	z-index: 10;
	width: 100%;
	opacity: 1;
    filter: alpha(opacity=100);

}
nav ul li {
    display: inline-block;
	font-size: 1em;
	color: #332625;
	font-family: 'Philosopher';
	padding: 5px 12px 0;
	vertical-align: middle;
	height: 55px;
	text-align: center;
	z-index: 100;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
	background-color: #ccc;
	width: 8.2%;
	margin: 15px 2px 0 0;
	-webkit-transition: margin-top 0.2s ease-in-out;
	-moz-transition: margin-top 0.2s ease-in-out;
	-o-transition: margin-top 0.2s ease-in-out;
	transition: margin-top 0.2s ease-in-out;
}

nav ul li.current-menu-item,
nav ul li:hover{
	margin-top: 0px;
}

nav ul li  a:visited {
	color: #332625;
	display: block;
}

nav ul li  a:hover{
	color: #443636;
	display: block;
}

nav ul li  a{
	color: #332625;
	text-decoration: none;
	display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	font-family: "Philosopher";
	font-weight: bold;
	font-size: 17px;
}

#allticker {
	margin-top: -15px;
	z-index: 11;
	position: relative;
}

#bknews-title a {
	text-decoration: none;
}

.shadow-up {
	background: none;
	width: 96%;
	height: 0px;
	overflow: hidden;
	opacity: 0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	box-shadow: -1px 0px 10px 1px;
	border-bottom: 1px solid #999;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: 1px auto 0 auto;
	padding: 0;
}

.shadow-down {
	background: none;
	width: 96%;
	height: 0px;
	opacity: 0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	box-shadow: 1px 0px 10px 1px;
	border-top: 1px solid #999;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin: -1px auto 14px auto;
	padding: 0;
}

div#slider {
	width: 90%;
	border-radius: 10px;
	margin: 0 auto;
	padding-top: 5px;
}

.ad-tradr-slider {
	width: 80%;
    	margin-left: auto;
    	margin-right: auto;
}


#slider-finish{
    display: block; 
    height: 24px;
	padding: 0px 6px 6px 6px;
	width: 95%;
	border-bottom: 3px solid #6A2C1B;
	border-right: 3px solid #6A2C1B;
	border-left: 3px solid #6A2C1B;
	background: #332625 none;
	margin: -24px auto 0 auto;
	position: relative;
	top: 33px;
	border-radius: 0 0 10px 10px;
}

#slider-finish div {
	background-color: #aea692;
	position: relative;
	top: -12px;
    display: block; 
    height: 36px;
	border-radius: 0 0 5px 5px; 
	width: 100%;
}

#slider-finish div ul {
	display: table;
	position: relative;
	width: 100%;
	z-index: 10;
}

#slider-finish div ul li {
    display: table-cell;
	font-size: 1.8em;
	color: #332625;
	font-family:'Philosopher';
	width: 50%;
	line-height: 1.250em;
	vertical-align: middle;
	height: 44px;
	text-align: center;
	z-index: 100;
	overflow: hidden;
}
#slider-finish div ul li a{
	color: #332625;
	text-decoration: none;
}

#slider-finish div ul li:hover,
#slider-finish div ul li:first-child:hover {
	background-color: #ccc;
}

#slider-finish div ul li  a,
#slider-finish div ul li  a:visited {
	color: #332625;
	display: block;
}

#slider-finish div ul li:first-child {
	background: url('img/meni-separator.png') right center no-repeat #aea692;
}

#slider-content #slider-stories {
	width: 96.5%;
	background-color: #fff;
	float: left;
	border: 1px solid #c1b1a2;
	margin: 5px 15px;
	height: 300px;
	border-radius: 3px;
	display: inline-block;
}

div#main {
	width: 100%;
	margin-top: 40px;
	color: #332625;
}

div#main.blog {
	margin: 0px 25px 0px 25px;
	padding-top: 40px;
	width: 95%;
}

div#leftContent {
	width: 67%;
	float: left;
	padding: 1%;
}

div.blog div#leftContent {
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	border: 2px solid #eee;
}

div.excerpt-post {
	margin-top: 30px;
}

div.excerpt-post img {
	float: left;
	margin-right: 15px;
}

div.excerpt-post a{
	text-decoration: none;
	color: #3c2e2d;
}

div.excerpt-post h2 {
	padding-bottom: 20px;
}

div.excerpt-post span.readmore {
	text-decoration: none;
	font-weight: bold;
	color: #e4d0bf;
	display: block;
	margin-top: 10px;
	float: right;
	background: #761414;
	border: 3px solid #3c2e2d;
	border-radius: 2px;
}

table.front_categories {
	width: 100%;
}

table.front_categories tr td {
	width: 33%;
	text-align: left;
	padding-bottom: 10px;
}

table.front_categories tr td:hover {
	position: relative;
	box-shadow: -5px 5px 10px #999;
}

table.front_categories tr td div{
	display: none;
	text-align: left;
	word-wrap: break-word;
	padding: 8px 10px 5px 10px;
	position: absolute;
	background-color: white;
	box-shadow: -5px 5px 10px #999;
	background: url('img/background.jpg') repeat;
	font-size: 13.5px;
	z-index: 100;
	line-height: 150%;
}

table.front_categories tr td:hover div{
	display: block;
}

table.front_categories tr td h3{
	padding-right:10px;
	padding-left: 15px;
}
table.front_categories tr td h3 a{
	text-decoration: none;
	color: #2d2d32;
	font: 16px Georgia, Times, serif;
}

.post_thumbnail{
	padding-left: 25px;
	padding-top: 5px;
}

table.front_categories tr td h3 a:hover{
	color: #640212;
}

table.front_categories  h2{
	text-align: left;
	font-size: 26px;
	line-height:26px;
	padding-bottom: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

table.front_categories  h2 a{
	color: #2d2d32;
	text-decoration: none;
}

table.front_categories tr th h2 a:hover{
	color: #640212;
}
table.front_categories  h2 a:visited {
	color: #2d2d32;
	text-decoration: none;
}

.underline_front{
	margin-top: -40px;
	width: 100%;
}

div#nice_line {
	height: 1583px;
	width: 0px;
	padding: 0;
	margin: 130px 0 100px 0;
	display: block;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #D3D3D3;
	float: left;
}

/*----accordion zakoni-------*/

.to-accordion h2 {
	font-family: 'Philosopher';
	font-weight: bold;
	font-size: 20px;
}

.to-accordion h3 {
	font-family: 'Verdana';
	border-bottom: 2px solid #D8D8D8;
} 

.to-accordion h3:hover{
	background-color: #2d2d32;
	border-radius: 5px;
	padding-left:10px;
	color: #eeeeee;
}

div.blog .ui-accordion-content,
div.blog .ui-helper-reset,
div.blog .ui-widget-content,
div.blog .ui-corner-bottom,
div.blog .ui-accordion-content-active{
	background: #eeeeee;
}

.ui-accordion-content ul li a{
	font-family: 'Verdana';
	text-decoration: none;
	padding-top: 3px;
	font-size: 16px;
	
}

.ui-accordion-content ul li a:hover{
	padding-left: 5px;
}

/*------ tabs vesti --------*/
div#vesti-title-links{
	display: none;
	}
	
#tabs { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0px 0px 0px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
	z-index: 1;
	margin-top: 25px;
	height: 470px;
} 

#tabs ul { 
    padding: 0px; 
    background: none; 
    border-width: 0px; 
	z-index: 1;
} 

#tabs ul li { 
	font-size: 18px;
	color: #ffffff;
	border: none;
	margin-top: 0.6em;
	margin-left: -4px;
	background: transparent;
} 

#underline-tabs{
	width: 100%;
}

#tabs li.ui-tabs-active a {
	cursor: pointer;
	font-size: 22px;
	border-radius: 0px 0px 0px 0px;
	border: none;
}

#tabs .ui-tabs-nav .ui-state-active { 
    background: transparent url(img/uiTabsArrow.png) no-repeat bottom center; 
    border: none;
}

#tabs .ui-widget-header { 
    border: none; 
    border-bottom: 1px solid #2d2d32; 
}

#tabs ul li a{ 
	font-family: 'Philosopher';
	font-weight: bold;
	letter-spacing: 1px;
} 

#tabs ul li a:focus {
	outline: 0;
}

#vesti-title {
	text-align: left;
	font-size: 26px;
	line-height:26px;
	font-weight: bold;
	letter-spacing: 1px;
}

#vesti-title a{
	color: #2d2d32;
	text-decoration: none;
}

#tabs h2 a:hover{
	color: #640212;
}



#vesti-title a:visited{
	color: #2d2d32;
	text-decoration: none;
}

.link-vesti-category {
	margin-top: 270px;
	background: url('img/link_arrow_vesti.png') no-repeat;
	height: 35px;
	width: 23%;
}

.link-vesti-category a {
	text-decoration: none;
	color: #2d2d32;
	display: block;
}

.link-vesti-category a h2 {
	font-size: 15px;
	line-height: 28px;
	margin-left: 9%;
}


#underline-tabs {
	margin-top: -31px;
	z-index: 100;
}

.magazine_post_first {
	float: left;
	margin-left: 0px;
	width: 42%;
	position: absolute;
}

.magazine_post_first img {
	position: relative;
	width: 300px;
	height: 250px;
}

.magazine_post_first h3 {
	font-family: 'Verdana';
	font-size: 16px;
	color: #2d2d32;
	background-color: rgba(0,0,0,0.7);
	position: relative;
	width: 94%;
	text-align: center;
	margin-top: -61px;
	margin-left: 0.75%;
}


.magazine_post_first h3 a {
	text-decoration: none;
	color: #ffffff;
}

.magazine_post_right {
	float: right;
	width: 52%;
	padding-bottom: 10px;
	
}

.magazine_post_right img {
	position: relative;
	width: 105px;
	height: 65px;
}

.magazine_post_right h3 a {
	text-decoration: none;
}

.magazine_post_right h3 {
	font-family: 'Verdana';
	font-size: 14px;
	color: #2d2d32;
	position: relative;
	text-decoration: none;
	margin-left: 31%;
	margin-top: -68px;
}

.magazine_post_wrapper {
	height: 75px;
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 10px;
}

aside {
	width: 30%;
	float: right;
	margin-top: 20px;
}

aside a {
	text-decoration: none;
	color: #3f3a3c;
}

aside h2{
	text-align: center;
}

aside .important-links {
	padding-top: 20px;
	width:	100%; 
}

aside .important-links ul li {
	width: 100%;
	
}

aside .important-links ul li a {
	display: block;
	margin-right: -4%;
}

aside .important-links ul li img {
	width: 80%;
	float: right;
	
}
/*
aside .important-links a{
	border: 2px solid #aea692;
	display: block;
	margin: 2% auto;
	width: 75%;
	height: 80px;
	text-align: left;
	padding-left: 3px;
}

aside a.important-link {
	font-size: 28px;
	line-height: 50px;
	text-decoration: none;
	font-family: 'Philosopher';
	background: url('img/btn-background.png') #AEA692 no-repeat bottom center;
}

aside a.important-link-dogovori {
	padding-top: 3px;
	font-size: 26px;
	line-height: 25px;
	text-align: left;
	padding-left: 3px;
}

aside a.important-link-izvestai {
	font-size: 18px;
	padding-left: 3px;
	padding-top: 3px;
	text-align: left;
	line-height: 20px;
}

aside .important-link:link{
	color: #332625;
}

aside .important-link:hover{
	color: #332625;
}
aside .important-link:visited {
	color: #332625;
}

aside .important-links a img {
	width: 100%;
	height: 80px;
}
*/	

/* .magazin {
	color: #332625;
	background: url('img/pravdiko_magazin_ramka.png') no-repeat top center;
	width: 100%;
	margin: 0 auto;
	padding-top: 22px;
	font-family: 'Philosopher';
}

.magazin h2 {
	background-color: #fff;
	padding: 0 0 0 30px;
	margin: 0;
	line-height: 30px;
	font-size: 30px;

}

.magazin a {
	text-decoration: none;
	color: #332625;
}
 */

.content_block_magazin {
	background-color: #fff;
	width: 100%;
	height: 350px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #fff;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.content_block_magazin li {
	display: grid;
}

.content_block_magazin .content_window {
	padding-top: 10px;
	margin-top: 0;
	height: 90%;
}

.content_block_magazin img {
	width: 80%;
	height: 100px;
}

.content_block_magazin .left_arrow,
.content_block_magazin .right_arrow {
	height: 100%;
}

.content_block_magazin a {
	text-decoration: none;
	color: #761414;
	font-size: 20px;
	line-height: 1.1;
	font-family: 'Philosopher';
	padding-right:5px;
}

.content_block_magazin p {
	font-size: 16px;
	width: 90%;
	color: #ffff;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.content_block_magazin h3 {
	width: 90%;
	font-family: 'Philosopher';
}

#sponsors {
	width: 100%;
	height: 450px;
}

#sponsors h2 {
	font-size: 20px;
	color: #332625;
	font-family: 'Philosopher';	
	text-align: left;
	margin-top: 10px;
	margin-left: 6%;
}

#sponsors .sponzori_lista li img {
	width: 10%;
	height: auto;
	margin-left: 12%;
	margin-top: 20px;
	display: block;
	float:left;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

#sponsors .sponzori_lista li img:hover {
	 filter: none;
  	-webkit-filter: grayscale(0%);
}

#nice_line_sponsors{
	height: 0px;
	width: 88%;
	padding: 0;
	margin: 5px 6% 0 6%;
	display: block;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #D3D3D3;
	float: center;
}

footer {
	margin-top: -279px;
	position: absolute;
	height: 315px;
	z-index: 1000;
	width: 100%;
	background-color: #2d2d32;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#footer_wrap{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	height: 277px;
	position: relative;
	overflow: hidden;
}

footer hr {
	height: 2px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
/*--------------------------------*/
#footer_links {
	position: relative;
	width: 30%;
	height: 114px;
	display: block;
	float: right;
	margin-right: 3%;
	top: -395px;
}

#social_links {
	margin-top: 10px;
	height: 100%;
	width: 100%;
}

#social_links ul {
	width: 100%;
}

#social_links ul li {
	margin-right: 2%;
	width: 18%;
	display: inline-block;
}

#fb_footer img {
	width:100%;
	height:auto;
	
}

#tw_footer img{
	width:100%;
	height:auto;
	
}

#go_footer img{
	width:100%;
	height:auto;
}

#in_footer img {
	width:100%;
	height:auto;
}

#footer_links a{
	display:block;
}

#footer_links a:hover{
	box-shadow:none;
}


/*--------------------------*/
#footer_buttons {
	float: left;
	width: 24%;
	margin-left: 8%;
	position:absolute;
	margin-top: 0px;
}

#footer_buttons ul{
	display: block;
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 100%; 
}

#footer_buttons ul li{
	float: left;
	width: 35%;
	padding-right: 8%;
	padding-top: 28px;
	padding-left: 0;
	position: relative;
	margin-top: -6px;
}

#footer_buttons ul li:nth-child(3){
	margin-top: 116px;
	margin-left: -86%;
}

#footer_buttons ul li:nth-child(4){
	margin-top: 117px;
	margin-left: -43%;
}

#footer_buttons ul li img{
	width: 100%;
	height: auto;
}

#footer_nice_line_left {
	height: 63%;
	width: 0px;
	top: 47px;
	margin-left: 33%;
	border-right: 1px solid #111;
	border-left: 1px solid #444;
	position: relative;
}

#footer_nice_line_right {
	height: 63%;
	width: 0px;
	margin-left: 61%;
	border-right: 1px solid #111;
	border-left: 1px solid #444;
	position: relative;
	top: -190px;
}

div#footer_menu_links{
	margin-top: -159px;
	margin-left: 35.5%;
	width: 23%;
}

ul#menu-footer-menu {
	width: 100%;
}

#footer_menu_links ul li {
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #444;
	border-top: 1px solid #111;
}

#footer_menu_links ul li:nth-child(1) {
	border-top: none;
}

#footer_menu_links ul li:nth-child(7) {
	border-bottom: none;
}

#footer_menu_links ul li a,#footer_menu_links ul li a:visited  {
	color: #eeeeee;
	text-decoration: none;
}


/*------Subscribe form-------------*/

form#form-wysija-php546c88c0f122f-4 {
	margin-top: -5px;
	color: #fff;
	font-family: 'Verdana';
	font-size: 16px;
	font-weight: bold;
}

.widget_wysija_cont.php_wysija{
	position: relative;
	top: -288px;
	float: right;
	right: -21%;
}

p.wysija-paragraph {
	padding-top: 10px;
}

.widget_wysija_cont .wysija-submit {
	display: block;
	margin-top: 20px;
	background-color: #2d2d32;
	color: #eeeeee;
	width: 54%;
	height: 32px;
}

form#form-wysija-php546c8ef16a1ca-4 {
	font-family: 'Verdana';
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}


/*-----End Subscribe form footer---Start logo footer-----*/


footer .copyright {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.post title {
	text-decoration:none;
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	color: #3c2e2d;
}

.post title a{
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #3c2e2d;
}




/**
 *  Headings
 * ----------------------------------------------------------------------------
 */

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

.post h1 {
	font-size: 48px;
	margin: 33px 0;
}

.post h2 {
	font-size: 30px;
	margin: 25px 0;
}

.post h3 {
	font-size: 22px;
	margin: 22px 0;
}

.post h4 {
	font-size: 20px;
	margin: 25px 0;
}

.post h5 {
	font-size: 18px;
	margin: 30px 0;
}

.post h6 {
	font-size: 16px;
	margin: 36px 0;
}

.post hr {
	background: url(../images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * Text Elements
 * ----------------------------------------------------------------------------
 */

.post p {
	margin: 0 0 24px;
	font: 16px/25px Georgia, Times, serif;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-font-smoothing: antialiased;
	color: #2E2C2C;
	
}

.post ol,
.post ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

.post ul {
	list-style-type: circle;
}

.post ul li {
	font: 16px/25px Georgia, Times, serif;
}
.post ol {
	list-style: decimal outside;
}

.post li > ul,
.post li > ol {
	margin: 0;
}

.post dl {
	margin: 0 20px;
}

.post dt {
	font-weight: bold;
}

.post dd {
	margin: 0 0 20px;
}

.post strong {
	font-weight: bold;
}

.post code,
.post kbd,
.post pre,
.post samp {
	font-family: monospace, serif;
	font-size: 14px;
}

.post pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.post blockquote,
.post q {
	quotes: none;
}

.post blockquote:before,
.post blockquote:after,
.post q:before,
.post q:after {
	content: "";
	content: none;
}

.post blockquote {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

.post blockquote blockquote {
	margin-right: 0;
}

.post blockquote cite,
.post blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.post cite {
	border-bottom: 0;
}

.post abbr[title] {
	border-bottom: 1px dotted;
}

.post address {
	font-style: italic;
	margin: 0 0 24px;
}

.post del {
	color: #333;
}

.post ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}

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

.post sup {
	top: -0.5em;
}

.post sub {
	bottom: -0.25em;
}


/* Media Alignment */
img.centered {
display:block; margin-left:auto;
margin-right:auto; margin-bottom:10px; padding:0;}
img.alignnone {
display:inline;
margin:0 0 10px;
padding:5px;
}
img.alignright {
display:inline;
margin:5px 0 10px 10px;
padding:5px;
}
img.alignleft {
display:inline;
margin:10px 15px 10px 0;
padding:5px;
}
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}
/* last changes */

.informator_mobile {
	display: none;
}

#povazni-linkovi img {
	
	width: 100%;
}

#main .group-fourohfour img {
	width: 100%;
	padding-left: 20px;
}

.widget form#subscribe-blog-blog_subscription-3 p {
	font-size: 16px;
}

.widget form#subscribe-blog-blog_subscription-3 p nput[type="text"] {
	font-size: 16px;
}

.widget h3.widget-title label[for="subscribe-field"]{
	font-family: 'Philosopher';
	font-size: 18px;
}

.widget form #subscribe-submit input[type="submit"]{
	font-size: 18px;
	font-family: 'Philosopher';
	color: #6A2C1B;
}

.breadcrumbs a {
	color: #6A2C1B;
}

.right {
	margin-bottom: 15px;
}

.navi a {
	color: #6A2C1B;
}

footer .praven_zastapnik {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

footer .praven_zastapnik a{
	color: #fff;
}

.banner-aside-1{
	position: relative;
	top: 10px;
	left: 22px;
	
}

.adobe_reader_instructions a {
	color: #6A2C1B;
}

.KeepAnEye {
	margin-left: 25px;
	margin-top: 10px;
}

.KeepAnEyeTekst {
	margin-top: 20px;
}

.esei-sidebar img {
	margin-left: 31px;
	margin-bottom: 10px;
	margin-top: 10px;
	height:auto;
	width:75%;
}
.esei img
{
	margin-left: 35px;
	margin-bottom: 15px;
	width: 90%;
}

.fb_iframe_widget
{
	padding-bottom: 30px;
}

.doniraj img
{
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 15px;
	width: 90%;
}



.yahoo-ads IFRAME{
	margin-left: 20px;
}

.ad_position5{
	padding-top: 10px;
}

.ad_position5_post{
	padding-top: 10px;
}

.ad_position5_1{
	margin-top: -10px;
}

.ad_position5_1_post{
	margin-top: -19px;
}

.izdavanje-dokumenti-sidebar{
	padding-top: 10px;
}

.cist-vozduh img {
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: -15px;
	width: 95%;
}

.next-page {
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: 200px;	
}

/*------Patuvaj bezgrizno-------*/

.patuvaj-bezgrizno_category ul li{
	width: 100%;
  	margin-top: 15px;
}

.patuvaj-bezgrizno_category ul li:hover{
	margin-left: 1%;
}


.patuvaj-bezgrizno_category ul li img{
	width: 90%;
	border-radius: 2px;
}

.patuvaj-bezgrizno-naslovna {
	width: 91%;
	padding-top: 10px;
  }

.patuvaj-bezgrizno-naslovna img{
	width: 100%;
    display: block;
}

.patuvaj-bezgrizno-servisi {
	margin-top: 20px;
    	width: 100%;
}

.patuvaj-bezgrizno-servisi img{
	width: 100%;
}

/*------Izdavanje dokumenti-------*/

.upatsva-izdavanje-dokumenti{
	padding-top: 75px;
   	width: 100%;
}

.upatsva-izdavanje-dokumenti img{
	width: 85%;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
}


.izdavanje-dokumenti {
	width: 100%;
}


.izdavanje-dokumenti h2{
	text-align: center;
  	position: relative;
  	top: 40px;
	font-style: italic;
  	font-weight: bold;
}

.izdavanje-dokumenti a{
	text-decoration: none;
	display: block;
}

.izdavanje-dokumenti-row-1 {
	width: 100%;
	margin-top: 45px;
}

.izdavanje-dokumenti-row-2 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-row-3 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-row-4 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-row-5 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-row-6 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-row-7 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-row-8 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-row-9 {
	width: 100%;
	margin-top: 10px;
}

.izdavanje-dokumenti-left {
	float: left;
  	width: 30%;
  	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	height: 350px;
    	background: #FEFCFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
  	-webkit-box-shadow: 5px 6px 3px #E7E4E4;
  	-moz-box-shadow: 5px 6px 3px #E7E4E4;
  	box-shadow: 5px 6px 3px #E7E4E4;
}

.izdavanje-dokumenti-left:hover{
	background: #eeeeee;
}

.izdavanje-dokumenti-center {
	
	width: 30%;
    	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
	height: 350px;
  	background: #FEFCFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
  	-webkit-box-shadow: 5px 6px 3px #E7E4E4;
  	-moz-box-shadow: 5px 6px 3px #E7E4E4;
  	box-shadow: 5px 6px 3px #E7E4E4;

}

.izdavanje-dokumenti-center:hover{
	background: #eeeeee;
}

.izdavanje-dokumenti-right {
	float: right;
    	width:30%;
	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
	height: 350px;
  	background: #FEFCFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
  	-webkit-box-shadow: 5px 6px 3px #E7E4E4;
  	-moz-box-shadow: 5px 6px 3px #E7E4E4;
  	box-shadow: 5px 6px 3px #E7E4E4;

}

.izdavanje-dokumenti-right:hover{
	background: #eeeeee;
}


.image-swap1{
	width: 88%;
   	height: 125px;
   	background-image: url(img/licna-karta.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap1:hover{
	background-position: 0 100%;
}

.image-swap2{
	width: 88%;
   	height: 125px;
   	background-image: url(img/pasos.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap2:hover{
	background-position: 0 100%;
}

.image-swap3{
	width: 88%;
   	height: 125px;
   	background-image: url(img/vozacka.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap3:hover{
	background-position: 0 100%;
}

.image-swap4{
	width: 88%;
   	height: 125px;
   	background-image: url(img/vozacka-kniska.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap4:hover{
	background-position: 0 100%;
}

.image-swap5{
	width: 88%;
   	height: 125px;
   	background-image: url(img/osnoven-sud.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap5:hover{
	background-position: 0 100%;
}

.image-swap6{
	width: 88%;
   	height: 125px;
   	background-image: url(img/drzavjanstvo.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap6:hover{
	background-position: 0 100%;
}

.image-swap7{
	width: 88%;
   	height: 125px;
   	background-image: url(img/osnoven-sud.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap7:hover{
	background-position: 0 100%;
}

.image-swap8{
	width: 88%;
   	height: 125px;
   	background-image: url(img/osnoven-sud.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap8:hover{
	background-position: 0 100%;
}

.image-swap9{
	width: 88%;
   	height: 125px;
   	background-image: url(img/osnoven-sud.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap9:hover{
	background-position: 0 100%;
}

.image-swap10{
	width: 88%;
   	height: 125px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap10:hover{
	background-position: 0 100%;
}

.image-swap11{
	width: 88%;
   	height: 125px;
   	background-image: url(img/elektronski-zdavstveni-karticki.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap11:hover{
	background-position: 0 100%;
}

.image-swap12{
	width: 88%;
   	height: 125px;
   	background-image: url(img/katastar.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap12:hover{
	background-position: 0 100%;
}

.image-swap13{
	width: 88%;
   	height: 125px;
   	background-image: url(img/katastar.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap13:hover{
	background-position: 0 100%;
}

.image-swap14{
	width: 88%;
   	height: 125px;
   	background-image: url(img/katastar.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap14:hover{
	background-position: 0 100%;
}

.image-swap15{
	width: 88%;
   	height: 125px;
   	background-image: url(img/osnoven-sud.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap15:hover{
	background-position: 0 100%;
}

.image-swap16{
	width: 88%;
   	height: 125px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap16:hover{
	background-position: 0 100%;
}

.image-swap17{
	width: 88%;
   	height: 125px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap17:hover{
	background-position: 0 100%;
}

.image-swap18{
	width: 88%;
   	height: 125px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap18:hover{
	background-position: 0 100%;
}

.image-swap19{
	width: 88%;
   	height: 125px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap19:hover{
	background-position: 0 100%;
}

.image-swap20{
	width: 88%;
   	height: 125px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap20:hover{
	background-position: 0 100%;
}

.image-swap21{
	width: 88%;
   	height: 125px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap21:hover{
	background-position: 0 100%;
}

.image-swap22{
	width: 88%;
   	height: 125px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap22:hover{
	background-position: 0 100%;
}

.image-swap23{
	width: 88%;
   	height: 125px;
   	background-image: url(img/osnoven-sud.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap23:hover{
	background-position: 0 100%;
}

.image-swap24{
	width: 88%;
   	height: 125px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap24:hover{
	background-position: 0 100%;
}

.image-swap25{
	width: 88%;
   	height: 125px;
   	background-image: url(img/osnoven-sud.png);
   	background-position: 0 0;
	position: relative;
  	margin: auto;
  	top: 15px;  	
	left: 0;
  	bottom: 0;
  	right: 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #761414;	
}

.image-swap25:hover{
	background-position: 0 100%;
}


/*------Servisi------*/

.servisi_category ul{
	width: 90%;
}

.servisi_category ul li {
	height: 125px;
	margin-top: 30px;
	background: #eeeeee;
	width: 90%;
	border-radius: 5px;
	-webkit-box-shadow: 5px 6px 3px #E7E4E4;
    -moz-box-shadow: 5px 6px 3px #E7E4E4;
	box-shadow: 5px 6px 3px #E7E4E4;
}

.servisi_category ul li img {
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: 6px 0 5px -2px #E7E4E4;
    -moz-box-shadow: 6px 0 5px -2px #E7E4E4;
	box-shadow: 6px 0 5px -2px #E7E4E4;
}

.servisi_category ul li:hover{
	margin-left: 1%;
}

.servisi_category ul li a {
	display:block;
	text-decoration:none;
	color:#2d2d32;
}

.servisi_category ul li h2 {
	font-family: 'Philosopher';
	font-size: 26px;
	margin-top: -109px;
	margin-left: 32%;
	font-weight: bold;
	text-align: center; 
}

/*---------Sudska Praksa---------*/

div#sudska_praksa {
	height: 400px;
}

.sudska_praksa_category ul{
	width: 90%;
}

.sudska_praksa_category ul li {
	height: 125px;
	margin-top: 30px;
	background: #eeeeee;
	width: 90%;
	border-radius: 5px;
	-webkit-box-shadow: 5px 6px 3px #E7E4E4;
    -moz-box-shadow: 5px 6px 3px #E7E4E4;
	box-shadow: 5px 6px 3px #E7E4E4;
}

.sudska_praksa_category ul li img {
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: 6px 0 5px -2px #E7E4E4;
    -moz-box-shadow: 6px 0 5px -2px #E7E4E4;
	box-shadow: 6px 0 5px -2px #E7E4E4;
}

.sudska_praksa_category ul li:hover{
	margin-left: 1%;
}

.sudska_praksa_category ul li a {
	display:block;
	text-decoration:none;
	color:#2d2d32;
}

.sudska_praksa_category ul li h2 {
	font-family: 'Philosopher';
	font-size: 26px;
	margin-top: -109px;
	margin-left: 32%;
	font-weight: bold;
	text-align: center; 
}

/*---------Vrhoven sud--------*/

div#vrhoven_sud{
	margin-top: 500px;
	height: 100px;
}

.vrhoven_sud_category ul{
	width: 90%;
}

.vrhoven_sud_category ul li {
		height: 47px;
		background: #eeeeee;
		width: 90%;
		border-radius: 5px;
		-webkit-box-shadow: 5px 6px 3px #E7E4E4;
		-moz-box-shadow: 5px 6px 3px #E7E4E4;
		box-shadow: 5px 6px 3px #E7E4E4;
}

.vrhoven_sud_category ul li:hover{
	margin-left: 1%;
}

.vrhoven_sud_category ul li a {
	display:block;
	text-decoration:none;
	color:#2d2d32;
}

.vrhoven_sud_category ul li h2 {
	font-family: 'Philosopher';
	font-size: 26px;
	margin-top: -109px;
	font-weight: bold;
	text-align: center; 
}


/*--------Strucna Literatura------*/

.strucna_literatura_category ul{
	width: 90%;
}

.strucna_literatura_category ul li {
	height: 125px;
	margin-top: 30px;
	background: #eeeeee;
	width: 90%;
	border-radius: 5px;
	-webkit-box-shadow: 5px 6px 3px #E7E4E4;
    -moz-box-shadow: 5px 6px 3px #E7E4E4;
	box-shadow: 5px 6px 3px #E7E4E4;
}

.strucna_literatura_category ul li img {
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: 6px 0 5px -2px #E7E4E4;
    -moz-box-shadow: 6px 0 5px -2px #E7E4E4;
	box-shadow: 6px 0 5px -2px #E7E4E4;
}

.strucna_literatura_category ul li:hover{
	margin-left: 1%;
}

.strucna_literatura_category ul li a {
	display:block;
	text-decoration:none;
	color:#2d2d32;
}

.strucna_literatura_category ul li h2 {
	font-family: 'Philosopher';
	font-size: 26px;
	margin-top: -109px;
	margin-left: 32%;
	font-weight: bold;
	text-align: center; 
}

/*------- Stranska Literatura------*/

div#stranska_literatura{
	margin-top: 390px;
	height: 162px;
}

.stranska_literatura_category ul{
	width: 90%;
}

.stranska_literatura_category ul li {
		height: 47px;
		background: #eeeeee;
		width: 90%;
		border-radius: 5px;
		-webkit-box-shadow: 5px 6px 3px #E7E4E4;
		-moz-box-shadow: 5px 6px 3px #E7E4E4;
		box-shadow: 5px 6px 3px #E7E4E4;
}

.stranska_literatura_category ul li:hover{
	margin-left: 1%;
}

.stranska_literatura_category ul li a {
	display:block;
	text-decoration:none;
	color:#2d2d32;
}

.stranska_literatura_category ul li h2 {
	font-family: 'Philosopher';
	font-size: 26px;
	margin-top: -109px;
	font-weight: bold;
	text-align: center; 
}

/*----------Makedonska Literatura------*/

div#makedonska_literatura{
	margin-top: 460px;
	height: 100px;
}

.makedonska_literatura_category ul{
	width: 90%;
}

.makedonska_literatura_category ul li {
		height: 47px;
		background: #eeeeee;
		width: 90%;
		border-radius: 5px;
		-webkit-box-shadow: 5px 6px 3px #E7E4E4;
		-moz-box-shadow: 5px 6px 3px #E7E4E4;
		box-shadow: 5px 6px 3px #E7E4E4;
}

.makedonska_literatura_category ul li:hover{
	margin-left: 1%;
}

.makedonska_literatura_category ul li a {
	display:block;
	text-decoration:none;
	color:#2d2d32;
}

.makedonska_literatura_category ul li h2 {
	font-family: 'Philosopher';
	font-size: 26px;
	margin-top: -109px;
	font-weight: bold;
	text-align: center; 
}

/* Adresar */

.letter {
	display: grid;
	border: 1px solid #761414;
	color: #3c2e2d;
	width: 6%;
	height: 32px;
	font-weight: bolder;
	border-radius:3px;
	box-shadow:0px 0px 2px #000;
	font-size: 16px;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #FEFCFF;
}

.letter:hover {
	background: #aba490;
}

.profession h3{
	font: bold 22px/1.7 Helvetica, Verdana, sans-serif;
	color: #3c2e2d;
	padding-bottom: 10px;
	padding-top: 10px;
}

.profession ul li {
	/* General Propertoes */
	height:34px;
	width:45%;
	/* CSS3 Styling */
	/*background:-moz-linear-gradient(top, #deccbb,#f3e8de);
	background:-webkit-gradient(linear, left top, left bottom, from(#deccbb), to(#f3e8de));*/
	background: #FEFCFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	border: 1px solid #761414;
	margin-bottom: 8px;
  /* Text Styling */
	font: bold 18px/1.5 Helvetica, Verdana, sans-serif;
	color:#3c2e2d;
	text-align: center;
	
}

.profession ul li:hover,
.profession ul li.active {
	background: #aba490;
}
.profession ul li a{
	color: #3c2e2d;
	font-size: 20px;
	text-decoration: none;
	display: block;
}

.city h3{
	font: bold 22px/1.7 Helvetica, Verdana, sans-serif;
	color: #3c2e2d;
	padding-bottom: 10px;
	padding-top: 10px;
}

.letter_title h3 {
	font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
	color: #3c2e2d;
	padding-bottom: 10px;
	padding-top: 10px;
}

.vcard {
    display: block;
    margin: 10px 0px;
    position: relative;
    width: 94%;
    height: 165px;
    background: #FEFCFF;
    box-shadow: 0 0 5px #000;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #761414;
    color: #3c2e2d;
}
.vcard .fn {
    font-family: 'Philosopher';
    text-align: center;
    position: relative;
    font-size: 1.7em;
    color: #222;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25), 0 -1px 0 rgba(0,0,0,0.25);
    margin: 0 5px;
}
.vcard .profession {
    color: #761414;
    padding: 5px 0px 5px 0px;
    font-weight: bold;	
    		
}

.vcard .tel{
    padding: 0px 0px 5px 0px;
}

.vcard .adr{
    padding: 5px 0px 5px 0px;

}

.search_addressbook h3 {
	font: bold 22px/1.7 Helvetica, Verdana, sans-serif;
	color: #3c2e2d;
	padding-bottom: 10px;
	padding-top: 10px;
}

img#logo_adresar {
	position: absolute;
	margin-left: 31%;
	width: 14%;
	margin-top: 45px;
}

img#tel_adresar {
	position: absolute;
	margin-left: 30%;
	width: 4%;
	margin-top: 10px;
}

img#mail_adresar {
	position: absolute;
	margin-left: 43%;
	width: 3%;
	margin-top: 44px;
}

img#at_adresar {
	position: absolute;
	margin-left: 26%;
	width: 5%;
	margin-top: 96px;
}

img#mobile_adresar{
	position: absolute;
	margin-left: 37%;
	width: 3%;
	margin-top: -8px;
}

form#filter-form {
	width: 50%;
	height: 35px;
}

form#filter-form select {
	width: 71%;
	height: 35px;

}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
	top: 20px;
}

form#form_obrasci{
	width: 100%;
}

form#form_obrasci select{
	width:100%;
	height: 39px;
}

form#form_obrasci select option {
	font-size: 14px;
}

div#kromberg-header{
	width: 100%;
}

div#kromberg-header img {
	width: 100%;
}

div#kromberg-oglasi ul{
	width: 90%;
}

div#kromberg-oglasi ul li {
	height: 125px;
	margin-top: 30px;
	background: #eeeeee;
	width: 90%;
	border-radius: 5px;
	-webkit-box-shadow: 5px 6px 3px #E7E4E4;
    -moz-box-shadow: 5px 6px 3px #E7E4E4;
	box-shadow: 5px 6px 3px #E7E4E4;
}

div#kromberg-oglasi ul li img {
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: 6px 0 5px -2px #E7E4E4;
    -moz-box-shadow: 6px 0 5px -2px #E7E4E4;
	box-shadow: 6px 0 5px -2px #E7E4E4;
}

div#kromberg-oglasi ul li:hover{
	margin-left: 2%;
}

div#kromberg-oglasi ul li a {
	display:block;
	text-decoration:none;
	color:#2d2d32;
}

div#kromberg-oglasi ul li h2 {
	font-family: 'Philosopher';
    	font-size: 25px;
    	margin-top: -105px;
    	margin-left: 25%;
    	font-weight: bold;
    	text-align: center;
    	line-height: 40px;
}

div#kromberg-social{
	margin-top: 40px;
}



 @-ms-viewport{
		width: device-width;
	}
#ofcategory {
	display: none;
}

.searchandfilter li {
	padding-bottom: 15px;
}

.searchandfilter input[type="text"]{
	width: 300px;
	height: 30px;
}

.to-accordion ul li{
	padding-top: 20px;
}
	
/*---------Media Queries------------*/	
   
@media(max-width: 350px) {

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}
	
	header #social li img {
		width: 23.6%;
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
	-webkit-transform:none; /* Safari and Chrome */
    -moz-transform:none; /* Firefox */
    -ms-transform:none; /* IE 9 */
    -o-transform:none; /* Opera */
     transform:none;
	}
	
	header #social li {
		display: inline;
		float: none;
		padding-right: 3.88%;
	}
	
	header #social ul {
		width: 50%;
	}
	
	header #social {
		width: 40%;
	}
	
	header #site_name img {
		margin-top: 2%;
		width: 85%;
	}
	
	header #logo {
		width: 13%;
		margin-top: -5px;
	}
	
	header {
		min-height: 50px;
	}
	
	nav ul li a {
		font-size: 20px;
		font-weight: initial;
	}
	
	nav ul li {
		width: 78.5%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 8px;
		margin-left: 6%;
		height: 42px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
	margin-top: 8px;
	}
	
	.search_form {
		margin-left: 6%;
	}
	
	.searchbar input[type="text"]{
		width: 92%;
		height: 30px;
		font-size: 14px;
	}
	
	.navigation {
		height: 500px;
	}
	
	.pointelle_slides{
		display: none;
	}
	div#slider{
		display: none;
	}
	
	table.front_categories h2{
		font-size: 22px;
		line-height: 22px;
		padding-top: 10px;
	}
	
	
	.front_categories tr td a img{
		width: 50px;
		height: 50px;
		padding-top: 5px;
	}
	
	table.front_categories tr td h3 {
	padding-right: 10px;
	padding-left: 15px;
	/* float: right; */
	padding-bottom: 20px;
	margin-left: 67px;
	position: relative;
	margin-top: -57px;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories {
		width: 145%;
	}
	
	table.front_categories tr td {
		width: 100%;
		text-align: left;
		padding-bottom: 24px;
		float: left;
		clear: left;
		border-bottom: 1px solid #2d2d32;
	}
	
	table.front_categories tr td h3{
		padding-bottom: 0;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	#vesti-title-links h2{
		font-size: 22px;
		line-height: 22px;
		margin-top: 15px;
	}
	
	div#vesti-title-links{
		display: block;
		width: 135%;
	}
	
	#tabs {
		display: none;
	}
	
	#vesti-title-links ul li{
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 10px;
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		height: 35px;
	}
	
	#vesti-title-links ul li a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		text-decoration: none;
	}
	
	#sponsors {
		height: 380px;
	}
	
	div#sns_wrapper{
		display: none;
	}
	
	.informator_mobile{
		display: block;
		float: left;
		position: relative;
		background-color: #2d2d32;
		height: 40px;
		width: 100%;
	}
	
	.informator_mobile a {
		text-decoration: none;
		color: #eeeeee;
		display: block;
	}
	
	.informator_mobile a p {
		font-size: 20px;
		font-family: 'Helvetica';
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
	}

	
	aside.clearfix {
		display: none;
	}
	
	div#nice_line {
		display: none;
	}
	
	#nice_line_sponsors{
		display: none;
	}
	
	div.excerpt-post img{
		width: 37%;
	}
	
	div#main.blog{
		width: 100%;
		margin: 0 25px 0 5px;
	}
	
	div.blog div#leftContent{
		width: 94%;
	}
	
	.servisi_category ul li img{
		display: none;
	}
	
	.servisi_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.servisi_category ul li h2{
		margin-left: 0%;
		margin-top: -120px;
	}
	
	.strucna_literatura_category ul li img {
		display: none;
	}
	
	.strucna_literatura_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-left: 0%;
		margin-top: -120px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 78%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 68%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		display: none;
	}
	
	footer .praven_zastapnik {
		display: none;
	}
	
	#social_links ul li{
		width: 20%;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 54%;
		margin-left: 2%;
		top: 34px;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 2%;
		width: 48%;
		top: -128px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -68px;
		right: -46%;
		width: 46%;
	}
	
	input#form-validation-field-0 {
		width: 95%;
	}
	
	p.wysija-paragraph {
		width: 90%;
	}
	
	.widget_wysija_cont.php_wysija form p input{
		width: 90%;
	}
	
	.formError,.formErrorContent {
		display: none;
	}
	
	.widget_wysija_cont.php_wysija form input{
		width: 82%;
	}
	
	#footer_buttons ul li:nth-child(3){
		margin-top: 80px;
	}
		
	#footer_buttons ul li:nth-child(4){
		margin-top: 80px;
	}

	.izdavanje-dokumenti h2{
		font-size: 16px;
		  top: 5px;
	}

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 185px;
		width: 96%;
		float:left;
	}
	
.image-swap1{
	width: 50%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);	
	top:5px;
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 50%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
	top:5px;
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 50%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);	
	top:5px;
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 50%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
	top:5px;
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 50%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 50%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
	top:5px;
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 50%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 50%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 50%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
	top:5px;
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 50%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
	top:5px;
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 50%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
	top:5px;
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 50%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
	top:5px;
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 50%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
	top:5px;
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 50%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
	top:5px;
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 50%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
	top:5px;
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 50%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
	top:5px;
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 50%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
	top:5px;
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 50%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);
	top:5px;
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 50%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);	
	top:5px;
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 50%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
	top:5px;
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 50%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
	top:5px;
}

.image-swap21:hover{
	background-position: 0 0;
	top:5px;
}

.image-swap22{
	width: 50%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
	top:5px;
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 50%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap23:hover{
	background-position: 0 0;
	top:5px;
}

.image-swap24{
	width: 50%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
	top:5px;
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 50%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;	
}

.image-swap25:hover{
	background-position: 0 0;
}

}

@media(min-width: 351px) and (max-width: 449px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	header #social li img {
		width: 23.6%;
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
	-webkit-transform:none; /* Safari and Chrome */
    -moz-transform:none; /* Firefox */
    -ms-transform:none; /* IE 9 */
    -o-transform:none; /* Opera */
     transform:none;
	}
	
	header #social li {
		display: inline;
		float: none;
		padding-right: 3.88%;
	}
	
	header #social ul {
		width: 50%;
	}
	
	header #social {
		width: 40%;
	}
	
	header #site_name img {
		margin-top: 2%;
		width: 85%;
	}
	
	header #logo {
		width: 13%;
		margin-top: -5px;
	}
	
	header {
		min-height: 50px;
	}
	
	nav ul li a {
		font-size: 20px;
		font-weight: initial;
	}
	
	nav ul li {
		width: 78.5%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 8px;
		margin-left: 6%;
		height: 42px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
	margin-top: 8px;
	}
	
	.search_form {
		margin-left: 6%;
	}
	
	.searchbar input[type="text"]{
		width: 92%;
		height: 30px;
		font-size: 14px;
	}
	
	.navigation {
		height: 500px;
	}
	
	.pointelle_slides{
		display: none;
	}
	div#slider{
		display: none;
	}
	
	table.front_categories h2{
		font-size: 22px;
		line-height: 22px;
		padding-top: 10px;
	}
	
	
	.front_categories tr td a img{
		width: 50px;
		height: 50px;
		padding-top: 5px;
	}
	
	table.front_categories tr td h3 {
	padding-right: 10px;
	padding-left: 15px;
	/* float: right; */
	padding-bottom: 20px;
	margin-left: 67px;
	position: relative;
	margin-top: -57px;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories {
		width: 145%;
	}
	
	table.front_categories tr td {
		width: 100%;
		text-align: left;
		padding-bottom: 24px;
		float: left;
		clear: left;
		border-bottom: 1px solid #2d2d32;
	}
	
	table.front_categories tr td h3{
		padding-bottom: 0;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	#vesti-title-links h2{
		font-size: 22px;
		line-height: 22px;
		margin-top: 15px;
	}
	
	div#vesti-title-links{
		display: block;
		width: 135%;
	}
	
	#tabs {
		display: none;
	}
	
	#vesti-title-links ul li{
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 10px;
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		height: 35px;
	}
	
	#vesti-title-links ul li a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		text-decoration: none;
	}
	
	#sponsors {
		height: 380px;
	}
	
	div#sns_wrapper {
		display: none;
	}
	
	.informator_mobile{
		display: block;
		float: left;
		position: relative;
		background-color: #2d2d32;
		height: 40px;
		width: 100%;
	}
	
	.informator_mobile a {
		text-decoration: none;
		color: #eeeeee;
		display: block;
	}
	
	.informator_mobile a p {
		font-size: 20px;
		font-family: 'Helvetica';
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
	}
	
	aside.clearfix {
		display: none;
	}
	
	div#nice_line {
		display: none;
	}
	
	#nice_line_sponsors{
		display: none;
	}
	
	div.excerpt-post img{
		width: 37%;
	}
	
	div#main.blog{
		width: 100%;
		margin: 0 25px 0 5px;
	}
	
	div.blog div#leftContent{
		width: 94%;
	}
	
	.servisi_category ul li img{
		display: none;
	}
	
	.servisi_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.servisi_category ul li h2{
		margin-left: 0%;
		margin-top: -120px;
	}
	
	.strucna_literatura_category ul li img {
		display: none;
	}
	
	.strucna_literatura_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-left: 0%;
		margin-top: -120px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 78%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 68%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		display: none;
	}
	
	footer .praven_zastapnik {
		display: none;
	}
	
	#social_links ul li{
		width: 20%;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 47%;
		margin-left: 5%;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 2%;
		width: 48%;
		top: -153px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -68px;
		right: -46%;
		width: 46%;
	}
	
	input#form-validation-field-0 {
		width: 95%;
	}
	
	p.wysija-paragraph {
		width: 90%;
	}
	
	.widget_wysija_cont.php_wysija form p input{
		width: 90%;
	}
	
	.formError,.formErrorContent {
		display: none;
	}
	
	.widget_wysija_cont.php_wysija form input{
		width: 67%;
	}

	.izdavanje-dokumenti h2{
		font-size: 16px;
		  top: 5px;
	}

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 160px;
		width: 96%;
		float:left;
	}
	
.image-swap1{
	width: 41%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);	
	top:5px;
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 41%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
	top:5px;
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 41%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);	
	top:5px;
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 41%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
	top:5px;
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 41%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 41%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
	top:5px;
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 41%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 41%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 41%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
	top:5px;
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 41%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
	top:5px;
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 41%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
	top:5px;
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 41%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
	top:5px;
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 41%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
	top:5px;
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 41%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
	top:5px;
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 41%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
	top:5px;
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 41%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
	top:5px;
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 41%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
	top:5px;
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 41%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);
	top:5px;
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 41%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);	
	top:5px;
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 41%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
	top:5px;
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 41%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
	top:5px;
}

.image-swap21:hover{
	background-position: 0 0;
	top:5px;
}

.image-swap22{
	width: 41%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
	top:5px;
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 41%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
	top:5px;
}

.image-swap23:hover{
	background-position: 0 0;
	top:5px;
}

.image-swap24{
	width: 41%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
	top:5px;
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 41%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
	top:5px;	
}

.image-swap25:hover{
	background-position: 0 0;
}

}


@media (min-width: 450px) and (max-width: 510px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	header #social{
		width: 32%;
	}
	
	header #social li {
		display: inline;
		float: none;
		padding-right: 0;
	}
	
	header #social li img {
		width: 29%;
	}
	
	header #social li img {
		width: 23.6%;
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		 transform:none;
	}
	
	header {
		min-height: 55px;
	}
	
	header #site_name img {
		width: 65%;
	}
	
	header #logo {
		width: 10%;
		margin-top: -3px;
	}
	
	nav {
		width: 100%;
	}
	
	nav ul li a {
		font-size: 20px;
		font-weight: initial;
	}
	
	nav ul li {
		width: 35%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 8px;
		margin-left: 6%;
		height: 42px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
	margin-top: 8px;
	}
	
	.navigation {
		height: 315px;
	}
	
	.search_form {
		margin-left: 18%;
	}
	
	.searchbar input[type="text"]{
		width: 75%;
		height: 30px;
		font-size: 14px;
	}
	
	.pointelle_slides{
		display: none;
	}
	
	div#slider{
		display: none;
	}
	
	div#sns_wrapper {
		display: none;
	}
	
	.informator_mobile{
		display: block;
		float: left;
		position: relative;
		background-color: #2d2d32;
		height: 40px;
		width: 100%;
	}
	
	.informator_mobile a {
		text-decoration: none;
		color: #eeeeee;
		display: block;
	}
	
	.informator_mobile a p {
		font-size: 20px;
		font-family: 'Helvetica';
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
	}
	
	aside.clearfix {
		display: none;
	}
	
	div#nice_line {
		display: none;
	}
	
	#nice_line_sponsors{
		display: none;
	}
	
	table.front_categories h2{
		font-size: 22px;
		line-height: 22px;
		padding-top: 10px;
	}
	
	.front_categories tr td a img{
		width: 26%;
		height: 60px;
		padding-top: 5px;
		margin-left: -5%;
	}
	
	table.front_categories tr td h3 {
	padding-right: 2%;
	padding-left: 4%;
	/* float: right; */
	padding-bottom: 20px;
	margin-left: 25%;
	position: relative;
	margin-top: -57px;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories {
		width: 140%;
	}
	
	table.front_categories tr td {
		width: 100%;
		text-align: left;
		padding-bottom: 42px;
		float: left;
		clear: left;
		border-bottom: 1px solid #2d2d32;
	}
	
	table.front_categories tr td h3{
		padding-bottom: 0;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	#vesti-title-links h2{
		font-size: 22px;
		line-height: 22px;
		margin-top: 15px;
	}
	
	div#vesti-title-links{
		display: block;
		width: 100%;
	}
	
	#tabs {
		display: none;
	}
	
	#vesti-title-links ul li{
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 10px;
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		height: 35px;
	}
	
	#vesti-title-links ul li a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		text-decoration: none;
	}
	
	#sponsors {
		height: 380px;
	}
	
	div.excerpt-post img{
		width: 37%;
	}
	
	div#main.blog{
		width: 100%;
		margin: 0 25px 0 5px;
	}
	
	div.blog div#leftContent{
		width: 94%;
	}
	
	.servisi_category ul li img{
		display: none;
	}
	
	.servisi_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.servisi_category ul li h2{
		margin-left: 0%;
		margin-top: -120px;
	}
	
	.strucna_literatura_category ul li img {
		display: none;
	}
	
	.strucna_literatura_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-left: 0%;
		margin-top: -120px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 78%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 68%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		display: none;
	}
	
	footer .praven_zastapnik {
		display: none;
	}
	
	#social_links ul li{
		width: 20%;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 47%;
		margin-left: 5%;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 2%;
		width: 48%;
		top: -153px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -68px;
		right: -46%;
		width: 46%;
	}

	.izdavanje-dokumenti h2{
		font-size: 16px;
	}

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 310px;
		width: 32%;
	}
	
.image-swap1{
	width: 96%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);	
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 96%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 96%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);	
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 96%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 96%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 96%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 96%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 96%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 96%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 96%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 96%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 96%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 96%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 96%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 96%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 96%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 96%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 96%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 96%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);	
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 96%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 96%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
}

.image-swap21:hover{
	background-position: 0 0;
}

.image-swap22{
	width: 96%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 96%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
}

.image-swap23:hover{
	background-position: 0 0;
}

.image-swap24{
	width: 96%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 96%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap25:hover{
	background-position: 0 0;
}

}

@media (min-width: 511px) and (max-width: 600px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	header #social{
		width: 32%;
	}
	
	header #social li {
		display: inline;
		float: none;
		padding-right: 0;
	}
	
	header #social li img {
		width: 29%;
	}
	
	header #social li img {
		width: 23.6%;
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		 transform:none;
	}
	
	header {
		min-height: 55px;
	}
	
	header #site_name img {
		width: 65%;
	}
	
	header #logo {
		width: 10%;
		margin-top: -3px;
	}
	
	nav {
		width: 100%;
	}
	
	nav ul li a {
		font-size: 20px;
		font-weight: initial;
	}
	
	nav ul li {
		width: 35%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 8px;
		margin-left: 6%;
		height: 42px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
	margin-top: 8px;
	}
	
	.navigation {
		height: 315px;
	}
	
	.search_form {
		margin-left: 18%;
	}
	
	.searchbar input[type="text"]{
		width: 75%;
		height: 30px;
		font-size: 14px;
	}
	
	.pointelle_slides{
		display: none;
	}
	
	div#slider{
		display: none;
	}
	
	div#sns_wrapper{
		display: none;
	}
	
	.informator_mobile{
		display: block;
		float: left;
		position: relative;
		background-color: #2d2d32;
		height: 40px;
		width: 100%;
	}
	
	.informator_mobile a {
		text-decoration: none;
		color: #eeeeee;
		display: block;
	}
	
	.informator_mobile a p {
		font-size: 20px;
		font-family: 'Helvetica';
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
	}
	
	aside.clearfix {
		display: none;
	}
	
	div#nice_line {
		display: none;
	}
	
	#nice_line_sponsors{
		display: none;
	}
	
	table.front_categories h2{
		font-size: 22px;
		line-height: 22px;
		padding-top: 10px;
	}
	
	.front_categories tr td a img{
		width: 26%;
		height: 60px;
		padding-top: 5px;
		margin-left: -5%;
	}
	
	table.front_categories tr td h3 {
	padding-right: 2%;
	padding-left: 4%;
	/* float: right; */
	padding-bottom: 20px;
	margin-left: 25%;
	position: relative;
	margin-top: -57px;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories {
		width: 140%;
	}
	
	table.front_categories tr td {
		width: 100%;
		text-align: left;
		padding-bottom: 42px;
		float: left;
		clear: left;
		border-bottom: 1px solid #2d2d32;
	}
	
	table.front_categories tr td h3{
		padding-bottom: 0;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	#vesti-title-links h2{
		font-size: 22px;
		line-height: 22px;
		margin-top: 15px;
	}
	
	div#vesti-title-links{
		display: block;
		width: 100%;
	}
	
	#tabs {
		display: none;
	}
	
	#vesti-title-links ul li{
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 10px;
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		height: 35px;
	}
	
	#vesti-title-links ul li a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		text-decoration: none;
	}
	
	#sponsors {
		height: 380px;
	}
	
	div.excerpt-post img{
		width: 37%;
	}
	
	div#main.blog{
		width: 100%;
		margin: 0 25px 0 5px;
	}
	
	div.blog div#leftContent{
		width: 94%;
	}
	
	.servisi_category ul li img{
		display: none;
	}
	
	.servisi_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.servisi_category ul li h2{
		margin-left: 0%;
		margin-top: -120px;
	}
	
	.strucna_literatura_category ul li img {
		display: none;
	}
	
	.strucna_literatura_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-left: 0%;
		margin-top: -120px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 78%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 68%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		display: none;
	}
	
	footer .praven_zastapnik {
		display: none;
	}
	
	#social_links ul li{
		width: 20%;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 42%;
		margin-left: 9%;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 5%;
		width: 45%;
		top: -153px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -41px;
		right: -45%;
	}

	.izdavanje-dokumenti h2{
		font-size: 16px;
	}

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 310px;
	}
	
.image-swap1{
	width: 92%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);	
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 92%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 92%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);	
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 92%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 92%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 92%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 92%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 92%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 92%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 92%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 92%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 92%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 92%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 92%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 92%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 92%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 92%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 92%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 92%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);	
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 92%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 92%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
}

.image-swap21:hover{
	background-position: 0 0;
}

.image-swap22{
	width: 92%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 92%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
}

.image-swap23:hover{
	background-position: 0 0;
}

.image-swap24{
	width: 92%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 92%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap25:hover{
	background-position: 0 0;
}


}

@media (min-width: 601px) and (max-width: 670px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	header #social{
		width: 32%;
	}
	
	header #social li {
		display: inline;
		float: none;
		padding-right: 0;
	}
	
	header #social li img {
		width: 29%;
	}
	
	header #social li img {
		width: 23.6%;
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		 transform:none;
	}
	
	header {
		min-height: 55px;
	}
	
	header #site_name img {
		width: 65%;
	}
	
	header #logo {
		width: 10%;
		margin-top: -3px;
	}
	
	nav {
		width: 100%;
	}
	
	nav ul li a {
		font-size: 20px;
		font-weight: initial;
	}
	
	nav ul li {
		width: 37%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 8px;
		margin-left: 6%;
		height: 42px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
	margin-top: 8px;
	}
	
	.navigation {
		height: 315px;
	}
	
	.search_form {
		margin-left: 18%;
	}
	
	.searchbar input[type="text"]{
		width: 75%;
		height: 30px;
		font-size: 14px;
	}
	
	.pointelle_slides{
		display: none;
	}
	
	div#slider{
		display: none;
	}
	
	div#sns_wrapper {
		display: none;
	}
	
	.informator_mobile{
		display: block;
		float: left;
		position: relative;
		background-color: #2d2d32;
		height: 40px;
		width: 100%;
	}
	
	.informator_mobile a {
		text-decoration: none;
		color: #eeeeee;
		display: block;
	}
	
	.informator_mobile a p {
		font-size: 20px;
		font-family: 'Helvetica';
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
	}
	
	aside.clearfix {
		display: none;
	}
	
	div#nice_line {
		display: none;
	}
	
	#nice_line_sponsors{
		display: none;
	}
	
	table.front_categories h2{
		font-size: 22px;
		line-height: 22px;
		padding-top: 10px;
	}
	
	.front_categories tr td a img{
		width: 26%;
		height: 60px;
		padding-top: 5px;
		margin-left: -5%;
	}
	
	table.front_categories tr td h3 {
	padding-right: 2%;
	padding-left: 4%;
	/* float: right; */
	padding-bottom: 20px;
	margin-left: 25%;
	position: relative;
	margin-top: -57px;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories {
		width: 140%;
	}
	
	table.front_categories tr td {
		width: 100%;
		text-align: left;
		padding-bottom: 42px;
		float: left;
		clear: left;
		border-bottom: 1px solid #2d2d32;
	}
	
	table.front_categories tr td h3{
		padding-bottom: 0;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	#vesti-title-links h2{
		font-size: 22px;
		line-height: 22px;
		margin-top: 15px;
	}
	
	div#vesti-title-links{
		display: block;
		width: 100%;
	}
	
	#tabs {
		display: none;
	}
	
	#vesti-title-links ul li{
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 10px;
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		height: 35px;
	}
	
	#vesti-title-links ul li a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		text-decoration: none;
	}
	
	#sponsors {
		height: 400px;
	}
	
	div.excerpt-post img{
		width: 37%;
	}
	
	div#main.blog{
		width: 100%;
		margin: 0 25px 0 5px;
	}
	
	div.blog div#leftContent{
		width: 94%;
	}
	
	.servisi_category ul li img{
		display: none;
	}
	
	.servisi_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.servisi_category ul li h2{
		margin-left: 0%;
		margin-top: -120px;
	}
	
	.strucna_literatura_category ul li img {
		display: none;
	}
	
	.strucna_literatura_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-left: 0%;
		margin-top: -120px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 78%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 68%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		display: none;
	}
	
	footer .praven_zastapnik {
		display: none;
	}
	
	#social_links ul li{
		width: 19%;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 38%;
		margin-left: 11%;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 5%;
		width: 44%;
		top: -153px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -41px;
		right: -40%;
	}

	.izdavanje-dokumenti h2{
		font-size: 16px;
	}

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 280px;
	}
	
.image-swap1{
	width: 78%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);	
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 78%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 78%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);	
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 78%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 78%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 78%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 78%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 78%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 78%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 78%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 78%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 78%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 78%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 78%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 78%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 78%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 78%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 78%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 78%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);	
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 78%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 78%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
}

.image-swap21:hover{
	background-position: 0 0;
}

.image-swap22{
	width: 78%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 78%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
}

.image-swap23:hover{
	background-position: 0 0;
}

.image-swap24{
	width: 78%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 78%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap25:hover{
	background-position: 0 0;
}

}

@media (min-width: 671px) and (max-width: 749px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	header #social{
		width: 32%;
	}
	
	header #social li {
		display: inline;
		float: none;
		padding-right: 0;
	}
	
	header #social li img {
		width: 29%;
	}
	
	header #social li img {
		width: 23.6%;
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		 transform:none;
	}
	
	header {
		min-height: 55px;
	}
	
	header #site_name img {
		width: 65%;
	}
	
	header #logo {
		width: 10%;
		margin-top: -3px;
	}
	
	nav {
		width: 100%;
	}
	
	nav ul li a {
		font-size: 20px;
		font-weight: initial;
	}
	
	nav ul li {
		width: 37%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 8px;
		margin-left: 6%;
		height: 42px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
	margin-top: 8px;
	}
	
	.navigation {
		height: 315px;
	}
	
	.search_form {
		margin-left: 18%;
	}
	
	.searchbar input[type="text"]{
		width: 75%;
		height: 30px;
		font-size: 14px;
	}
	
	.pointelle_slides{
		display: none;
	}
	
	div#slider{
		display: none;
	}
	
	div#sns_wrapper {
		display: none;
	}
	
	.informator_mobile{
		display: block;
		float: left;
		position: relative;
		background-color: #2d2d32;
		height: 40px;
		width: 100%;
	}
	
	.informator_mobile a {
		text-decoration: none;
		color: #eeeeee;
		display: block;
	}
	
	.informator_mobile a p {
		font-size: 20px;
		font-family: 'Helvetica';
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
	}
	
	aside.clearfix {
		display: none;
	}
	
	div#nice_line {
		display: none;
	}
	
	#nice_line_sponsors{
		display: none;
	}
	
	table.front_categories h2{
		font-size: 22px;
		line-height: 22px;
		padding-top: 10px;
	}
	
	.front_categories tr td a img{
		width: 26%;
		height: 60px;
		padding-top: 5px;
		margin-left: -5%;
	}
	
	table.front_categories tr td h3 {
	padding-right: 2%;
	padding-left: 4%;
	/* float: right; */
	padding-bottom: 20px;
	margin-left: 25%;
	position: relative;
	margin-top: -57px;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories {
		width: 140%;
	}
	
	table.front_categories tr td {
		width: 100%;
		text-align: left;
		padding-bottom: 42px;
		float: left;
		clear: left;
		border-bottom: 1px solid #2d2d32;
	}
	
	table.front_categories tr td h3{
		padding-bottom: 0;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	#vesti-title-links h2{
		font-size: 22px;
		line-height: 22px;
		margin-top: 15px;
	}
	
	div#vesti-title-links{
		display: block;
		width: 100%;
	}
	
	#tabs {
		display: none;
	}
	
	#vesti-title-links ul li{
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		margin-top: 10px;
		clear: left;
		background: #2d2d32;
		width: 100%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		height: 35px;
	}
	
	#vesti-title-links ul li a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		text-decoration: none;
	}
	
	#sponsors {
		height: 400px;
	}
	
	div.excerpt-post img{
		width: 37%;
	}
	
	div#main.blog{
		width: 100%;
		margin: 0 25px 0 5px;
	}
	
	div.blog div#leftContent{
		width: 95%;
	}
	
	.servisi_category ul li img{
		display: none;
	}
	
	.servisi_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.servisi_category ul li h2{
		margin-left: 0%;
		margin-top: -120px;
	}
	
	.strucna_literatura_category ul li img {
		display: none;
	}
	
	.strucna_literatura_category ul li {
		height: 65px;
		margin-top: 133px;
		width: 108%;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-left: 0%;
		margin-top: -120px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 78%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 68%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		display: none;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 33%;
		margin-left: 11%;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 5%;
		width: 41%;
		top: -153px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -41px;
		right: -34%;
	}

	.image-swap1,.image-swap2,.image-swap3,.image-swap4,.image-swap5,.image-swap6,.image-swap7,.image-swap8,.image-swap9,.image-swap10,.image-swap11,.image-swap12,.image-swap13,.image-swap14,.image-swap15,.image-swap16,.image-swap17,.image-swap18,.image-swap19,.image-swap20,.image-swap21,.image-swap22,.image-swap23,.image-swap24,.image-swap25{
		width: 96%;
	}

	.image-swap1:hover,.image-swap2:hover,.image-swap3:hover,.image-swap4:hover,.image-swap5:hover,.image-swap6:hover,.image-swap7:hover,.image-swap8:hover,.image-swap9:hover,.image-swap10:hover,.image-swap11:hover,.image-swap12:hover,.image-swap13:hover,.image-swap14:hover,.image-swap15:hover,.image-swap16:hover,.image-swap17:hover,.image-swap18:hover,.image-swap19:hover,.image-swap20:hover,.image-swap21:hover,.image-swap22:hover,.image-swap23:hover,.image-swap24:hover,.image-swap25:hover{
		background-position: 0 0;
	}
}

@media (min-width: 750px) and (max-width: 798px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	table.front_categories tr td {
		width: 33%;
		text-align: left;
		padding-bottom: 10px;
		float: left;
		clear: left
	}

	table.front_categories {

		width: 100%;
	}

	table.front_categories tr td h3 {
		
		padding-right: 10px;
		padding-left: 15px;
		margin-left: 113%;
		margin-top: -50%;
		width: 100%;
	}

	table.front_categories tr td {

		width: 43%;
		padding-bottom: 75px;
	}
	
	front_categories tr td div p{
		display: none;
	}

	table.front_categories tr td:hover div{
		display: none;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}

	aside {

		width: 36%;
	}
	
	.cist-vozduh img {

		padding-top: 35px
	}	
	
	
	div#ad-space {
		display:none;
	}
	
	header{
	
		min-height:76px;
	}
	
	nav{
	
		width:100%;
	}
	
	nav ul {
	    
		margin-left:1%;
	}
	
	nav ul li {
		width: 6.8%;
		margin-top: 8px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
		
		margin-top: 8px;
	}
	
	nav ul li a {
		font-size: 12px;
	}	
	
	
	
	header #social li img {
	
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		transform:none;

    }  
	
	#tabs li.ui-tabs-active a{
	
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	
	.magazine_post_right h3 {
		
		font-family: 'Verdana';
		font-size: 13px;
		color: #2d2d32;
		position: relative;
		text-decoration: none;
		margin-left: 33%;
		margin-top: -70px;
	}

	.magazine_post_right img {
		
		position: relative;
		width: 90px;
		height: 65px;
	}
	
	.magazine_post_first img {
		
		position: relative;
		width: 300px;
		height: 250px;
	}

	.magazine_post_first {

		margin-left: -5%;

	}
	.magazine_post_right{
	
		width:78%;
		margin-right: -53%;
		
	}
	
	div#slider,
	div#slider-stories {
		width: 100%;
		margin: 0;
	}
	
	div#leftContent{
		width: 60%;
	}
	
	div#tabs h2 a img{
		display: none;
	}
	
	ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all{
		width: 145%;
	}

	div#tabs {
		height: 610px;
	}
	
	#tabs ul li{
		clear: left;
		background: #2d2d32;
		width: 47.5%;
		border-radius: 2px 2px 2px 2px;
		margin-left: 0px;
	}
	
	#tabs .ui-tabs-nav .ui-state-active{
		clear: left;
		background: #FFFFFF;
		width: 46.5%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		border: 3px solid #640212;
	}
	
	#tabs li.ui-tabs-active a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		color: #2d2d32;
		
	}
	
	#tabs .ui-widget-header {
		border: none;
	}
	
	#tabs ul li a{
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		width: 87%;
	}
	
	.searchbar input[type="text"] {
		width: 78%;
	}
	
	.search_form {
	margin-left: 65%;
	}
	
	.servisi_category ul li {
		width: 110%;
		height: 100px;
	}
	
	.servisi_category ul li img {
		height: 100px;
	}
	
	.servisi_category ul li h2 {
		margin-top: -85px;
	}
	
	.strucna_literatura_category ul li {
		width: 110%;
		height: 100px;
	}
	
	.strucna_literatura_category ul li img {
		height: 100px;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-top: -85px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 78%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 68%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		display: none;
	}
	
	.search_form {
		margin-left: 66%;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 30%;
		margin-left: 11%;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 9%;
		width: 38%;
		top: -153px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -37px;
		right: -32%;
	}

	.link-vesti-category{
		width: 40%;
	}
	
	.link-vesti-category a h2 {
		font-size: 15px;
		line-height: 25px;
	}

.izdavanje-dokumenti h2{
		font-size: 15px;
	}

	

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 320px;
	}
	
.image-swap1{
	width: 99%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);	
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 99%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 99%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);	
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 99%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 99%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 99%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 99%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 99%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 99%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 99%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 99%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 99%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 99%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 99%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 99%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 99%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 99%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 99%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 99%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);	
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 99%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 99%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
}

.image-swap21:hover{
	background-position: 0 0;
}

.image-swap22{
	width: 99%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 99%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
}

.image-swap23:hover{
	background-position: 0 0;
}

.image-swap24{
	width: 99%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 99%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap25:hover{
	background-position: 0 0;
}


}

@media (min-width: 799px) and (max-width: 850px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	div#tabs {
		height: 610px;
	}

	header {
		min-height: 75px;
	}
	nav {
		width: 100%;
		margin-left: 1%;
		margin-right: 1%;
	}

	nav ul li {
		width: 7.3%;
		margin-top: 8px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
		margin-top: 8px;
	}
	
	nav ul li a {
		font-size: 14px;
	}	
	
	.search_form {
		margin-left: 66%;
	}
	
	.searchbar input[type="text"] {
		width: 78%;
	}
	
	div#slider,
	div#slider-stories {
		width: 100%;
		margin: 0;
	}
	
	aside{
		width: 35%;
	}
	
	table.front_categories tr td {
		width: 33%;
		text-align: left;
		padding-bottom: 10px;
		float: left;
		clear: left
	}

	table.front_categories {

		width: 100%;
	}

	table.front_categories tr td h3 {
		
		padding-right: 10px;
		padding-left: 15px;
		margin-left: 113%;
		margin-top: -50%;
		width: 100%;
	}

	table.front_categories tr td {

		width: 43%;
		padding-bottom: 75px;
	}
	
	front_categories tr td div p{
		display: none;
	}

	table.front_categories tr td:hover div{
		display: none;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	div#leftContent{
		width: 60%;
	}
	
	div#nice_line {
		height: 2305px;
	}
	
	header #social li img {
	
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		transform:none;

    }  
	
	#tabs li.ui-tabs-active a{
	
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	
	.magazine_post_right h3 {
		
		font-family: 'Verdana';
		font-size: 13px;
		color: #2d2d32;
		position: relative;
		text-decoration: none;
		margin-left: 33%;
		margin-top: -70px;
	}

	.magazine_post_right img {
		
		position: relative;
		width: 90px;
		height: 65px;
	}
	
	.magazine_post_first img {
		
		position: relative;
		width: 300px;
		height: 250px;
	}

	.magazine_post_first {

		margin-left: -5%;
		width: 63%;

	}
	.magazine_post_right{
	
		width:78%;
		margin-right: -49%;
		
	}
	
	.servisi_category ul li {
		width: 110%;
		height: 100px;
	}
	
	.servisi_category ul li img {
		height: 100px;
	}
	
	.servisi_category ul li h2 {
		margin-top: -85px;
	}
	
	.strucna_literatura_category ul li {
		width: 110%;
		height: 100px;
	}
	
	.strucna_literatura_category ul li img {
		height: 100px;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-top: -85px;
	}
	
	div#leftContent{
	
		width: 60%;
	}
	
	div#tabs h2 a img{
		display: none;
	}
	
	
	
	ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all{
		width: 145%;
	}
	
	#tabs ul li{
		clear: left;
		background: #2d2d32;
		width: 47.5%;
		border-radius: 2px 2px 2px 2px;
		margin-left: 0px;
	}
	
	#tabs .ui-tabs-nav .ui-state-active{
		clear: left;
		background: #FFFFFF;
		width: 46.5%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		border: 3px solid #640212;
	}
	
	#tabs li.ui-tabs-active a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		color: #2d2d32;
		
	}
	
	#tabs .ui-widget-header {
		border: none;
	}
	
	#tabs ul li a{
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		width: 87%;
	}
	
	
	div#cist-vozduh {
		
		padding-top: 12px;
		margin-left: 3px;
		margin-right: -18px;
	}
	
	/*iframe#zk_market {
		width: 100%;
		height: 300px;
	    	margin-left: -23px;
		padding-top: 15px;
	}
	
	div#ad-space {
		margin-left: -25px;
	}*/
	
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 80%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 74%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.KeepAnEye {
		margin-left: -1.5%;
	}
	
	div#footer_menu_links {
		display: none;
	}
	
	#footer_nice_line_right {
		display: none;
	}
	
	#footer_buttons {
		width: 30%;
		margin-left: 11%;
	}
	
	#footer_nice_line_left {
		margin-left: 46%;
	}
	
	#footer_links {
		margin-right: 5%;
		width: 38%;
		top: -158px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -37px;
		right: -29%;
	}

	.link-vesti-category{
		width: 35%;
	}
	
	.link-vesti-category a h2 {
		font-size: 15px;
		line-height: 25px;
	}

	.izdavanje-dokumenti h2{
		font-size: 16px;
	}

	

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 320px;
	}
	
.image-swap1{
	width: 95%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);	
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 95%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 95%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);	
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 95%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 95%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 95%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 95%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 95%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 95%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 95%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 95%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 95%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 95%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 95%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 95%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 95%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 95%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 95%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 95%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);	
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 95%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 95%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
}

.image-swap21:hover{
	background-position: 0 0;
}

.image-swap22{
	width: 95%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 95%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
}

.image-swap23:hover{
	background-position: 0 0;
}

.image-swap24{
	width: 95%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 95%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap25:hover{
	background-position: 0 0;
}



}

@media (min-width: 850px) and (max-width: 899px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	nav{
		margin-left:1%;
		width: 100%;
	}
	
	nav ul li{
	
		margin-top: 8px;
		width: 7.3%;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	nav ul li a{
	
		font-size: 14px;	
	}
	
	nav ul li:hover{
	margin-top: 8px;
	}
	
	header{
	
		min-height:75px;
	}
		
	div#slider,
	div#slider-stories {
		width: 100%;
		margin: 0;
	}
	
	table.front_categories tr td {
		width: 33%;
		text-align: left;
		padding-bottom: 10px;
		float: left;
		clear: left
	}

	table.front_categories {

		width: 100%;
	}

	table.front_categories tr td h3 {
		
		padding-right: 10px;
		padding-left: 15px;
		margin-left: 113%;
		margin-top: -47%;
		width: 100%;
	}

	table.front_categories tr td {

		width: 43%;
		padding-bottom: 75px;
	}
	
	front_categories tr td div p{
		display: none;
	}

	table.front_categories tr td:hover div{
		display: none;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	header #social li img {
	
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		transform:none;

    }  
	
	div#leftContent{
	
		width: 60%;
	}
	
	aside{
	
		width:35%;
	}
	
	/*div.zk iframe {
		
		width: 100%;
		height: 300px;
	    margin-left: -23px;
		padding-top: 15px;
	}*/
	div#nice_line {
		
		height: 2450px;
	}
	
	#tabs li.ui-tabs-active a{
	
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	
	.magazine_post_right h3 {
		
		font-family: 'Verdana';
		font-size: 13px;
		color: #2d2d32;
		position: relative;
		text-decoration: none;
		margin-left: 33%;
		margin-top: -70px;
	}

	.magazine_post_right img {
		
		position: relative;
		width: 90px;
		height: 65px;
	}
	
	.magazine_post_first img {
		
		position: relative;
		width: 300px;
		height: 250px;
	}

	.magazine_post_first {

		margin-left: -27px;
		width: 63%;

	}
	.magazine_post_right{
	
		width:78%;
		margin-right: -194px;
		
	}
	
	div#tabs h2 a img{
		display: none;
	}
	
	
	ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all{
		width: 145%;
	}
	
	#tabs ul li{
		clear: left;
		background: #2d2d32;
		width: 47.5%;
		border-radius: 2px 2px 2px 2px;
		margin-left: 0px;
	}
	
	#tabs .ui-tabs-nav .ui-state-active{
		clear: left;
		background: #FFFFFF;
		width: 46.5%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		border: 3px solid #640212;
	}
	
	#tabs li.ui-tabs-active a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		color: #2d2d32;
		
	}
	
	#tabs .ui-widget-header {
		border: none;
	}
	
	#tabs ul li a{
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		width: 87%;
	}
	
	.servisi_category ul li {
		width: 110%;
		height: 100px;
	}
	
	.servisi_category ul li img {
		height: 100px;
	}
	
	.servisi_category ul li h2 {
		margin-top: -85px;
	}
	
	.strucna_literatura_category ul li{
	
		width: 110%;
		height: 100px;
	}
	.strucna_literatura_category ul li h2{
	
		margin-top: -85px;
	}
	.strucna_literatura_category ul li img{
	
		height: 100px;
	}
	
	img#logo_adresar{
		display: none;
	}
	
	img#tel_adresar {
		display: none;
	}
	
	img#mail_adresar {
		display: none;
	}
	
	img#at_adresar {
		display: none;
	}
	
	img#mobile_adresar {
		display: none;
	}
	
	.search_addressbook h3 {
		font-size: 18px;
	}
	
	.search_addressbook input[type="submit"] {	
		margin-left: 34%;
		height: 30px;
		width: 38%;
	}
	
	.search_addressbook input#name {
		width: 81%;
		margin-left: 1.5%;
	}
	
	.search_addressbook input#surname {
		width: 75.4%;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.profession ul li {
		width: 98%;
	}
	
	.searchbar input[type="text"]{
	
		width: 78%;
	}
	
	.search_form{
	
		margin-left: 65%;
	}
	
	#footer_menu_links ul li a, #footer_menu_links ul li a:visited {
		font-size: 14px;
	}
	
	#footer_nice_line_right {
		top: -205px;
	}
	
	#footer_links {
		top: -414px;
	}
	
	.widget_wysija_cont.php_wysija {
		right: -28%;
		top: -312px;
	}

	#tabs {
		height: 610px;
	}

	.link-vesti-category{
		width: 35%;
	}
	
	.link-vesti-category a h2 {
		font-size: 15px;
		line-height: 25px;
	}

	.izdavanje-dokumenti h2{
		font-size: 18px;
	}


	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 300px;
	}
	
.image-swap1{
	width: 90%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 90%;
  	height: 88px;
   	background-image: url(img/pasos2.png);
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 90%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 90%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);	
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 90%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 90%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);	
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 90%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 90%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 90%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 90%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);
   	background-position: 0 0;
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 90%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 90%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 90%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 90%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 90%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 90%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 90%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 90%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);	
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 90%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 90%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);	
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 90%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);	
}

.image-swap21:hover{
	background-position: 0 0;
}

.image-swap22{
	width: 90%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 90%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);
}

.image-swap23:hover{
	background-position: 0 0;
}

.image-swap24{
	width: 90%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 90%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap25:hover{
	background-position: 0 0;
}

}

@media (min-width: 900px) and (max-width: 1054px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}

	#tabs {
		height: 610px;
	}

	

	nav {
		width: 100%;
		margin-left: 1%;
		margin-right: 1%;
	}

	nav ul li {
		width: 7.8%;
		margin-top: 8px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	nav ul li:hover{
		
		margin-top: 8px;
	}
	
	nav ul li a {
		font-size: 15px;
	}	
	
	.front_categories tr td div p{
		display: none;
	}
	
	.front_categories tr th h2 a img{
		display: none;
	}
	
	table.front_categories tr td:hover  {
		box-shadow: none;
	}
	
	table.front_categories tr td:hover div{
		display: none;
	}
	
	header #social li img {
	
		-webkit-transition: none; /* Safari and Chrome */
		-moz-transition: none; /* Firefox */
		-ms-transition: none; /* IE 9 */
		-o-transition: none; /* Opera */
		transition: none;
	}
	
	header #social li img:hover {
		-webkit-transform:none; /* Safari and Chrome */
		-moz-transform:none; /* Firefox */
		-ms-transform:none; /* IE 9 */
		-o-transform:none; /* Opera */
		transform:none;

    }  
	
	div#slider,
	div#slider-stories {
		width: 100%;
		margin: 0;
	}
	
	.magazine_post_right h3{
	
		margin-left: 36%;
	}
	
	div#cist-vozduh {
		
		padding-top: 12px;
		margin-left: 3px;
		margin-right: -18px;
	}
	
	/*div.zk iframe {
		width: 100%;
		height: 300px;
	    margin-left: -23px;
		padding-top: 15px;
	}
	
	div#ad-space {
		margin-left: -25px;
	}*/
	
	.magazine_post_right {
		
		margin-right: -10px;
	}	
	
	.servisi_category ul li h2{
	
		margin-left: 37%;	
	}
	
	img#logo_adresar{
	
		margin-left: 39%;
	}
	
	img#mail_adresar{
	
		margin-left: 51%;
	}
	
	img#mobile_adresar{
	
		margin-left: 45%;
	}
	
	img#tel_adresar{
	
		margin-left: 38%;
	}
	
	img#at_adresar{
	
		margin-left: 34%;
	}
	
	.strucna_literatura_category ul li h2 {
		margin-left: 36%;
	}
	
	.KeepAnEye {
		margin-left: -1.5%;
	}
	
	table.front_categories tr td h3 {
		padding-right: 10px;
		padding-left: 17px;
		width: 90%;
	}
	
	img.attachment-front-thumb.wp-post-image {
		width: 170px;
		height: 75px;
	}
	
	div#leftContent{
	
		width: 63%;
	}
	
	aside {
		width: 34%;
	}
	
	#tabs li.ui-tabs-active a{
	
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	
	.magazine_post_first h3 {
		font-family: 'Verdana';
		font-size: 16px;
		color: #2d2d32;
		background-color: rgba(238,238,238,0.4);
		position: relative;
		width: 110%;
		text-align: center;
		margin-top: -61px;
		margin-left: 3.75%;
	}

	.magazine_post_right img {
		
		position: relative;
		width: 90px;
		height: 65px;
	}
	
	.magazine_post_first img {
		
		position: relative;
		width: 113%;
		height: 250px;
	}

	.magazine_post_first {

		margin-left: -5%;
		width: 46%;

	}
	.magazine_post_right{
	
		width:52%;
		margin-right: -6%;
		
	}
	
	div#tabs h2 a img{
		display: none;
	}
	
		
	ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all{
		width: 145%;
	}
	
	#tabs ul li{
		clear: left;
		background: #2d2d32;
		width: 47.5%;
		border-radius: 2px 2px 2px 2px;
		margin-left: 0px;
	}
	
	#tabs .ui-tabs-nav .ui-state-active{
		clear: left;
		background: #FFFFFF;
		width: 46.5%;
		border-radius: 2px 2px 2px 2px;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		border: 3px solid #640212;
	}
	
	#tabs li.ui-tabs-active a{
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		color: #2d2d32;
		
	}
	
	#tabs .ui-widget-header {
		border: none;
	}
	
	#tabs ul li a{
		text-align: center;
		color: #eeeeee;
		font-weight: initial;
		display: block;
		width: 87%;
	}
	
	#footer_links {
		top: -431px;
	}
	
	.widget_wysija_cont.php_wysija{
		top: -330px;
		right: -26%;
	}
	
	#footer_nice_line_right {
		top: -222px;
	}

	.link-vesti-category{
		width: 35%;
	}
	
	.link-vesti-category a h2 {
		font-size: 15px;
		line-height: 25px;
	}
	
	.izdavanje-dokumenti h2{
		font-size: 18px;
	}

	.image-swap1,.image-swap2,.image-swap3,.image-swap4,.image-swap5,.image-swap6,.image-swap7,.image-swap8,.image-swap9,.image-swap10,.image-swap11,.image-swap12,.image-swap13,.image-swap14,.image-swap15,.image-swap16,.image-swap17,.image-swap18,.image-swap19,.image-swap20,.image-swap21,.image-swap22,.image-swap23,.image-swap24,.image-swap25{
		width: 100%;
	}

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 330px;
	}
	
.image-swap1{
	width: 82%;
  	height: 88px;
   	background-image: url(img/licna-karta2.png);
}

	.image-swap1:hover{
	background-position: 0 0;
}

.image-swap2{
	width: 82%;
  	height: 88px;
   	background-image: url(img/pasos2.png);	
}

.image-swap2:hover{
	background-position: 0 0;
}

.image-swap3{
	width: 82%;
  	height: 88px;
   	background-image: url(img/vozacka2.png);
}

.image-swap3:hover{
	background-position: 0 0;
}

.image-swap4{
	width: 82%;
  	height: 88px;
   	background-image: url(img/vozacka-kniska2.png);
}

.image-swap4:hover{
	background-position: 0 0;
}

.image-swap5{
	width: 82%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap5:hover{
	background-position: 0 0;
}

.image-swap6{
	width: 82%;
  	height: 88px;
   	background-image: url(img/drzavjanstvo2.png);
}

.image-swap6:hover{
	background-position: 0 0;
}

.image-swap7{
	width: 82%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap7:hover{
	background-position: 0 0;
}

.image-swap8{
	width: 82%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);	
}

.image-swap8:hover{
	background-position: 0 0;
}

.image-swap9{
	width: 82%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap9:hover{
	background-position: 0 0;
}

.image-swap10{
	width: 82%;
  	height: 88px;
   	background-image: url(img/izdavane-na-uverenie-za-ostvareni-prihodi2.png);	
}

.image-swap10:hover{
	background-position: 0 0;
}

.image-swap11{
	width: 82%;
  	height: 88px;
   	background-image: url(img/elektronski-zdavstveni-karticki2.png);	
}

.image-swap11:hover{
	background-position: 0 0;
}

.image-swap12{
	width: 82%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
}

.image-swap12:hover{
	background-position: 0 0;
}

.image-swap13{
	width: 82%;
  	height: 88px;
   	background-image: url(img/katastar2.png);
}

.image-swap13:hover{
	background-position: 0 0;
}

.image-swap14{
	width: 82%;
  	height: 88px;
   	background-image: url(img/katastar2.png);	
}

.image-swap14:hover{
	background-position: 0 0;
}

.image-swap15{
	width: 82%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap15:hover{
	background-position: 0 0;
}

.image-swap16{
	width: 82%;
  	height: 88px;
   	background-image: url(img/izdavanje-na-uverenie-za-plateni-danoci-i-pridonesi2.png);	
}

.image-swap16:hover{
	background-position: 0 0;
}

.image-swap17{
	width: 82%;
  	height: 88px;
   	background-image: url(img/izdavane-patna-ispravi-vo-diplomatsko-konzularnite-pretstavnishtva-na-rm2.png);	
}

.image-swap17:hover{
	background-position: 0 0;
}

.image-swap18{
	width: 82%;
  	height: 88px;
   	background-image: url(img/legalizatsija-na-makedonski-dokumenti-nameneti-za-upotreba-vo-stranstvo2.png);	
}

.image-swap18:hover{
	background-position: 0 0;
}

.image-swap19{
	width: 82%;
 	height: 88px;
   	background-image: url(img/izdavane-sprovodnitsa-za-pochinato-litse-nadvor-od-rm2.png);
}

.image-swap19:hover{
	background-position: 0 0;
}

.image-swap20{
	width: 82%;
  	height: 88px;
   	background-image: url(img/izvod-od-maricna-kniga-na-vencani2.png);
}

.image-swap20:hover{
	background-position: 0 0;
}

.image-swap21{
	width: 82%;
  	height: 88px;
   	background-image: url(img/prijavuvane-na-brak-koj-e-skluchen-nadvor-od-r-makedonija2.png);
}

.image-swap21:hover{
	background-position: 0 0;
}

.image-swap22{
	width: 82%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-rodeni2.png);	
}

.image-swap22:hover{
	background-position: 0 0;
}

.image-swap23{
	width: 82%;
  	height: 88px;   	
	background-image: url(img/osnoven-sud2.png);	
}

.image-swap23:hover{
	background-position: 0 0;
}

.image-swap24{
	width: 82%;
  	height: 88px;
   	background-image: url(img/izvod-od-maticna-kniga-na-umrenite2.png);	
}

.image-swap24:hover{
	background-position: 0 0;
}

.image-swap25{
	width: 82%;
  	height: 88px;
   	background-image: url(img/osnoven-sud2.png);
}

.image-swap25:hover{
	background-position: 0 0;
}

}

@media (min-width: 1055px) and (max-width: 1107px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}
	
	nav{
		width: 92%;
	}
	
	nav ul li{
		width: 7.9%;
	}
	
	nav ul li a{
		font-size: 16px;
	}
	
	div#slider,
	div#slider-stories {
		width: 100%;
		margin: 0;
	}

	.ad-space div{
		margin-left: -3px;
	}
	
	#tabs ul li a{
		letter-spacing: 0px;
	}

	.magazine_post_right h3{
		margin-left: 33%;
		margin-top: -70px;
	}
	
	img#logo_adresar{
		margin-left: 39%;
	}
	
	img#at_adresar{
		margin-left: 34%;
	}
	
	img#tel_adresar{
		margin-left: 38%;
	}
	
	img#mail_adresar{
		margin-left: 51%;
	}
	
	img#mobile_adresar{
		margin-left: 45%;
	}
	
	#footer_links {
		top: -411px;
	}
	
	.widget_wysija_cont.php_wysija {
		top: -306px;
		right: -22%;
	}
	
	#footer_nice_line_right{
		top: -206px;
	}

	.izdavanje-dokumenti h2{
		font-size: 20px;
	}

	.image-swap1,.image-swap2,.image-swap3,.image-swap4,.image-swap5,.image-swap6,.image-swap7,.image-swap8,.image-swap9,.image-swap10,.image-swap11,.image-swap12,.image-swap13,.image-swap14,.image-swap15,.image-swap16,.image-swap17,.image-swap18,.image-swap19,.image-swap20,.image-swap21,.image-swap22,.image-swap23,.image-swap24,.image-swap25{
		width: 93%;
	}

	.izdavanje-dokumenti-center,.izdavanje-dokumenti-right,.izdavanje-dokumenti-left{
		height: 330px;
	}

}

@media (min-width: 1108px) and (max-width: 1350px){

	div#leftBanner,
	div#rightBanner {
  		display: none;
	}
}

