/* Layout
 ========================================================================== */
@media (max-width: 767px) {}

@media (min-width: 320px) {
	.ui-main > div > * {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	.ui-main > div > * {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.toolbar-left {
		float: left;
	}
	.toolbar-right {
		float: right;
	}
	/*
	.ui-sidebar .uk-panel {
		padding-right: 20px;
	}
	*/
}
@media (min-width: 960px) {
	.main-right .ui-content {
		padding-right: 50px !important;
		border-right: 1px solid #efefef;
	}
	.left-main .ui-content {
		padding-left: 50px !important;
		border-left: 1px solid #e5e5e5;
	}
	.left-main-right .ui-content {
		padding-right: 50px !important;
		padding-left: 50px !important;
		border-right: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
	}
}
@media (min-width: 1025px) {
	.main-right .ui-content {
		border-left: 1px solid #efefef;
	}
}
@media (min-width: 1220px) {}
.homepage .bottom-a {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	border-top: 1px solid #efefef;
}

/* Above
 ========================================================================== */
.tm-above {
	background-color: #3a3a3a;
	color: #fff;
	padding: 5px 0;
	font-size: 13px;
}
.tm-above a:not([class*='above-link__']) {
	color: #fff;
	line-height: 26px;
}
.tm-above .above-element {
	line-height: 26px;
}
.tm-above .above-element + .above-element {
	margin-left: 15px;
}
.tm-above [class*='uk-icon-'] {
	
}
.tm-above .above-element + .above-element [class*='uk-icon-'] {
	margin-right: 5px;
}
.tm-above .above-link {

}
.above-container {
	float: left;
}
[class*='above-link__'] {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 21px;
	height: 21px;
	color: #fff;
	display: inline-block;
    vertical-align: bottom;
}
.above-link__shop {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiByYXRpbz0iMSIgIGZpbGw9IiNmZmZmZmYiPjxwb2x5Z29uIHBvaW50cz0iMTguNjUgMTEuMzUgMTAgMi43MSAxLjM1IDExLjM1IDAuNjUgMTAuNjUgMTAgMS4yOSAxOS4zNSAxMC42NSI+PC9wb2x5Z29uPjxwb2x5Z29uIHBvaW50cz0iMTUgNCAxOCA0IDE4IDcgMTcgNyAxNyA1IDE1IDUiPjwvcG9seWdvbj48cG9seWdvbiBwb2ludHM9IjMgMTEgNCAxMSA0IDE4IDcgMTggNyAxMiAxMiAxMiAxMiAxOCAxNiAxOCAxNiAxMSAxNyAxMSAxNyAxOSAxMSAxOSAxMSAxMyA4IDEzIDggMTkgMyAxOSI+PC9wb2x5Z29uPjwvc3ZnPg==);
}
.above-link__home {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiByYXRpbz0iMSIgZmlsbD0iI2ZmZmZmZiI+PGNpcmNsZSBjeD0iNy4zIiBjeT0iMTcuMyIgcj0iMS40Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMy4zIiBjeT0iMTcuMyIgcj0iMS40Ij48L2NpcmNsZT48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBwb2ludHM9IjAgMiAzLjIgNCA1LjMgMTIuNSAxNiAxMi41IDE4IDYuNSA4IDYuNSI+PC9wb2x5bGluZT48L3N2Zz4=);
}

/* Toolbar
 ========================================================================== */
.tm-toolbar {
	padding: 10px 0;
}

/* Header
 ========================================================================== */
.ui-header {
	border-bottom: 1px solid #efefef;
}

/* Blocks
 ========================================================================== */
.tm-main-top + .tm-content,
.tm-content + .tm-main-bottom {
	margin-top: 25px;
}
@media (min-width: 1220px) {
	.tm-main-top + .tm-content,
	.tm-content + .tm-main-bottom {
		margin-top: 35px;
	}
}
.tm-block-small {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tm-block-large {
	padding-top: 30px;
	padding-bottom: 30px;
}
.tm-block-xlarge {
	padding-top: 40px;
	padding-bottom: 40px;
}
/* Tablets and bigger */
@media (min-width: 768px) {
	.tm-block-large {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.tm-block-xlarge {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/* Desktop and bigger */
@media (min-width: 960px) {
	.tm-block-large {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.tm-block-xlarge {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* Navbar
 ========================================================================== */
.tm-navbar-container {
	z-index: 11
}
.tablet .tm-navbar-container,
.mobile .tm-navbar-container {
	padding: 5px 0;
}
.mobile .tm-navbar-container, 
.tablet .tm-navbar-container {
	background-color: #fff;
}
.desktop .tm-navbar-container, 
.desktop .tm-navbar-container .uk-navbar {
	background-color: #409632;
}
.uk-navbar-nav.primary-menu,
.uk-navbar-nav.primary-menu > li {
	float: none;
}
.uk-navbar-nav.primary-menu > li {
	display: list-item !important;
}
.uk-navbar-nav.primary-menu > li > a {
	color: #fff;
	height: 50px;
	line-height: 50px;
}
 /*
.uk-navbar-nav.primary-menu > li:last-child > a,
.uk-navbar-nav.secondary-menu > li:last-child > a {
	padding-right: 0;
}
.uk-navbar-nav.primary-menu > li:first-child > a {
	padding-left: 0;
}
.primary-menu .uk-nav-navbar > li > a:hover:before, 
.primary-menu .uk-nav-navbar > li > a:focus:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 8px;
	border-color: transparent transparent transparent #285d1f;
	position: absolute;
	top: 0;
}
*/

.tm-navbar-absolute {
	position: absolute;
	width: 100%;
	z-index: 980;
}
@media (min-width: 320px) {
	.tm-navbar-container .uk-navbar:not(.uk-active) {}
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
		height: 45px;
	}
}
@media (min-width: 1220px) {
	.tm-navbar-container .uk-navbar:not(.uk-active) {}
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
		height: 62px;
	}
}
.uk-touch .tm-navbar-container {
	border-bottom: 1px solid #f2f2f2;
}
.tm-navbar-container .uk-navbar:not(.uk-active) {
	background-image: none;
}
.uk-navbar-brand {
	padding: 0;
}
.uk-navbar .navbar-flip {
	right: 50px;
}
.uk-navbar a {
	font-weight: normal;
}
.logo-small {
	max-height: 45px;
}
.uk-nav-offcanvas ul.uk-nav-sub {
	padding-left: 30px;
}
.tm-topleft-menu .uk-navbar-nav > li + li {
	margin-left: 25px;
}
.tm-topleft-menu .uk-navbar-nav > li > a {
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	padding: 5px 0 0;
}
.tm-topleft-menu .uk-navbar-nav > li:hover > a,
.tm-topleft-menu .uk-navbar-nav > li > a:focus,
.tm-topleft-menu .uk-navbar-nav > li.uk-open > a {
	background-color: transparent;
	color: #285d1f;
}

/* Nav
 ========================================================================== */
.ui-sidebar .podpora-strankam .uk-nav > li.uk-parent:not(.active):not(.alias-parent-active) > a + .uk-nav-sub {
	display: block;
}
.ui-sidebar .podpora-strankam .uk-nav > li.uk-parent:not(.active):not(.alias-parent-active) > a + .uk-nav-sub > li:not(.current.active) > a {
	color: #444;
}

.ui-sidebar .uk-nav > li.uk-parent:not(.active):not(.alias-parent-active) > a + .uk-nav-sub {
	display: none;
}
.ui-sidebar .uk-nav > li.active > a {
	color: #409632;
	text-decoration: underline;
}

/* Modules
 ========================================================================== */
.module + .module {
	margin-top: 20px;
}

/* Panels
 ========================================================================== */
.category-panel,
.item-panel {
	overflow: hidden;
}
.items-shop .item-panel {
	padding: 10px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.08);
}
.uk-panel-box.uk-panel-box-primary:not([class*='j2store']) > .uk-panel-teaser {
	padding-top: 20px;
}
.uk-panel-background.panel-height__blog {
	transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.uk-panel-background.panel-height__blog > .uk-position-cover {
	background-color: rgba(0,0,0,0);
}
.uk-panel-background.panel-height__blog:hover > .uk-position-cover {
	background-color: rgba(0,0,0,0.25);
}
.uk-panel-background.panel-height__blog:not(.no-transform):hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.uk-panel-background.panel-height__blog > .uk-position-cover:hover:before {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: 'FontAwesome';
    text-align: center;
    color: #fff;
}
@media (min-width: 320px) {
	.panel-height {
		min-height: 200px;
	}
}
@media (min-width: 768px) {
	.panel-height.panel-height__blog {
		min-height: 160px;
	}
	.panel-height.panel-height__gallery {
		min-height: 250px;
	}
	.panel-height {
		min-height: 150px;
	}
}
@media (min-width: 960px) {
	.panel-height.panel-height__gallery {
		min-height: 160px;
	}
	.panel-height {
		min-height: 100px;
	}
}

/* Buttons
 ========================================================================== */
.uk-button-rounded {
	border-radius: 30px;
}
.uk-button-tertiary {
	background-color: #6dcfe0;
	color: #fff;
}
.uk-button-tertiary:hover,
.uk-button-tertiary:focus {
	background-color: #409632;
	color: #fff;
}
.uk-button-flat {
	border-radius: 0;
	padding: 0 15px;
	min-height: 34px;
	line-height: 34px;
	font-size: 0.82353rem;
	font-weight: 400;
	background: #409632;
	color: #fff;
}
.uk-button-flat:hover,
.uk-button-flat:focus {
	text-decoration: none;
	background: #285d1f;
	color: #fff;
}
.uk-button-cta {
	padding-top: 5px;
	padding-bottom: 5px;
}
.uk-button-cta [class*='uk-icon-'] {
	margin-right: 5px;
	max-height: 52px;
}
.uk-button-blank {
	background: transparent;
	border: 2px solid #409632;
	padding: 5px 20px;
	color: #409632;
}
.uk-button-larger {
	min-width: 175px;
	font-size: 18px;
	min-height: 44px;
	line-height: 44px;
}
@media (min-width: 320px) {
	.uk-button-larger {
		min-width: 165px;
		font-size: 16px;
		min-height: 40px;
		line-height: 40px;
	}
}
@media (min-width: 1220px) {
	.uk-button-larger {
		min-width: 175px;
		font-size: 18px;
		min-height: 44px;
		line-height: 44px;
	}
}
.uk-button [class*='uk-icon-'] {
	margin-right: 5px;
}
.item-buttons .uk-button:not(a),
.category-cta-buttons .uk-button:not(a) {
	cursor: default;
}

/* Headers
 ========================================================================== */
.uk-header-primary {
	color: #409632;
}
.uk-header-secondary {
	color: #409632;
}
.uk-header-default {
	color: #444;
}
.uk-header-line {
	overflow: hidden;
}
.uk-header-line > * {
	display: inline-block;
	position: relative;
}
.uk-header-line > :before,.uk-header-line > :after {
	content: "";
	position: absolute;
	top: calc(50% - (1px / 2));
	width: 2000px;
	border-bottom: 1px solid #b0afaf;
}
.uk-header-line > :before {
	right: 100%;
	margin-right: .6em;
}
.uk-header-line > :after {
	left: 100%;
	margin-left: .6em;
}

/* Colors
 ========================================================================== */
.uk-color-primary {
	color: #409632;
}
.uk-color-secondary {
	color: #409632;
}
.uk-color-default {
	color: #fff;
}
.uk-color-inverse {
	color: #706f6f;
}

/* Backgrounds
 ========================================================================== */
.uk-background-primary {
	background-color: #409632;
}
.uk-background-secondary {
	background-color: #409632;
}
.uk-background-default {
	background-color: #fff;
}
.uk-background-inverse {
	background-color: #e5e5e5;
}
.uk-background-fixed {
	background-attachment: fixed;
}
.uk-background-norepeat {
	background-repeat: no-repeat;
}
.uk-background-center-center {
	background-position: 50% 50%;
}
.uk-background-cover {
	background-size: cover;
}

/* Typography
 ========================================================================== */
.uk-font-primary {
	font-family: 'Open Sans', sans-serif;
}
.uk-font-light {
	font-weight: 300;
}
.uk-font-normal {
	font-weight: 400;
}
.uk-font-strong {
	font-weight: 600;
}
.uk-font-stronger {
	font-weight: 600;
}
.uk-font-size-normal {
	font-size: 1rem;
}
.page-heading > h1 {}

.uk-text-smaller {
	font-size: 13px;
	line-height: 19px;
	color: #706f6f;
}
.uk-text-medium {
	font-size: 15px;
	line-height: 21px;
}
.uk-text-larger {
	font-size: 19px;
	line-height: 27px;
}
/* a, .uk-link {font-weight: 400;}*/
.ui-sidebar {
	font-size: 15px;
}
.uk-panel-title__primary {
	background-color: #409632;
	color: #fff;
	border: 0;
	padding: 10px 5px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 20px;
}
.uk-panel-title__primary > a {
	display: block;
}
.items-shop .item-panel .uk-panel-title {
	background-color: #fff;
	color: #409632;
}

/* Custom breakpoints
 ========================================================================== */

/* Desktop and bigger */
@media (min-width: 1025px) {
	.uk-hidden-desktop {
		display: none !important;
	}
	.uk-visible-desktop {
		display: block !important;
	}
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 1024px) {
	.uk-hidden-desktop {
		display: block !important;
	}
	.uk-visible-desktop {
		display: none !important;
	}
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
	.uk-hidden-desktop {
		display: block !important;
	}
	.uk-visible-desktop {
		display: none !important;
	}
}


/* Responsive floats
 ========================================================================== */
.uk-float-none {
	float: none !important;
}
@media (min-width: 576px) {
	.uk-float-small-left {
		float: left !important;
	}
	.uk-float-small-right {
		float: right !important;
	}
	.uk-float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.uk-float-medium-left {
		float: left !important;
	}
	.uk-float-medium-right {
		float: right !important;
	}
	.uk-float-medium-none {
		float: none !important;
	}
}
@media (min-width: 960px) {
	.uk-float-large-left {
		float: left !important;
	}
	.uk-float-large-right {
		float: right !important;
	}
	.uk-float-large-none {
		float: none !important;
	}
}
@media (min-width: 1220px) {
	.uk-float-xlarge-left {
		float: left !important;
	}
	.uk-float-xlarge-right {
		float: right !important;
	}
	.uk-float-xlarge-none {
		float: none !important;
	}
}

/* Custom margins
 ========================================================================== */
.uk-margin-medium {
	margin-bottom: 30px;
}
* + .uk-margin-medium {
	margin-top: 30px;
}
.uk-margin-medium-top {
	margin-top: 30px !important;
}
.uk-margin-medium-bottom {
	margin-bottom: 30px !important;
}
.uk-margin-medium-left {
	margin-left: 30px !important;
}
.uk-margin-medium-right {
	margin-right: 30px !important;
}

/* Paddings
 ========================================================================== */
.uk-padding-small {
	padding-bottom: 15px;
}
* + .uk-padding-small {
	padding-top: 15px;
}
.uk-padding-small-top {
	padding-top: 15px !important;
}
.uk-padding-small-bottom {
	padding-bottom: 15px !important;
}
.uk-padding-small-left {
	padding-left: 15px !important;
}
.uk-padding-small-right {
	padding-right: 15px !important;
}

.uk-padding-medium {
	padding-bottom: 30px;
}
* + .uk-padding-medium {
	padding-top: 30px;
}
.uk-padding-medium-top {
	padding-top: 30px !important;
}
.uk-padding-medium-bottom {
	padding-bottom: 30px !important;
}
.uk-padding-medium-left {
	padding-left: 30px !important;
}
.uk-padding-medium-right {
	padding-right: 30px !important;
}

.uk-padding-large {
	padding-bottom: 50px;
}
* + .uk-padding-large {
	padding-top: 50px;
}
.uk-padding-large-top {
	padding-top: 50px !important;
}
.uk-padding-large-bottom {
	padding-bottom: 50px !important;
}
.uk-padding-large-left {
	padding-left: 50px !important;
}
.uk-padding-large-right {
	padding-right: 50px !important;
}

/* Media object - based on Bootstrap 4
 ========================================================================== */
.project .media-body {
	font-size: 18px;
	line-height: 27px;
}
 .media + .media {
	margin-top: 25px;
}
.media > span {
	color: #409632;
	font-size: 37px;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
}

/* Responsive embed
 ========================================================================== */
.embed-container,
.map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Registration form
 ========================================================================== */
.uk-form .uk-icon-asterisk {
	color: #666;
	font-size: 10px;
	position: relative;
	left: 3px;
	top: -1px;
}
.form-registration .acymailing_checkbox {
	margin-left: 5px;
	vertical-align: middle;
}
.form-registration .acysubscribe {
	margin-top: 20px;
}
.form-registration .acylabellist {
	display: none;
}

/* Breadcrumbs
 ========================================================================== */
.uk-breadcrumb > li:first-child > a:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f015";
	font-size: 15px;
}
.uk-breadcrumb > li:first-child > a > span {
	padding-left: 5px;
}

/* Search
 ========================================================================== */
.search > form {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0;
}
.search > form > span {
	color: #999;
	pointer-events: none;
	width: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	border: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.search > form > span > svg {
	transform: translate(0,0);
	vertical-align: middle;
}
.search input[type="search"] {
	height: 28px;
	border: 0;
	background-color: transparent;
	padding-left: 25px;
	color: #999;
}
.search input[type="search"]:focus {
	border: 0;
	border-color: transparent;
	background: transparent;
	color: #999;
	border-bottom: 1px solid #999;
}
.searchintro {
	font-size: 13px;
}

/* Homepage banner
 ========================================================================== */
.banner {
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 0;
	list-style: none;
	overflow: hidden;
	touch-action: pan-y;
}
.banner--overlay {
	text-align: center;
	background: rgba(255, 255, 255, .8);
}
.banner--heading_title {
	color: #409632;
	margin: 0;
}
.banner--heading_subtitle {
	font-size: 21px;
	line-height: 34px;
	font-weight: normal;
}
@media (min-width: 320px) {
	.banner--heading_title {
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
	}
	.banner--overlay {
		padding: 10px;
		max-width: 200px;
	}
}
@media (min-width: 768px) {
	.banner--heading_title {
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
	}
	.banner--overlay {
		padding: 15px;
		max-width: 200px;
	}
}
@media (min-width: 1025px) {
	.banner--heading_title {
		font-size: 28px;
		line-height: 32px;
	}
	.banner--overlay {
		max-width: 270px;
	}
}

/* Homepage categories module
 ========================================================================== */
.categories-grid .uk-panel-title__primary {
	font-size: 18px;
	line-height: 27px;	
}
.categories-grid .uk-background-cover {
	position: relative;
	box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
/* -- staro
.homepage_categories .uk-panel:hover .uk-panel-title,
.homepage_categories .uk-panel:focus .uk-panel-title {
	background-color: #285d1f;
	border-color: #285d1f;
}
.homepage_categories .uk-panel ul {
	color: #fff;
}
.homepage_categories .uk-panel ul > li + li {
	margin-top: 5px;
}
.homepage_categories .uk-panel ul > li:hover > a {
	text-decoration: underline;
}
*/

/* Languages
 ========================================================================== */
.languages nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.languages nav > ul > li + li {
	margin-left: 10px;
}


/* Images & captions
 ========================================================================== */
.uk-figure {
	display: table;
	margin-left: auto;
	margin-right: auto;
 }
.uk-figure-caption {
	display: table-caption;
	caption-side: bottom;
}

/* Content
 ========================================================================== */
.article-info .published {
	font-size: 15px;
}

/* Tables
 ========================================================================== */
.uk-table {
	font-size: 15px;
	line-height: 19px;
}

/* Contact
 ========================================================================== */
.contact-item {
	max-width: calc((980px - 50px) / 2) !important;
	width: 100%;
}
.contact-item > div {
	padding-left: 30px;
}
@media (min-width: 1220px) {
	.contact-item {
		max-width: calc((1200px - 70px) / 2) !important;
	}
	.contact-item > div {
		padding-left: 0;
	}
}

/* Category & Blog layout
 ========================================================================== */
.cat-children > div + div {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}
.categories-list__news .categories-list__news--item + .categories-list__news--item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ededed;
}
.categories-list__news .category-desc > ul {
	margin-bottom: 0;
}
.blog.work-packages .items-row:nth-child(-n+4) .page-header > h2 > a {
	color: #409632;
}
.blog-post + .blog-post {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	margin-top: 20px;
}
.blog-post .item-image.pull-left {
	margin-right: 15px;
}
@media (min-width: 1220px) {
	.category-cta-buttons > div > div:nth-child(1n+3) {
		margin-top: 20px;
	}
}

/* Tags
 ========================================================================== */
.tags__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tags__list li {
	float: left;
}
.tags__list li + li {
	margin-left: 5px;
}

/* To top scroller
 ========================================================================== */
@media (min-width: 320px) {
	.tm-totop-scroller {
		right: 10px;
		bottom: 25px;
	}
}
@media (min-width: 768px) {
	.tm-totop-scroller {
		bottom: 10px;
	}
}
@media (min-width: 1220px) {
	.tm-totop-scroller {
		right: 0;
	}
}
.tm-totop-scroller {
	display: block;
	position: absolute;
	height: 25px;
	width: 20px;
	margin-top: -13px;
	color: #8988ab;
	z-index: 1000;
	font-size: 18px;
}
.tm-totop-scroller:after {
	content: "\f062";
	font-family: 'FontAwesome';
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Additional Font Awesome icons
 ========================================================================== */
.uk-icon-address-book:before {
	content: "\f2b9";
}
.uk-icon-address-book-o:before {
	content: "\f2ba";
}
.uk-icon-vcard:before,
.uk-icon-address-card:before {
	content: "\f2bb";
}
.uk-icon-vcard-o:before,
.uk-icon-address-card-o:before {
	content: "\f2bc";
}

/* 
 ========================================================================== */
.shadowed {
	box-shadow: 0 8px 25px 0 rgba(84,84,120,.3);
	display: block;
	/*padding: 7px;
	background: #fff;
	border: 1px solid #e5e5e5;*/
}

/* Divider
 ========================================================================== */
.uk-divider-icon {
	position: relative;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYzVjNWM1IiBzdHJva2Utd2lkdGg9IjEuMDMiIHBvaW50cz0iMTYgNyAxMCAxMyA0IDciPjwvcG9seWxpbmU+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50% 50%
}
[class*='uk-divider-icon'] {
	border: none;
	margin-bottom: 20px
}
[class*='uk-divider'] {
	margin: 35px 0
}
.uk-divider-icon::after {
	left: calc(50% + (50px / 2));
	width: 100%
}
.uk-divider-icon::before {
	right: calc(50% + (50px / 2));
	width: 100%
}
.uk-divider-icon::before,.uk-divider-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - (50px / 2));
	border-bottom: 1px solid #e5e5e5
}
.uk-divider-margin-large {
	margin: 50px 0
}

/* Galerija
 ========================================================================== */
.gallery .blog-item__header {
	background: #409632;
	text-align: center;
}
.gallery .blog-item__header > h3 {
	margin-bottom: 0;
	font-weight: 500;
	padding: 10px 0;
}
.gallery .blog-item__header > h3 > a {
	color: #fff;
}

/* Obrazci za povpraševanje
 ========================================================================== */
.povprasevanje .page-header > h1 {
	margin-bottom: 30px;
}
.povprasevanje-tabs {
	border: 1px solid #ddd;
	border-top-width: 0;
}
.povprasevanje .uk-form .uk-width-1-1 > .uk-form-row {
	max-width: 600px;
	padding: 0 20px;
}
.povprasevanje .uk-form .nav {
	display: none;
	margin-bottom: 0;
}
.fabrikLabel.required {
	position: relative;
}
.fabrikLabel.required:before {
	content: '*';
	content: '*';
	position: absolute;
	left: -10px;
	top: 3px;
}
#form_11 .fabrikElementContainer {
	position: relative;
}
#form_11 .fabrikErrorMessage {
	position: absolute;
	top: 5px;
	right: 50px;
}


/* 
** #form_4 = Vrtna vrata
** #form_5 = Garažna vrata
** #form_5 = Kontaktni obrazec (Pošlji sporočilo)
*/
.desktop .povprasevanje .fabrikGroup {
	position: relative;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.desktop #form_4 .fabrikGroup {
	background-image: url(../images/NarociloVVShema.gif);
	background-position: 0 40px;
}
.desktop #form_5 .fabrikGroup {
	background-image: url(../images/NarociloGVShema.gif);
	background-position: 0 25px;
}
.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_opomba,
.fb_el_tt3h2__fb_narocila_vrtna___vrtnavrata_opomba {
	text-align: center;
}
.uk-form .fabrikGroup > .uk-width-1-1 + .uk-width-1-1 {
	padding-top: 15px;
}
.fabrikSubElementContainer.uk-grid > div {
	width: 100%;
}
@media (min-width: 960px) {
	.uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_opomba"],
	.uk-form label[for="tt3h2__fb_narocila_vrtna___vrtnavrata_opomba"] {
		width: auto;
		font-size: 14px;
		float: none;
	}
}
.desktop #form_5 .fabrikGroup > .uk-width-1-1:nth-child(5) {
	margin-top: 85px;
}
.desktop #form_4 .fabrikGroup > .uk-width-1-1:nth-child(7) {
	margin-bottom: 128px;
}
.desktop #form_5 .fabrikGroup > .uk-width-1-1:nth-child(12) {
	margin-bottom: 85px;
}
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_globina"],
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_preklada_l"],
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_preklada_d"],
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_hl"],
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_hd"],
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_spaleta_l"],
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_l"],
.desktop .uk-form label[for="tt3h2__fb_narocila_garazna___garaznavrata_spaleta_d"],
.desktop .uk-form label[for="tt3h2__fb_narocila_vrtna___vrtnavrata_visina_garazna"],
.desktop .uk-form label[for="tt3h2__fb_narocila_vrtna___vrtnavrata_sirina_prehod"],
.desktop .uk-form label[for="tt3h2__fb_narocila_vrtna___vrtnavrata_sirina_garazna"],
.desktop .uk-form label[for="tt3h2__fb_narocila_vrtna___vrtnavrata_visina_prehod"] {
	display: none;
}
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_globina"],
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_preklada_l"],
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_preklada_d"],
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_hl"],
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_hd"],
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_spaleta_l"],
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_l"],
.desktop .uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_spaleta_d"],
.desktop .uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_visina_garazna"],
.desktop .uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_sirina_prehod"],
.desktop .uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_sirina_garazna"],
.desktop .uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_visina_prehod"] {
	position: absolute;
	height: 24px;
}

.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_globina"] {
	top: 105px;
	left: 35px;
}
.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_preklada_l"] {
	top: 125px;
	left: 235px;
}
.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_preklada_d"] {
	top: 125px;
	left: 360px;
}
.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_hl"] {
	top: 210px;
	left: 235px;
}
.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_hd"] {
	top: 210px;
	left: 360px;
}
.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_spaleta_l"] {
	top: 265px;
	left: 138px;
}
.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_spaleta_d"] {
	top: 265px;
	left: 450px;
}
.uk-form input[name="tt3h2__fb_narocila_garazna___garaznavrata_l"] {
	top: 308px;
	left: 300px;
}
.uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_visina_garazna"] {
	top: 130px;
	left: 120px;
}
.uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_sirina_prehod"] {
	top: 163px;
	left: 470px;
}
.uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_visina_prehod"] {
	top: 130px;
	left: 470px;
}
.uk-form input[name="tt3h2__fb_narocila_vrtna___vrtnavrata_sirina_garazna"] {
	top: 165px;
	left: 235px;
}

#form_5 .fabrikGroup > .uk-width-1-1:nth-child(13),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(17),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(18),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(19),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(20),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(21),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(22),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(23),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(24),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(25),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(26),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(9),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(11),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(12),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(13),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(14),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(15),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(16),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(17),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(18),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(19),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(20),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(21) {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(14),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(15),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(16),
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(10),
.fabrikActions.form-actions {
	padding: 0;
}
.povprasevanje .uk-form [class*='fb_el_tt3h2__fb_narocila_garazna___garaznavrata_model_']:not(.fabrikHide),
.povprasevanje .uk-form [class*='fb_el_tt3h2__fb_narocila_vrtna___vrtnavrata_model_']:not(.fabrikHide) {
	padding-bottom: 15px;
}
#form_4 .fabrikGroup > .uk-width-1-1:nth-child(16),
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(21) {
	font-weight: 600;
	background-color: #f5f5f5;
	padding: 5px 0;
}
@media (min-width: 320px) {
	.fabrikActions.form-actions {
		margin: 20px 0;
	}
}
@media (min-width: 768px) {
	.fabrikActions.form-actions {
		margin: 20px 0 20px 20px;
	}
}
@media (min-width: 960px) {
	#form_5 .fabrikActions.form-actions {
		margin: 20px 0 20px 220px;
	}
	.fabrikForm .fabrikActions.form-actions {
		margin: 20px 0 20px 20px;
	}
}

/* Tooltipi v obrazcih
 ========================================================================== */
/* General */
.tooltipster-base > .tooltipster-box {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.15);
}
.tooltipster-base .tooltipster-arrow-border,
.tooltipster-base .tooltipster-arrow-background {
	border-width: 0;
}
/* General */
.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_model_stropna_sekcijska .fabrikSubElementContainer .fabrikgrid_radio + .fabrikgrid_radio,
.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_model_stranska_sekcijska .fabrikSubElementContainer .fabrikgrid_radio + .fabrikgrid_radio,
.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_model_dvizna .fabrikSubElementContainer .fabrikgrid_radio + .fabrikgrid_radio,
.fb_el_tt3h2__fb_narocila_vrtna___vrtnavrata_model_drsna_samonosilna .fabrikSubElementContainer .fabrikgrid_radio + .fabrikgrid_radio {
	margin-top: 7px;
}
.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_model_stropna_sekcijska .fabrikSubElementContainer .fabrikgrid_radio .radio > span,
.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_model_stranska_sekcijska .fabrikSubElementContainer .fabrikgrid_radio .radio > span,
.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_model_dvizna .fabrikSubElementContainer .fabrikgrid_radio .radio > span,
.fb_el_tt3h2__fb_narocila_vrtna___vrtnavrata_model_drsna_samonosilna .fabrikSubElementContainer .fabrikgrid_radio .radio > span {
	background-repeat: no-repeat;
	background-position: right 50%;
	background-size: 25px 25px;
	padding-right: 35px;
	display: inline-block;
	min-height: 25px;
}
.fabrikgrid_domline_stropna > span {
	background-image: url(../../../images/tooltips/lamelnagaraznavrata/thumbs/tn_domline.jpg);
}
.fabrikgrid_domklasik_stropna > span {
	background-image: url(../../../images/tooltips/lamelnagaraznavrata/thumbs/tn_domklasik.jpg);
}
.fabrikgrid_domelegant_stropna > span {
	background-image: url(../../../images/tooltips/lamelnagaraznavrata/thumbs/tn_domelegant.jpg);
}
.fabrikgrid_domstyle_stropna > span {
	background-image: url(../../../images/tooltips/lamelnagaraznavrata/thumbs/tn_domstyle.jpg);
}
.fabrikgrid_domdesign_stropna > span {
	background-image: url(../../../images/tooltips/lamelnagaraznavrata/thumbs/tn_domdesign.jpg);
}
.fabrikgrid_domline_stranska > span {
	background-image: url(../../../images/tooltips/stranska_sekcijska/thumbs/stranska_sekcijska_vrata_domline_thumb.jpg);
}
.fabrikgrid_domklasik_stranska > span {
	background-image: url(../../../images/tooltips/stranska_sekcijska/thumbs/stranska_sekcijska_vrata_domklasik_thumb.jpg);
}
.fabrikgrid_domelegant_stranska > span {
	background-image: url(../../../images/tooltips/stranska_sekcijska/thumbs/stranska_sekcijska_vrata_domelegant_thumb.jpg);
}
.fabrikgrid_domstyle_stranska > span {
	background-image: url(../../../images/tooltips/stranska_sekcijska/thumbs/stranska_sekcijska_vrata_domstyle_thumb.jpg);
}
.fabrikgrid_domdesign_stranska > span {
	background-image: url(../../../images/tooltips/stranska_sekcijska/thumbs/stranska_sekcijska_vrata_domdesign_thumb.jpg);
}
.fabrikgrid_prominent > span {
	background-image: url(../../../images/tooltips/dviznagaraznavrata/thumbs/tn_prominent.jpg);
}
.fabrikgrid_variant > span {
	background-image: url(../../../images/tooltips/dviznagaraznavrata/thumbs/tn_variant.jpg);
}
.fabrikgrid_elegant > span {
	background-image: url(../../../images/tooltips/dviznagaraznavrata/thumbs/tn_elegant.jpg);
}
.fabrikgrid_klassik > span {
	background-image: url(../../../images/tooltips/dviznagaraznavrata/thumbs/tn_klasik.jpg);
}
.fabrikgrid_ribja_kost > span {
	background-image: url(../../../images/tooltips/dviznagaraznavrata/thumbs/tn_ribja_kost.jpg);
}
.fabrikgrid_kovano_klasik_1 > span {
	background-image: url(../../../images/tooltips/vrtnavrata/samonosilna/thumbs/vrtna_vrata_kovano_klasik_1_thumb.jpg);
}
.fabrikgrid_kovano_klasik_2 > span {
	background-image: url(../../../images/tooltips/vrtnavrata/samonosilna/thumbs/vrtna_vrata_kovano_klasik_2_thumb.jpg);
}
.fabrikgrid_kovano_klasik_3 > span {
	background-image: url(../../../images/tooltips/vrtnavrata/samonosilna/thumbs/vrtna_vrata_kovano_klasik_3_thumb.jpg);
}
.fabrikgrid_kovano_elegant_1 > span {
	background-image: url(../../../images/tooltips/vrtnavrata/na_sino/thumbs/vrtna_vrata_kovano_elegant_1_thumb.jpg);
}
.fabrikgrid_kovano_elegant_2 > span {
	background-image: url(../../../images/tooltips/vrtnavrata/na_sino/thumbs/vrtna_vrata_kovano_elegant_2_thumb.jpg);
}
.fabrikgrid_kovano_es > span {
	background-image: url(../../../images/tooltips/vrtnavrata/na_sino/thumbs/vrtna_vrata_kovano_les_thumb.jpg);
}
.fabrikgrid_pvc > span {
	background-image: url(../../../images/tooltips/vrtnavrata/dvokrilna/thumbs/vrtna_vrata_inox_thumb.jpg);
}
.fabrikgrid_inox > span {
	background-image: url(../../../images/tooltips/vrtnavrata/dvokrilna/thumbs/vrtna_vrata_plocevina_thumb.jpg);
}
.fabrikgrid_plocevina > span {
	background-image: url(../../../images/tooltips/vrtnavrata/dvokrilna/thumbs/vrtna_vrata_PVC_thumb.jpg);
}

.fabrikError.error.has-error input {
	border-color: #dc8d99!important;
	background: #fff7f8!important;
	color: #d85030!important;
}
.fabrikErrorMessage a {
	color: #d85030;
}

/*
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(12), #form_5 .fabrikGroup > .uk-width-1-1:nth-child(16) {
	background: #bbe9b6;
}
#form_5 .fabrikGroup > .uk-width-1-1:nth-child(16) {
	border-top-color: #bbe9b6;
}
*/


/* Arhiv povpraševanj
========================================================================== */
.uikit-view .fabrik_actions .btn-group a {
	background: transparent;
	padding: 0;
	font-size: 14px;
	font-family: 'FontAwesome';
}
.uikit-view .fabrik_actions .btn-group a + a {
	margin-left: 5px;
}
.uikit-view .fabrik_actions a .hidden {
    /*display: inline-block;
    visibility: visible;*/
}

.uikit-view .fabrik_actions .btn-group a.fabrik_edit,
.uikit-view .fabrik_actions .btn-group a.fabrik_view,
.uikit-view .fabrik_actions .btn-group a.delete,
.uikit-view .fabrik_actions .btn-group a.[class*='update_col'],
.uikit-view .fabrik_actions .btn-group [title*='Odarhiviraj'],
.uikit-view .fabrik_actions .btn-group [title*='Arhiviraj']{
	font-family: 'FontAwesome';
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uikit-view .fabrik_actions .btn-group [title*='Email'] {
	display: none;
}
.uikit-view .fabrik_actions .btn-group .fabrik_edit:before {
	content: "\f044";
}
.uikit-view .fabrik_actions .btn-group .fabrik_view:before {
    content: "\f002"
}
.uikit-view .fabrik_actions .btn-group .delete:before {
    content: "\f00d";
}
.uikit-view .fabrik_actions .btn-group [class*='update_col']:before {
	content: "\f040";
}
.uikit-view .fabrik_actions .btn-group [title*='Odarhiviraj']:before,
.uikit-view .fabrik_actions .btn-group [title*='Arhiviraj']:before {
    content: "\f187";
}
.uikit-view .fabrik_actions .btn-group [title*='Arhiviraj'] > img {
    display: none;
}
/* Footer & copyright
 ========================================================================== */
footer {
	background: #1c1f2a;
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 500;
}
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #c0c0c0;
	line-height: 24px;
}
.copyright > div {
	border-top: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.producers {
	padding-right: 30px;
}
.footer ul li a {
	color: #d5d5d5;
}

/* Shop
 ========================================================================== */
.znizana-cena__badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #1c1f2a;
	font-size: 14px;
	display: inline-block;
	padding: 2px 12px;
	font-weight: 600;
	color: #fff;
	border-radius: 15px;
}
.cena_stara {
	position: relative;
	display: inline-block;
}
.cena_stara:before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #c91032;
	display: inline-block;
	right: 0;
	top: 50%;
	width: 100%;
}
.cena > span {
	font-size: 22px;
	font-weight: 500;
	color: #409632;
	vertical-align: bottom;
}
.items-shop .cena > span {
	font-size: 15px;
}

/* Various
 ========================================================================== */
.faq.uk-accordion .uk-accordion-title:last-of-type {
	border-bottom-width: 0;
}
/* rounded menu item */
.rounded span {
 	background: #409632;
	color: #fff;
	/*border-radius: 15px;*/
	padding: 8px 13px;
	line-height: 1.5;
 }
.rounded:hover span,
.rounded:focus span {
	background: #285d1f
}
.badge-inverse > a {
	border-radius: 15px;
	background-color: #ededed;
	color: #706f6f;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 6px 12px;
	display: inline-block;
}
.badge-inverse > a:hover,
.badge-inverse > a:focus {
	color: #fff;
	background-color: #409632;
	text-decoration: none;
}
.homepage .homepage-hidden,
.innerpage .homepage-visible {
	display: none;
}
.homepage .homepage-visible,
.innerpage .homepage-hidden {
	display: block;
}
.article-content--grid .uk-panel {
	font-size: 14px;
	line-height: 19px;
}
.katalog-button,
.povprasevanje-button {
	padding: 0 25px;
}
.katalog-button:before,
.povprasevanje-button:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: relative;
    top: -2px;
    left: -3px;
}
.katalog-button:before {
    content: "\f1c1";
}
.povprasevanje-button:before {
    content: "\f003";
}
.loggedout .logout {
	display: none;
}
.uk-pagination > li > a {
	font-style: normal;
}
.fabrikDetails .plg-display.fb_el_tt3h2__fb_narocila_garazna___garaznavrata_opomba_ro.uk-width-1-1 {
    display: none;
}

.directoryActions > a + a {
    margin-left: 5px;
}
.directoryActions > a > span {
    font-size: 20px;
}

.com_rsform strong.formRequired {
	font-weight: normal;
}

/*.rsform-upload-box::-webkit-file-upload-button {
	visibility: hidden;
}

.rsform-upload-box::before {
	content: 'Naloži datoteke';
	-webkit-appearance: none;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: #444444;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	background: #eeeeee;
	vertical-align: middle;
	line-height: 40px;
	min-height: 40px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	font-weight: 300;
}

.rsform-upload-box:not(:disabled) {
	cursor: pointer;
}*/