html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:						0;
    padding:					0;
    border:						0;
    outline:					0;
    font-size:					100%;
    vertical-align:				baseline;
    background:					transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:					block;
}
nav ul {
    list-style:					none;
}
blockquote, q {
    quotes:						none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:					'';
    content:					none;
}
a {
    margin:						0;
    padding:					0;
    font-size:					100%;
    vertical-align:				baseline;
    background:					transparent;
	-webkit-text-size-adjust: 	none;
	outline:					none;
}
/* change colours to suit your needs */
ins {
    background-color:			#ff9;
    color:						#000;
    text-decoration:			none;
}
/* change colours to suit your needs */
mark {
    background-color:			#ff9;
    color:						#000;
    font-style:					italic;
    font-weight:				bold;
}
del {
    text-decoration: 			line-through;
}
abbr[title], dfn[title] {
    border-bottom:				1px dotted;
    cursor:						help;
}
table {
    border-collapse:			collapse;
    border-spacing:				0;
}
hr {
    display:					block;
    height:						1px;
    border:						0;
    border-top:					1px solid #cccccc;
    margin:						40px 0 40px 0;
    padding:					0;
}
input, select {
    vertical-align:				middle;
}
/* END -html5doctor.com Reset Stylesheet v1.6.1 */

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.strong{
	font-weight: bold;
}
.italic{
	font-style: italic;
}

h2.portfolioTitle, h2.portfolioTitle a{
	line-height: 22px !important;
}




.oneFour{
	float: left;
	width: 61px;
	margin-right: 10px;
}
.tinySpacer{
	clear: both;
	height: 10px;
}
.skinSelect{
	cursor: pointer;
}








/* DEFAULT THEME POSITIONING */

/* BODY & BACKGROUND */
body{
	/*overflow-x: hidden;*/
	line-height: 21px;
	-webkit-text-size-adjust: none;
}
/*#topBorder{
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 2;
}*/
#backgroundImage, #backgroundPattern{
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#wrapper{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#content.noSideBar{
	float: none;
	width: 960px;
}
#content.leftSideBar{
	float: right;
	width: 700px;
}
#content.rightSideBar{
	float: left;
	width: 699px;
}
#pageContent{
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}



/* Pre-Header Default Styles */
#preHeader{
	position: relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#preHeaderContent{
	display: table;
	width: 100%;
}
#preHeaderLeft{
	display:table-cell;vertical-align:middle;
}
#preHeaderRight{
	display:table-cell;vertical-align:middle;
}
#preHeaderRightContent{
	float:right;
	margin-right: 5px;
}
#preHeader ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#preHeader ul li{
	position: relative;
	display: inline;
	float: left;
}
#preHeader .widget_nav_menu ul li{
	background-image: url(https://www.sindikatvojakov.si/slike/www/darkSeperator.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#preHeader .widget_nav_menu ul li:last-child{
	background-image: none;
}
#preHeader ul li a{
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
}
#preHeaderContent ul li:first-child a{
	padding-left: 5px;
}
#preHeaderContent ul li:last-child{
	padding-right: 0px;
}


/* Header Default Styles */
#header{
	position: relative;
	width: 960px;
	z-index: 99;
}


/* Header Search Box Default Styles */
#headerSearchDiv{
	display: table-cell;
	vertical-align: middle;
	width: 220px;
	background-repeat: no-repeat !important;
	background:url(https://www.sindikatvojakov.si/slike/www/searchBg.png);
}
#searchWrap{
	display: table;
}
.searchCaption{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.headerSearchBox{
	display: table-cell;
	vertical-align: middle;
}
#headerSearchField{
	display: inline;
	float: left;
	padding: 0 8px;
	width: 163px;
	height: 35px;
	line-height: 35px;
	border: none;
	outline: none;
	/*opacity: 0;*/
	filter: alpha(opacity = 0);
	background-repeat: no-repeat;
	background-image:url(https://www.sindikatvojakov.si/slike/www/searchBg.png);
}
#headerSearchSubmit{
	display: inline;
	float: left;
	width: 41px;
	height: 35px;
	border: none;
	outline: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image:url(https://www.sindikatvojakov.si/slike/www/searchSubmit.png);
}


/* Logo Default Styles */
#horizontalLogo{
	position: absolute;
}

/* Mobile Menu */
.custom-select{
	display: none;
	position:absolute;
	bottom: 30px;
	left: 30px;
}
.custom-select select {
	width:360px;
	height: 35px;
	max-width:100%;
	padding: 8px 10px;
	height: 40px;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.custom-select select {
		display: inline-block;
		width:360px;
		height: 35px;
		max-width:100%;
		padding: 4px 3px 3px 5px;
		margin: 0;
		font: inherit;
		outline: none;
		line-height: 1.2;
		-webkit-appearance:none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.custom-select select {
		padding-right:30px;
	}
	.custom-select:after {
		content: "▼";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		font-size: 75%;
		line-height: 35px;
		padding: 0 7px;
		pointer-events:none;
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
	}
	.no-pointer-events .custom-select:after {
		content: none;
	}
}

/* Horizontal Menu Default Styles */
#horizontalNavigation{
	/*height:35px;*/
	position:relative;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	line-height: 	19px;
}
.kazaloStrani .sf-menu ul ul {
	position:		absolute;
}
#horizontalNavigation .sf-menu {
	/*height:			35px;*/
}
#horizontalNavigation .sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
#horizontalNavigation .sf-menu ul li {
	width:			100%;
}
#horizontalNavigation .sf-menu ul li a{
	margin-left: 	1px;
}
#horizontalNavigation .sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#horizontalNavigation .sf-menu li {
	float:			left;
	position:		relative;
	height:			35px;
}
#horizontalNavigation .sf-menu a {
	display:		block;
	position:		relative;
}
#horizontalNavigation .sf-menu li:hover ul,
#horizontalNavigation .sf-menu li.sfHover ul {
	left:			0;
	top:			35px;
	z-index:		99;
}
#horizontalNavigation ul.sf-menu li:hover li ul,
#horizontalNavigation ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
#horizontalNavigation ul.sf-menu li li:hover ul,
#horizontalNavigation ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
#horizontalNavigation ul.sf-menu li li:hover li ul,
#horizontalNavigation ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
#horizontalNavigation ul.sf-menu li li li:hover ul,
#horizontalNavigation ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
#horizontalNavigation .sf-menu {
	float:			left;
}
#horizontalNavigation .sf-menu a {
	padding-top:	8px;
	padding-bottom: 8px;
	padding-left: 	15px;
	padding-right: 	15px;
	text-decoration: none;
}
#horizontalNavigation .sf-menu li {
	background-color: transparent; /* 1st Level Menu Color transparent -color inherited from div container */
}
#horizontalNavigation .sf-menu li li a{
	border: none;
}
#horizontalNavigation .sf-menu li li {
	background-image: none;
}
#horizontalNavigation .sf-menu li:hover, #horizontalNavigation .sf-menu li.sfHover,
#horizontalNavigation .sf-menu a:focus, #horizontalNavigation .sf-menu a:hover, #horizontalNavigation .sf-menu a:active {
	outline: 0;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#featuredArea {
	height: 210px;
}
/* Page Title Default Styles */
#titleWrapper{
	margin-left: 30px;
	float: left;
	margin-top:0px;
}
#pageTitle{
	width: 238px !important;
	padding: 10px 30px;
}
#pageTitle h1{
	line-height: 1.2em !important;
}
#title{
	position: relative;
}
#title h1{
	line-height: 30px;
	margin-bottom: 0px;
}
span.subTitle{
	display: block;
	margin-top: 4px;
}
/*span.subTitle a {
	color: #555555;
	text-decoration: none;
}
span.subTitle a:hover {
	color: #555555;
	text-decoration: underline;
}*/


/* Side Bar Default Styles */
#sideBar{
	width: 228px;
	margin-top: 30px;
}
#sideBar.leftSideBar{
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
#sideBar.rightSideBar{
	float: right;
	margin-right: 30px;
	margin-bottom: 30px;
}
#sideBarWidgets{
	padding: 20px;
}



/* Footer Default Styles */
#footer {
	display: table;
	width: 960px;
	list-style:none !important;
}
#footer li {
	padding-bottom: 5px;
	list-style:none !important;
}
#footer .widget{
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
}
#footer .last .widget{
	padding-left: 0px;
}
#footer .widget h3{
	padding-bottom: 8px;
	margin-bottom: 5px;
}
.columnShadow {
	height: 5px;
	background-repeat: repeat-x;
	margin-bottom: 25px;
}

#footer .fullWidth{
	display: table-cell;
	vertical-align: top;
	width: 960px;
	background-image: url(https://www.sindikatvojakov.si/slike/www/footerColumnDivider.png);
	background-repeat: repeat-y;
	background-position: top left;
}
#footer .outerOneHalf{
	display: table-cell;
	vertical-align: top;
	width: 480px;
}
#footer .outerOneThird{
	display: table-cell;
	vertical-align: top;
	width: 320px;
}
#footer .outerTwoThirds{
	display: table-cell;
	vertical-align: top;
	width: 640px;
}
#footer .outerOneFourth{
	display: table-cell;
	vertical-align: top;
	width: 240px;
}
#footer .outerThreeFourths{
	display: table-cell;
	vertical-align: top;
	width: 720px;
}
#footer .outerOneFifth{
	display: table-cell;
	vertical-align: top;
	width: 192px;
}
#footer .outerFourFifths{
	display: table-cell;
	vertical-align: top;
	width: 768px;
}
#footer .outerOneSixth{
	display: table-cell;
	vertical-align: top;
	width: 160px;
}
#footer .outerFiveSixths{
	display: table-cell;
	vertical-align: top;
	width: 800px;
}
#footer .first, #footer .secondColumnSpecial{
	background-image: none !important;
}
#footer .first, #footer .secondColumnSpecial .widget{
	background-position: 0px 0px;
}
#footer .last, #footer .secondColumnSpecial{
	padding-right: 10px !important;
	padding-left: 0px !important;
}
#footer .special .widget{
	background-image: none !important;
}
#footer p{
	line-height: 16px;
}
#postFooter{
	width:920px;
	padding-left:20px;
	padding-right:20px;
}
#postFooterContent{
	width:920px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#copyright{
	float: left;
}
#copyright p{
	margin-bottom: 0px;
}
#postFooterContent ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#postFooterContent ul li{
	float: left;
	background-image: url(https://www.sindikatvojakov.si/slike/www/lightSeperator.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#postFooterContent ul li a{
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
}
#post_footer_widget_area{
	float: right;
}
#postFooterContent ul li:first-child a{
	padding-left: 0px;
}
#postFooterContent ul li:last-child{
	padding-right: 0px;
	background-image: none;
}




/* DEFAULT TYPOGRAPHY STYLING */
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
	margin-bottom: 5px;
	-webkit-text-size-adjust: none;
	font-weight: normal;
}
p {
	line-height: 21px;
	margin-bottom: 20px;
	-webkit-text-size-adjust: none;
}
.smallBottomMargin{
	margin-bottom: 5px !important;
}
.halfBottomMargin {
	margin-bottom: 10px !important;
}
.noBottomMargin{
	margin-bottom: 0px !important;
}
a,a:link,a:hover,a:visited,a:active{
	text-decoration: none;
}



/* Sidebar & Sidebar Widgets */

#sideBar .widget{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #e4e4e4;
}
#sideBar p {
	margin-bottom: 10px;
}
.smallTitle {
	margin-bottom: 0px !important;
	font-weight: bold !important;
}
#sideBarWidgets .widget h3{
	margin-bottom: 15px;
}
#sideBarWidgets .widgetTitle {
	margin-bottom: 15px;
}

/* Contact Info Widget */
.widget_wb_contact_info p {
	padding-top: 0px;
	line-height: 18px;
}
.sideHome{
	background-position: 0 1px;
	background-repeat: no-repeat !important;
}
.sidePhone{
	background-position: 0 1px;
	background-repeat: no-repeat !important;
}
.sideHours{
	background-position: 0 1px;
	background-repeat: no-repeat !important;
}

/* Sidebar Social Icons */
.sidebarSocialIcons li {
	float: left;
	height: 22px;
	list-style-type: none;
	line-height: 0;
	padding-right: 6px;
	padding-bottom: 6px;
}
.sidebarSocialIcons li:last-child {
	padding-right: 0px;
}

/* WordPress Search Widget */
.widget_search .screen-reader-text {
	display: none;
}
#searchform div{
	width: 182px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#s{
	display: inline;
	float: left;
	padding: 0 8px;
	width: 128px;
	height: 33px;
	line-height: 33px;
	border: none;
	outline: none;
	opacity: 0;
	filter: alpha(opacity = 0);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#searchsubmit{
	display: inline;
	float: left;
	width: 38px;
	height: 33px;
	border: none;
	outline: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Recent Posts Widget */
#sideBarWidgets .widgetRecentPost, #footer .widgetRecentPost {
	margin-bottom: 15px;
}
#sideBarWidgets .widgetRecentPost .thumbHolder, #footer .widgetRecentPost .thumbHolder {
	float: left;
	padding-right: 10px;
}
#sideBarWidgets .widgetRecentPost .textHolder{
	float: left;
	width: 130px;
}
#footer .widgetRecentPost .textHolder{
	float: left;
	width: 122px;
}
.fancy,.switchFrame{
	padding:					3px;
	line-height:				0;
}

/* Recent Comments Widget */
#sideBarWidgets .recentComment, #footer .recentComment{
	background-repeat: no-repeat;
	padding-left: 33px;
	line-height: 15px;
}
.comment-time{
	font-size: 11px;
	font-style: italic;
}
.comment-link{
	font-weight: normal !important;
}


/* Contact Form Widget */
/* Sidebar Contact Form Custom Widget */
#sideBarWidgets  label{
	margin-bottom: 2px;
}
#sideBarWidgets .nameInput, #sideBarWidgets .emailInput, #sideBarWidgets .messageInput{
	width:						80%;
	height:						26px;
	font-size:					11px;
	margin-bottom:				10px;
	border-top:					1px solid #ececec;
	border-left:				1px solid #ececec;
	border-right:				1px solid #ececec;
	border-bottom:				1px solid #dfdfdf;
	background-color:			#ffffff;
	padding-left:				12px;
	color:						#999;
}
#sideBarWidgets .messageInput{
	width:						90%;
	height:						96px;
	padding-top:				12px;
	margin-bottom: 				20px;
}
#sideBarWidgets .nameInput:hover, #sideBarWidgets .emailInput:hover, #sideBarWidgets .messageInput:hover{
	border-bottom:				1px solid #dddddd;
	background-color:			#fdfdfd;
}
#sideBarWidgets .nameInput:focus, #sideBarWidgets .emailInput:focus, #sideBarWidgets .messageInput:focus{
	outline:					none;
	border-bottom:				1px solid #dddddd;
	color:						#666;
	background-color:			#fdfdfd;
}
#sideBarWidgets .responseTxt{
	margin-top: 15px;
	margin-bottom: 0px !important;
	padding-left: 5px;
	font-weight: bold;
}
/* Footer Contact Form Custom Widget */
#footer  label{
	margin-bottom: 2px;
	display: block;
}
#footer .nameInput, #footer .emailInput, #footer .messageInput{
	width:						80%;
	height:						26px;
	font-size:					11px;
	margin-bottom:				10px;
	border-top:					1px solid #ececec;
	border-left:				1px solid #ececec;
	border-right:				1px solid #ececec;
	border-bottom:				1px solid #dfdfdf;
	background-color:			#ffffff;
	padding-left:				12px;
	color:						#ccc;
}
#footer .messageInput{
	width:						90%;
	height:						96px;
	padding-top:				12px;
	margin-bottom:				20px;
}
#footer .nameInput:hover, #footer .emailInput:hover, #footer .messageInput:hover{
	border-bottom:				1px solid #dddddd;
	background-color:			#fdfdfd;
}
#footer .nameInput:focus, #footer .emailInput:focus, #footer .messageInput:focus{
	outline:					none;
	border-bottom:				1px solid #dddddd;
	color:						#666;
	background-color:			#fdfdfd;
}
#footer .responseTxt{
	margin-top: 15px;
	margin-bottom: 0px !important;
	padding-left: 5px;
	font-weight: bold;
}

.contactInfo {
	margin-bottom: 15px;
}

/*	WordPress	Categories, Recent Comments, Pages, Archives,
				Recent Entries, Links, Nav Menu, Meta
	Widgets */
#sideBar .widget_categories li, #footer .widget_categories li,
#sideBar .widget_recent_comments li, #footer .widget_recent_comments li,
#sideBar .widget_pages li, #footer .widget_pages li,
#sideBar .widget_archive li, #footer .widget_archive li,
#sideBar .widget_recent_entries li, #footer .widget_recent_entries li,
#sideBar .widget_links li, #footer .widget_links li,
#sideBar .widget_nav_menu li, #footer .widget_nav_menu li,
#sideBar .widget_meta li, #footer .widget_meta li,
#sideBar .widget_rss li, #footer .widget_rss li{
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
	margin-bottom: 5px;
}
#sideBar .widget_recent_comments li, #footer .widget_recent_comments li{
	background-position: 0 0;
	padding-left: 35px;
}
#sideBar .widget_nav_menu ul li ul, #footer .widget_nav_menu ul li ul{
	display: none;
	margin-top: 5px;
}
#sideBar .widget_nav_menu li ul li, #sideBar .widget_pages li ul li, #footer .widget_nav_menu li ul li, #footer .widget_pages li ul li{
	margin-left: 0px;
	padding-left: 10px;
	background-position: 0 8px;
}
#sideBar .widgetRecentPost p{
	line-height: 16px;
}
#sideBar .widget_nav_menu li {
	background-image: url(https://www.sindikatvojakov.si/slike/www/mini-arrow.png);
}
#sideBar .widget_nav_menu li a {
	font-size: 12px;
}
#sideBar .widget_nav_menu li ul li{
	background-image:  url(https://www.sindikatvojakov.si/slike/www/super-mini-arrow.png);
}
#sideBar .widget_nav_menu li ul li a{
	font-size: 11px;
}
#sideBar .widget_nav_menu li ul li ul li a{
	font-size: 10px;
}

.rsswidget img{
	display: none;
}
.tagcloud a{
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 8pt !important;
}

/* BLOG STYLING */
#breadcrumbs{
	margin-top: 4px;
}
#crumbsOnly #breadcrumbs{
	margin-top: 0px;
	margin-bottom: 20px;
}
.post{
	position: relative;
	max-width: 650px;
}
.meta-comments{
	display: block;
	margin-top: -2px;
	text-align: center;
	width: 21px;
	height: 21px;
	font-weight: bold;
	cursor: pointer;
}
.post-head {
	float: left;
}
.post-head{
	margin-right: 31px;
}
.post-text{
	/*float:right;*/
	text-align:justify;
}
.post-text p{
	margin-bottom: 10px !important;
}
.post-title h1{
	margin-bottom: 10px !important;
}
.post-meta{
	margin-top: -6px;
	font-weight: bold;
	margin-bottom: 9px;
}
.post-meta a{
	font-weight: normal;
	margin-left: 5px;
}
.post-meta li{
	float: left;
	display: block;
	line-height: 16px;
	margin-right: 15px;
	margin-top: 8px;
}
.post-tags{
	float: right;
	margin-top: 3px;
}
.post-tags.floatingTags{
	margin-top: 20px;
}
.post-tags a{
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
}
.post-tags a:first-child{
	margin-left: 4px;
}
.post-tags a:last-child{
	margin-right: 0px;
}
.list-o-comments li{
	list-style-type: none;
}
.comment-reply-link{
	margin-bottom: 1px;
}

/* Post Pagination */
#post-pagination .button{
	margin-right: 						6px;
}
#post-pagination .page-count{
	margin-right:						15px;
}


/* SHORTCODE - columns */

/* No Sidebar Full Width Columns */
#content.noSideBar .fullWidth{
	float: left;
	width: 900px;
}
#content.noSideBar .outerOneHalf{
	float: left;
	width: 440px;
	margin-right: 20px;
}
#content.noSideBar .outerOneThird{
	float: left;
	width: 286px;
	margin-right: 20px;
}
#content.noSideBar .outerTwoThirds{
	float: left;
	width: 594px;
	margin-right: 20px;
}
#content.noSideBar .outerOneFourth{
	float: left;
	width: 210px;
	margin-right: 20px;
}
#content.noSideBar .outerThreeFourths{
	float: left;
	width: 670px;
	margin-right: 20px;
}
#content.noSideBar .outerOneFifth{
	float: left;
	width: 164px;
	margin-right: 20px;
}
#content.noSideBar .outerFourFifths{
	float: left;
	width: 716px;
	margin-right: 20px;
}
#content.noSideBar .outerOneSixth{
	float: left;
	width: 133px;
	margin-right: 20px;
}
#content.noSideBar .outerFiveSixths{
	float: left;
	width: 747px;
	margin-right: 20px;
}

/* Left SideBar and Right SideBar Columns */
#content.leftSideBar .fullWidth, #content.rightSideBar .fullWidth{
	float: left;
	width: 640px;
	clear: both;
}
#content.leftSideBar .outerOneHalf, #content.rightSideBar .outerOneHalf{
	float: left;
	width: 310px;
	margin-right: 20px;
}
#content.leftSideBar .outerOneThird, #content.rightSideBar .outerOneThird{
	float: left;
	width: 200px;
	margin-right: 20px;
}
#content.leftSideBar .outerTwoThirds, #content.rightSideBar .outerTwoThirds{
	float: left;
	width: 420px;
	margin-right: 20px;
}
#content.leftSideBar .outerOneFourth, #content.rightSideBar .outerOneFourth{
	float: left;
	width: 145px;
	margin-right: 20px;
}
#content.leftSideBar .outerThreeFourths, #content.rightSideBar .outerThreeFourths{
	float: left;
	width: 475px;
	margin-right: 20px;
}
#content.leftSideBar .outerOneFifth, #content.rightSideBar .outerOneFifth{
	float: left;
	width: 112px;
	margin-right: 20px;
}
#content.leftSideBar .outerFourFifths, #content.rightSideBar .outerFourFifths{
	float: left;
	width: 508px;
	margin-right: 20px;
}
#content.leftSideBar .outerOneSixth, #content.rightSideBar .outerOneSixth{
	float: left;
	width: 90px;
	margin-right: 20px;
}
#content.leftSideBar .outerFiveSixths, #content.rightSideBar .outerFiveSixths{
	float: left;
	width: 530px;
	margin-right: 20px;
}

.innerFullWidth{
	float:								left;
	width:								100%;
	clear:								both;
}
.innerOneHalf{
	float:								left;
	width: 								48%;
	margin-right:						4%;
}
.innerOneThird{
	float:								left;
	width:								30.4%;
	margin-right:						4%;
}
.innerTwoThirds{
	float:								left;
	width:								65.3334%;
	margin-right:						4%;
}
.innerOneFourth{
	float:								left;
	width: 								22%;
	margin-right:						4%;
}
.innerThreeFourths{
	float:								left;
	width: 								74%;
	margin-right:						4%;
}
.innerOneFifth{
	float:								left;
	width: 								16.8%;
	margin-right:						4%;
}
.innerTwoFifths{
	float:								left;
	width: 								38.4%;
	margin-right:						4%;
}
.innerThreeFifths{
	float:								left;
	width: 								57.6%;
	margin-right:						4%;
}
.innerFourFifths{
	float:								left;
	width: 								79.2%;
	margin-right:						4%;
}
.innerOneSixth{
	float:								left;
	width: 								14%;
	margin-right:						3.2%;
}
.innerFiveSixths{
	float:								left;
	width: 								82.8%;
	margin-right:						3.2%;
}

.clear{
	clear: both;
}
.last{
	margin-right: 0px !important;
	clear: right;
}

/* SHORTCODE - CONTACT FORM */
label{
	margin-bottom: 2px;
}
.nameInput, .emailInput, .messageInput, .webInput{
	display:					block;
	width:						80%;
	height:						30px;
	font-size:					11px;
	margin-bottom:				10px;
	border-top:					1px solid #F0F0F0;
	border-left:				1px solid #dddddd;
	border-right:				1px solid #dddddd;
	border-bottom:				1px solid #dcdcdc;
	background-color:			#ffffff;
	padding-left:				12px;
	color:						#999;
}
.messageInput{
	width:						90%;
	height:						200px;
	padding-top:				12px;
	margin-bottom:				20px;
}
.nameInput:hover, .emailInput:hover, .messageInput:hover, .webInput:hover{
	background-color:			#fdfdfd;
	color:						#666;
}
.nameInput:focus, .emailInput:focus, .messageInput:focus, .webInput:focus{
	outline:					none;
	color:						#666;
	background-color:			#fdfdfd;
}
.responseTxt{
	margin-top: 15px;
	margin-bottom: 0px !important;
	padding-left: 5px;
	font-weight: bold;
}
.contactFormBorder{
	padding: 30px;
}


/* SHORTCODE - Buttons */
.buttonsColumn1 a.button, .buttonsColumn2 a.button{
	margin-right: 10px;
}
.buttonsColumn1{
	float: left;
	margin-right: 20px;
}
.buttonsColumn2{
	float: left;
}
.button{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top:none;
	cursor:pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight:bold;
	display: inline-block;
	outline: none;
}
.button.tiny{
	font-size: 11px;
	padding: 0px 8px;
}
.button.small{
	font-size: 11px;
	padding: 3px 9px;
}
.button.medium{
	font-size: 12px;
	padding: 6px 12px;
}
.button.large{
	font-size: 14px;
	padding: 8px 20px;
}
.button.rounded{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.button.current, .button.selected{
	cursor: default !important;
}
.button.white{
	background-color: #fff;
	color: #777;
	border-top-color: #ccdf8d;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #bcbcbc;
	text-shadow:0 1px 0 white;
}
.button:hover, .button.current, .button.selected{
	position:relative;
	top: 1px;
}
.button.white:hover,.button.white.selected,.button.white.current{
	background-color: #fafafa;
	color: #555;
}
.button.black{
	background-color: #1F1F1F;
	color: #999;
	border-top-color: #222;
	border-left-color: #242424;
	border-right-color: #242424;
	border-bottom-color: #3A3A3A;
	text-shadow: none;
}
.button.black:hover{
	background-color: #242424;
	color: #ccc;
}
.button.lightgreen{
	background-color: #9AC15D;
	color: #f7ffea;
	border-top-color: #93BB54;
	border-left-color: #93BB54;
	border-right-color: #93BB54;
	border-bottom-color: #759c38;
}
.button.lightgreen:hover{
	background-color: #759c38;
	color: #fff;
}
.button.charcoal{
	background-color: #545454;
	color: #ddd;
	border-top-color: #5f5f5f;
	border-left-color: #5f5f5f;
	border-right-color: #5f5f5f;
	border-bottom-color: #6c6c6c;
	text-shadow: none;
}
.button.charcoal:hover{
	background-color: #666666;
	color: #eee;
}
.button.orange{
	background-color: #ED7D05;
	color: #FFF4E9;
	border-top-color: #DD7403;
	border-left-color: #DD7403;
	border-right-color: #DD7403;
	border-bottom-color: #813700;
	text-shadow: none;
}
.button.orange:hover{
	background-color: #ed7205;
	color: #fff;
}
.button.blue{
	background-color: #0d509c;
	color: #F1F7FE;
	border-top-color: #0c478a;
	border-left-color: #0c478a;
	border-right-color: #0c478a;
	border-bottom-color: #000;
	text-shadow: none;
}
.button.blue:hover{
	background-color: #0b4280;
	color: #fff;
}
.button.red{
	background-color: #a40000;
	color: #fff5f5;
	border-top-color: #910000;
	border-left-color: #910000;
	border-right-color: #910000;
	border-bottom-color: #610000;
	text-shadow: none;
}
.button.red:hover{
	background-color: #8a0000;
	color: #fff;
}
.button.purple{
	background-color: #422d49;
	color: #fcf3ff;
	border-top-color: #281b2d;
	border-left-color: #281b2d;
	border-right-color: #281b2d;
	border-bottom-color: #000;
	text-shadow: none;
}
.button.purple:hover{
	background-color: #322238;
	color: #fff;
}
.button.light-blue{
	background-color: #77C7FF;
	color: #eef7fe;
	border-top-color: #70bbef;
	border-left-color: #70bbef;
	border-right-color: #70bbef;
	border-bottom-color: #548ab0;
	text-shadow: none;
}
.button.light-blue:hover{
	background-color: #6eb5e7;
	color: #fff;
}
.button.pink{
	background-color: #d52553;
	color: #fff3f6;
	border-top-color: #e32859;
	border-left-color: #e32859;
	border-right-color: #e32859;
	border-bottom-color: #9e1c3e;
	text-shadow: none;
}
.button.pink:hover{
	background-color: #be224a;
	color: #fff;
}
.button.cream{
	background-color: #E7E5D1;
	color: #897463;
	border-top-color: #dcdaca;
	border-left-color: #dcdaca;
	border-right-color: #dcdaca;
	border-bottom-color: #b7b5a1;
	text-shadow: none;
}
.button.cream:hover{
	background-color: #d5d2b9;
	color: #695647;
}
.button.sage{
	background-color: #7A9284;
	color: #f4fef8;
	border-top-color: #889a8f;
	border-left-color: #889a8f;
	border-right-color: #889a8f;
	border-bottom-color: #687b70;
	text-shadow: none;
}
.button.sage:hover{
	background-color: #63796c;
	color: #fff;
}
.button.light-brick{
	background-color: #7A3B23;
	color: #fef6f3;
	border-top-color: #864a34;
	border-left-color: #864a34;
	border-right-color: #864a34;
	border-bottom-color: #481e0e;
	text-shadow: none;
}
.button.light-brick:hover{
	background-color: #68301b;
	color: #fff;
}
.button.aqua{
	background-color: #00C7DE;
	color: #f1feff;
	border-top-color: #0dd2e9;
	border-left-color: #0dd2e9;
	border-right-color: #0dd2e9;
	border-bottom-color: #008d9d;
	text-shadow: none;
}
.button.aqua:hover{
	background-color: #01a7ba;
	color: #fff;
}
.button.blue-grey{
	background-color: #596c7b;
	color: #e6e6e6;
	border-top-color: #6d7f8c;
	border-left-color: #6d7f8c;
	border-right-color: #6d7f8c;
	border-bottom-color: #2d373f;
	text-shadow: none;
}
.button.blue-grey:hover{
	background-color: #455460;
	color: #fff;
}
.button.teal{
	background-color: #5F7E8C;
	color: #e6e6e6;
	border-top-color: #6d7f8c;
	border-left-color: #6d7f8c;
	border-right-color: #6d7f8c;
	border-bottom-color: #2d373f;
	text-shadow: none;
}
.button.teal:hover{
	background-color: #426676;
	color: #fff;
}
.button.gold{
	background-color: #C48109;
	color: #fffaf2;
	border-top-color: #d08c14;
	border-left-color: #d08c14;
	border-right-color: #d08c14;
	border-bottom-color: #7b5106;
	text-shadow: none;
}
.button.gold:hover{
	background-color: #a76e08;
	color: #fff;
}







/* SPACER SHORTCODES */
.spacer{
	clear: both;
}

/* SHORTCODE - Images */
.outerImageWrap {
	/*max-width:300px !important;*/
	margin: 0px 15px 0px 0px;
	float:left;
}
.outerImageWrapWide {
	/*max-width:628px !important;*/
	margin: 0px 15px 0px 0px;
	float:left;
}
.imageBorder{
	position:relative;
}
.imageWrapper{
	position:relative;
	overflow:hidden;
	line-height:0px;
}
.imagePreloader{
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
.imageWrap{
	line-height:						0;
	display:							block;
	position:							relative;
	max-width:							100%;
}
.imageHolder{
	margin-left:						auto;
	margin-right:						auto;
}
.imageHolder, .imageHolder img{
	line-height:						0;
	display:							block;
}
.iconHolder{
	display: block !important;
	position: absolute;
	display: none;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	left: -150%;
	top: -150%;
	z-index: 2;
}
.magnifyIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/magnifyIcon.png) no-repeat center center;
}
.attachmentIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/attachmentIcon.png) no-repeat center center;
}
.documentIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/documentIcon.png) no-repeat center center;
}
.linkIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/linkIcon.png) no-repeat center center;
}
.youtubeIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/youtubeIcon.png) no-repeat center center;
}
.zipIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/zipIcon.png) no-repeat center center;
}
.imageIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/imageIcon.png) no-repeat center center;
}
.pdfIcon{
	background:							url(https://www.sindikatvojakov.si/slike/www/pdfIcon.png) no-repeat center center;
}
.img-left{
	float:								left;
}
.img-right{
	float:								right;
}
.img-center{
	float:								none;
}
.smallBorder{
	padding:							5px;
}
#sideBar .smallBorder{
	padding:							3px;
}
#footer .smallBorder{
	padding: 3px;
}
.mediumBorder{
	padding:							10px;
}
.shadowHolder img{
	display:							block;
	margin-left:						auto;
	margin-right:						auto;
}
.left-align{
	float: left;
}
.imageShadow{
	line-height: 0px;
}



/* SHORTCODE HORIZONTAL RULES */
.styledHr{
	background-repeat: 			repeat-x;
	background-position: 		0 0;
	height: 					2px;
	width:			 			100%;
}
.horizontalRule{
	background-repeat: repeat-x;
	background-position: 0 bottom;
}


/* SHORTCODE - pre */
pre {
	display: block;
	margin: 0px;
	padding: 20px 10px;
	font-family: Consolas, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New";
	font-size: 12px;
	line-height: 20px;
	overflow: auto;
    white-space: pre-wrap;
	white-space: pre;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}



/* SHORTCODE - Table */
.lightTable table{
	width:				100%;
	text-align:			left;
	border:				1px solid #e4e4e4;
	background: 		#ffffff;
	color:				#777;
}
.lightTable table thead{
	border-bottom:		1px solid #dedede;
	font-size:			13px;
	color:				#555;
}
.lightTable table th{
	padding:			11px;
	text-align:			center;
	font-weight:		bold;
	background: 		#FCFCFC;
}
.lightTable table td th{
	vertical-align:		middle;
}
.lightTable table td{
	padding:			8px;
	text-align:			center;
	border:				1px dotted #e4e4e4;
}
.lightTable table tbody tr:hover{
	-o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	background-color:	#f9f9f9;
	color:				#555;
}
.lightTable table tfoot{
	border-top:			1px solid #dedede;
	font-size:			13px;
	font-style:			italic;
}

.darkTable table{
	width:				100%;
	text-align:			left;
	border:				1px solid #111;
	background: 		#0c0c0c;
	color:				#999;
}
.darkTable table thead{
	border-bottom:		1px solid #222;
	font-size:			13px;
	color:				#e4e4e4;
}
.darkTable table th{
	padding:			11px;
	text-align:			center;
	font-weight:		bold;
	background: 		#080808;
}
.darkTable table td th{
	vertical-align:		middle;
}
.darkTable table td{
	padding:			8px;
	text-align:			center;
	border:				1px dotted #222;
}
.darkTable table tbody tr:hover{
	-o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	background-color:	#080808;
	color:				#fff;
}
.darkTable table tfoot{
	border-top:			1px solid #222;
	font-size:			13px;
	font-style:			italic;
}


/* SHORTCODE - Portfolio */
#portfolioGrid{
	margin-left: -20px;
}
#content.noSideBar .portInnerFullWidth{
	width: 900px;
}
#content.leftSideBar .portInnerFullWidth, #content.rightSideBar .portInnerFullWidth{
	width: 640px;
}
#content.noSideBar .portInnerOneThird{
	width: 286px;
	margin-left: 20px;
}
#content.leftSideBar .portInnerOneThird, #content.rightSideBar .portInnerOneThird{
	width: 200px;
	margin-left: 20px;
}
#content.noSideBar .portInnerOneHalf{
	width: 440px;
	margin-left: 20px;
}
#content.leftSideBar .portInnerOneHalf, #content.rightSideBar .portInnerOneHalf{
	width: 310px;
	margin-left: 20px;
}
#content.noSideBar .portInnerOneFourth{
	width: 210px;
	margin-left: 20px;
}
#content.leftSideBar .portInnerOneFourth, #content.rightSideBar .portInnerOneFourth{
	width: 145px;
	margin-left: 20px;
}



/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{margin-top:20px;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(https://www.sindikatvojakov.si/slike/www/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(https://www.sindikatvojakov.si/slike/www/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(https://www.sindikatvojakov.si/slike/www/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}



/* Shortcodes Sliders */
.sliderWrapper{
	position: relative;
}
.sliderShadow img{
	margin-left:auto;
	margin-right: auto;
	display: block;
}

.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	/*background: transparent url(../images/shadow.png) no-repeat bottom center;*/
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

/* Slicebox Style */
.sb-slider {
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li > a {
	outline: none;
}

.sb-slider li > a img {
	border: none;
}

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

.sb-description {
	padding: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #CBBFAE;
	background: rgba(190,176,155, 0.4);
	border-left: 4px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
	opacity: 0;
	color: #fff;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,176,155, 0.7);
}

.sb-perspective {
	position: relative;
}

.sb-perspective > div {
	position: absolute;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}

.sb-side {
	margin: 0;
	display: block;
	position: absolute;

	-moz-backface-visibility : hidden;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Wordpress default styles */
.alignleft{
	float:						left;
}
.alignright{
	float:						right;
}
.aligncenter{
	width:						100%;
	text-align:					center;
	float:						none;
	margin-left:				auto;
	margin-right:				auto;
}
.alignnone{
	float:						none;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	padding:					10px 0;
	text-align:					center;
}
.sticky{
}
.bypostauthor .comment-wrapper{
	padding-left:20px;
}
.justify {
	text-align:justify;
}


/* stranki linki */
#side_info_fb {
	position:fixed;
	left:-1px;
	top:220px;
	width:0;
	height:50px;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	z-index:999;
}
a.side_info_fb:link {
	display:block;
	width:39px;
	height:50px;
	background:url(https://www.sindikatvojakov.si/slike/facebook_slide.png) 0 0 no-repeat;
}
a.side_info_fb:active,a.side_info_fb:hover {
	background-position:-17px 0;
	width:144px;
}
#side_info_kss {
	position:fixed;
	left:-1px;
	top:220px;
	width:0;
	height:30px;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	z-index:999;
}
a.side_info_kss:link {
	display:block;
	width:38px;
	height:30px;
	background:url(https://www.sindikatvojakov.si/slike/kss.png) 0 0 no-repeat;
}
a.side_info_kss:active,a.side_info_kss:hover {
	background-position:-50px 0px;
	width:182px;
	height:50px;
}
#side_info_kss:active,#side_info_kss:hover {
	top:212px;
}
#side_info_twitter {
	position:fixed;
	left:-1px;
	top:340px;
	width:0;
	height:50px;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	z-index:999;
}
a.side_info_twitter:link {
	display:block;
	width:46px;
	height:50px;
	background:url(https://www.sindikatvojakov.si/slike/twitter_slide.png) 0 0 no-repeat;
}
a.side_info_twitter:active,a.side_info_twitter:hover {
	background-position:-20px 0;
	width:168px;
}
#side_info_euromil {
	position:fixed;
	left:-1px;
	top:260px;
	width:0;
	height:39px;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	z-index:999;
}
a.side_info_euromil:link {
	display:block;
	width:39px;
	height:39px;
	background:url(https://www.sindikatvojakov.si/slike/euromil_slide3.png) 0 0 no-repeat;
}
a.side_info_euromil:active,a.side_info_euromil:hover {
	background-position:-58px 0;
	width:140px;
}
#side_info_sv {
	position:fixed;
	left:-1px;
	top:260px;
	width:0;
	height:38px;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
	z-index:999;
}
a.side_info_sv:link {
	display:block;
	width:39px;
	height:38px;
	background:url(https://www.sindikatvojakov.si/slike/SV.png) 0 0 no-repeat;
}
a.side_info_sv:active,a.side_info_sv:hover {
	background-position:-20px 0;
	width:127px;
}
