/*
Theme Name: it2015
Theme URI: https://www.iwmnetwork.com/
Author: IWM Network
Author URI: https://www.iwmnetwork.com/
Description: Responsive theme
Version: 1.0
Text Domain: gliesewp
*/

@import url("//fonts.googleapis.com/css?family=Roboto+Slab:400,300,100|Open+Sans:300,400,600,600italic,400italic,700&subset=latin,cyrillic");

body,
html,
.site {
	height: 100%;
	min-height: 100%;
}

.post-divider {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	width: 100% !important;
	border-bottom: 1px solid #eee !important;
}

.entry-title {
	margin: 30px 0;
}

.entry-title a {
	color: #333333;
}

.large-heading {
	font-size: 60px;
}

.title-sponzoriran {
	margin: 30px 0 0 0;
	font-size: 11px;
	text-transform: uppercase;
	background: #e12c3c;
	padding: 3px 8px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

body {
	background: #ffffff;
	/* 
	-webkit-transition: padding 500ms;
	-moz-transition: padding 500ms;
	-ms-transition: padding 500ms;
	-o-transition: padding 500ms;
	transition: padding 500ms;
	*/

	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	font-size: 17px;
	line-height: 1.7;
	color: #222222;
}

p {
	margin: 0 0 20px;
}

ul.list-styled,
ol.list-styled {
	margin-left: 0;
	padding: 0 0 0 20px;
}

ul.list-no-style,
ol.list-no-style {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

ul.list-no-style li,
ol.list-no-style li {
	border-bottom: 1px solid #dadfe4;
	padding: 5px 0;
}

ul.list-no-style li a,
ol.list-no-style li a {
	display: block;
}


ul.list-no-style li:last-child,
ol.list-no-style li:last-child {
	border-bottom: 0;
}

.list-black-link a {
	color: #000;
}

.color-black {
	color: #000;
}

@media only screen and (max-width : 767px) {
	body {
		font-size: 15px;
		line-height: 1.5;
	}

	.container-fluid.alt {
		padding-left: 0px;
		padding-right: 0;
	}

	.large-heading {
		font-size: 35px;
	}
}


@media (min-width: 768px) {

	.container.alt {
		padding-left: 60px;
		padding-right: 0;
	}

	.container-fluid.alt {
		padding-left: 60px;
		padding-right: 0;
	}
}


.roboto {
	font-family: 'Roboto Slab', serif;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.vbar-overlay {
	position: fixed;
	z-index: 10;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
}

.vbar-overlay.visible {
	opacity: 1;
	visibility: visible;
}

.vbar {
	background: #d42535;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 360px;
	position: fixed;
	top: 0;
	left: -300px;
	text-align: right;
	z-index: 12;
	height: 100%;
	content: "";
}

.vbar.open {
	left: 0px;
}

.vbar .desno {
	width: 60px;
	background: #e12c3c;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.vbar .desno .btn-menu {
	width: 60px;
	color: #f66976;
	cursor: pointer;
	top: 60px;
	position: relative;
	border-top: 1px solid #d42535;
	height: 60px;
}

.vbar .desno .btn-menu:before {
	content: "\f0c9";
	position: absolute;
	width: 100%;
	color: #f66976;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
}

#scroll-menu {
	position: absolute;
	bottom: 0;
	background: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	right: 0;
}


#scroll-menu li {
	display: block;
	padding: 0;
	margin: 0;
}

#scroll-menu li a,
#scroll-menu li div {
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	-webkit-transition: .5s all ease-out;
	-moz-transition: .5s all ease-out;
	transition: .5s all ease-out;
	border-top: 1px solid #d42535;
	color: #f66976;
	text-decoration: none;
	line-height: 60px;
	font-size: 22px;
}


#scroll-menu li a:hover,
#scroll-menu li div:hover {
	color: #fff;
}

#scroll-menu li a:focus,
#scroll-menu li div:focus {
	color: #f66976;
}

#scroll-menu li.active a {
	color: #fff;
}

.vbar .levo {
	width: 300px;
	position: absolute;

	text-align: left;
	top: 0;
	left: 0;
	height: 100%;
}

.vbar-mainmenu {
	margin: 45px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.vbar-mainmenu li {
	font-size: 18px;
	font-weight: 300;
}

.vbar-mainmenu li a {
	display: block;
	padding: 10px 25px;
	color: #fff;
}

.vbar-mainmenu li ul {
	list-style-type: none;
	padding: 0;
	margin: 0 25px 10px 25px;
}

.vbar-mainmenu li ul li {
	font-size: 11px;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
}

.vbar-mainmenu li ul li a {
	padding: 4px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #c61e2e;
}









a {
	color: #e12c3c;
}

a:hover {
	color: #000000;
}

section {
	margin: 60px 0;
}

section.so-bg {
	background: #f0f2f4;
	padding-top: 60px;
	padding-bottom: 60px;
}

section.page-kariera {
	margin-top: 20px;
}



section.home-kariera {
	padding-top: 60px;
	padding-bottom: 90px;
	margin-bottom: 0;
	background-image: url(images/bg-hero-kariera.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}




section.home-kariera:before {
	position: absolute;
	background: rgba(51, 51, 51, 0.7);
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.home-kariera h1 a:hover {
	color: #fff;
}

section.home-kariera .kariera-grid-wrap {
	margin: 50px 0;
}

section.home-kariera .block-item {
	margin: 20px 0;
}




section.home-forum {
	background: #f0f2f4;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0;
}

section.home-linkovi {
	background: #e5e8eb;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0;
}

section.it-shop {
	background: #dce0e4;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}

section.it-shop.vnatresna {
	background: #fff;
	margin: 60px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.row.no-pad {
	margin-right: 0;
	margin-left: 0;
}

.row.no-pad>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.form-control {
	color: #333333;
	border: 1px solid #ced6dd;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.postform {
	color: #333333;
	border: 1px solid #ced6dd;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 46px;
	padding: 10px 12px;
	font-size: 18px;
	line-height: 1.3333333;
}

label {
	font-weight: 600;
}

.contact-msg-pole .form-control {
	min-height: 102px;
}



.well {
	margin-bottom: 20px;
	background-color: #f0f2f4;
	border: 1px solid #e5e8eb;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well.material {
	border: 0;
	padding: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.wp-caption {
	width: 100% !important;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #8393a1 !important;
	font-size: 14px !important;
	margin: 10px 0 20px 0;
}

/**
 * CF7
 * ----------------------------------------------------------------------------
 */
span.wpcf7-not-valid-tip {
	color: #e12c3c;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
}

div.wpcf7-response-output {
	margin: 15px 0 0 0;
	padding: 10px 15px;
}

div.wpcf7-validation-errors {
	background: #ffc425;
	border: 0;
	color: #fff;
	font-size: 14px;
}

div.wpcf7-mail-sent-ok {
	background: #b6d82c;
	border: 0;
	color: #fff;
	font-size: 14px;
}

@media only screen and (max-width : 767px) {
	section {
		margin: 30px 0;
	}
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

.padded {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padded60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.img-rounded {
	border-radius: 3px;
}

.img-center {
	margin: 0 auto;
}

.panel {
	-webkit-box-shadow: 1px 1px rgba(230, 231, 232, .75);
	-moz-box-shadow: 1px 1px rgba(230, 231, 232, .75);
	box-shadow: 1px 1px rgba(230, 231, 232, .75);
}

.relative {
	position: relative;
}

.vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.no-border-radius {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.line-height1 {
	line-height: 1;
}

.line-height1-5 {
	line-height: 1.5;
}

.line-height2 {
	line-height: 2;
}

.weight100 {
	font-weight: 100;
}

.weight300 {
	font-weight: 300;
}

.weight400 {
	font-weight: 400;
}

.weight600 {
	font-weight: 600;
}

.weight700 {
	font-weight: 700;
}

.text-upper {
	text-transform: uppercase;
}


.popover {
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	border: 0;
	border-radius: 0px;
}

.popover-title {
	padding: 15px 18px;
	background-color: #f0f2f4;
	border-bottom: 1px solid #e5e8eb;
	font-size: 18px;
	color: #8393a1;
	font-weight: 400;
	border-radius: 0;
}

.popover-content {
	padding: 18px;
}




.modal-content {
	border: 0;
	border-radius: 0px;
}

.modal-header {
	background: #f0f2f4;
	border-bottom: 1px solid #e5e8eb;
	color: #8393a1;
	font-size: 18px;
	font-weight: 400;
}

.modal-backdrop {
	background-color: #333333;
}

.modal-backdrop.in {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.close {
	font-size: 23px;
	font-weight: normal;
	color: #8393a1;
	text-shadow: none;
	opacity: 1;
	line-height: 1.35;
	filter: alpha(opacity=100);
}

.close:hover {
	color: #e12c3c;
	line-height: 1.35;
	filter: alpha(opacity=100);
}











.author-card {}

.author-card img {
	margin: 0 auto;
	margin-top: -50px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}

.author-card h1 {}

@media only screen and (max-width : 767px) {

	h1,
	.h1 {
		font-size: 27px;
	}

	h2,
	.h2 {
		font-size: 23px;
	}

	h3,
	.h3 {
		font-size: 19px;
	}

	h4,
	.h4 {
		font-size: 15px;
	}

	h5,
	.h5 {
		font-size: 12px;
	}

	h6,
	.h6 {
		font-size: 10px;
	}

	.lead-medium {
		font-size: 18px;
		font-weight: 600;
	}

	.lead-large {
		font-size: 18px;
		font-weight: 600;
	}

	.lead-xlarge {
		font-size: 18px;
		font-weight: 600;
	}

	.padded,
	.padded60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.color-blue {
	color: #8896a5;
}

.color-white {
	color: #ffffff;
}

.color-yellow {
	color: #ffcc00;
}

.color-red {
	color: #e12c3c;
}

.color-siva {
	color: #8393a1;
}

.btn {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 0;
}

.btn-xxl {
	font-size: 25px;
	padding: 13px 23px;
}

.btn-primary {
	background: #f0f2f4;
	color: #646b70;
	border-color: #f0f2f4;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #e12c3c;
	color: #ffffff;
	border-color: #e12c3c;
}


.btn-default {
	background: #e12c3c;
	color: #ffffff;
	border-color: #e12c3c;
}

.btn-default:hover,
.btn-default:focus {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}


.btn-white {
	background: #fff;
	color: #646b70;
	border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
	background: #e12c3c;
	color: #ffffff;
	border-color: #e12c3c;
}

.btn-siv {
	background: #646b70;
	color: #ffffff;
	border-color: #646b70;
}

.btn-siv:hover,
.btn-siv:focus {
	background: #333;
	color: #ffffff;
	border-color: #333;
}

.btn-komp {
	padding-left: 0;
	padding-right: 0;
	margin-top: 2px;
	margin-bottom: 20px;
	font-size: 17px;
}

.btn-dark {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}

.btn-dark:hover,
.btn-dark:focus {
	background: #e12c3c;
	color: #ffffff;
	border-color: #e12c3c;
}

.btn-bordered {
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	border: 2px solid #fff;
	background: transparent;
}

.btn-bordered:hover,
.btn-bordered:focus {
	color: #000;
	border: 2px solid #fff;
	background: #fff;
}

.btn-povece {
	margin: 20px 0;
}

.btn-radius {
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}

.btn-icon-only {
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 47px;
	padding: 0;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}

.btn-predlozi-komp {
	margin-bottom: 20px;
}

@media (max-width: 1339px) {
	.btn-komp {
		font-size: 14px;
		margin-top: 5px;
		font-weight: 400;
	}

	.btn-predlozi-komp {
		font-size: 15px;
	}
}


@media (max-width: 991px) {
	.btn-komp {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.btn-komp {
		min-height: 40px;
		font-size: 13px;
	}

	.btn-komp i {
		font-size: 18px;
	}
}


.owl-wrapper-outer {
	-webkit-transform-style: preserve-3d;
}



/**
 * Home Slider
 * ----------------------------------------------------------------------------
 */

.glaven-slider .owl-wrapper-outer,
.glaven-slider .owl-wrapper,
.glaven-slider .owl-item {
	height: 100%;
}

.glaven-slider {
	width: 100%;
	min-height: 100%;
	background: #fff;
	position: relative;
}

.glaven-slider .owl-mainslider {
	height: 100%;
	position: absolute;
	font-family: 'Roboto Slab', serif;
	top: 0;
	left: 0;
}

.glaven-slider .owl-mainslider-sync {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#sync1 .item {
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 100%;
	padding: 0px;
	font-size: 50px;
	line-height: 1;
	top: 0;
	margin: 0px;
	color: #FFF;
}

#sync1 .item a {
	color: #FFF;
	display: block;
}

#sync1 .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.7);
}

#sync2 .item {
	padding: 40px 20px 40px 1px;
	margin: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#sync2 .synced .item {
	color: rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (max-width: 1339px) {
	#sync1 .item {
		font-size: 45px;
	}

	#sync2 .item {
		padding: 30px 20px 30px 2px;
		font-size: 18px;
		line-height: 1.3;
	}
}


@media (max-width: 991px) {}

@media screen and (max-width: 767px) {

	.glaven-slider {
		min-height: 250px;
	}

	.glaven-slider .vcenter {
		top: auto;
		bottom: 0;
		position: absolute;
		width: 100%;
		transform: none;
	}

	#sync1 .item {
		font-size: 18px;
		line-height: 1.3;
	}

	#sync1 .item a {
		padding-top: 20px;
		padding-bottom: 30px;
	}

}

/**
 * Box Default
 * ----------------------------------------------------------------------------
 */

.box-default {}

.box-default .block-grid-item {
	margin-bottom: 20px;
}

.box-default.y2018 .block-grid-item {
	margin-bottom: 0px;
}

.box-default .block-grid-item .objavenona {
	font-size: 11px;
	color: #787e82;
}

.box-default .block-grid-item .naslov {
	margin-bottom: 20px;
	font-size: 18px;
}

.box-default.y2018 .block-grid-item .naslov {
	margin-bottom: 0;
}

.box-default .block-grid-item .naslov a {
	display: block;
}

.kompanija-list {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.kompanija-list.vo-arhiva {
	margin: 30px 0 -20px 0;
}

.kompanija-list li {
	margin: 0 10px 0 0;
	padding: 0;
}

.kompanija-list img {
	padding: 4px 6px 8px 0px;
}

.kompanija-list a {
	color: #000;
}




.box-default .block-grid-item hr {
	margin-top: 0px;
	margin-bottom: 15px;
}


.box-default .block-grid-item .sponzoriran {
	background: #e12c3c;
}

.box-default .block-grid-item .sponzoriran .naslov {
	margin-top: 0;
}

.box-default .block-grid-item .sponzoriran .naslov a {
	color: #fff !important;
	padding: 20px;
}


.box-default.slicni-statii .block-grid-md-3>.block-grid-item:nth-of-type(3) {
	display: none !important;
}

@media (min-width: 992px) {
	.box-default.slicni-statii .block-grid-md-3>.block-grid-item:nth-of-type(3) {
		display: inherit !important;
	}
}

/**
 * Box Senka
 * ----------------------------------------------------------------------------
 */

.box-senka {}

.box-senka .block-item {}

.box-senka .block-item .izvor {
	font-size: 11px;
	text-transform: uppercase;
}

.box-senka .block-item .naslov {
	color: #000;
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

.box-senka .block-item .wrap {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	position: relative;
}

.box-senka .block-item .wrap .inner {
	padding: 25px;
}

.box-senka .block-item .slika {
	position: relative;
}

.box-senka.home-linkovi .block-item .slika:after {
	-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: FontAwesome;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background: #fff;
	font-size: 20px;
	content: "\f0c1";
	color: #e12c3c;
}

.box-senka.home-forum .block-item .slika:after {
	-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: FontAwesome;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background: #fff;
	font-size: 20px;
	content: "\f0e6";
	color: #e12c3c;
}

.box-senka.home-kariera .block-item .slika:after {
	display: none;
}

.box-senka.home-kariera .block-item .company_logo {
	position: absolute;
	-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	right: 20px;
	bottom: -20px;
}


.box-senka.home-kariera .block-item .job-type {
	margin: 10px 0 0 0;
	font-size: 11px;
	text-transform: uppercase;
	background: #e12c3c;
	padding: 3px 8px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}














.home-kariera.box-senka.home-kariera .block-item.sponzoriran a:hover,
.home-kariera.box-senka.home-kariera .block-item.sponzoriran .naslov {
	color: #fff;
}

.home-kariera.box-senka.home-kariera .block-item.sponzoriran .wrap {
	color: #fff;
	background: #e12c3c;
}

.home-kariera.box-senka.home-kariera .block-item.sponzoriran .job-type {
	background: #fff;
	color: #000;
}














section.links2017 {
	background: #f0f2f4;
	padding-top: 100px;
	padding-bottom: 100px;
	margin: 0;
}


section.links2017 .section-heading {
	margin-bottom: 40px;
}

.box-senka.lg2017 .block-item .wrap {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	margin-top: -15px;
	position: relative;
}

.box-senka.lg2017 .block-item .slika img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.box-senka.lg2017 .block-item:hover .slika img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


.box-senka.lg2017 .block-item .wrap .inner {
	z-index: 2;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}


.box-senka.lg2017 .block-item .wrap .slika {
	bottom: -20px;
	z-index: 1;
	background: #fff;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.box-senka.lg2017 .block-item:hover .wrap .slika {
	bottom: -5px;
}








@media screen and (max-width: 767px) {
	section.links2017 {
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 0;
	}
}


























/**
 * Video Default
 * ----------------------------------------------------------------------------
 */

.box-video {
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
}

.box-video .video-link {
	position: relative;
	margin-bottom: 20px;
}

.box-video .video-link:after {
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 0.9;
	font-size: 46px;
	content: "\f144";
	font-family: FontAwesome;
	color: #fff;
}

.box-video .video-link .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.7);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background: rgba(51, 51, 51, 0.8);
}

.box-video .video-link:hover .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(212, 37, 53, 0.7);
}


.box-video .video-link .naslov {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	padding: 30px;
	margin: 0;
	color: #fff;
}

.large-video-box1 .video-link .naslov {
	font-size: 30px;
}

.large-video-box2 .video-link .naslov {
	font-size: 30px;
}

.large-video-box1 .video-link:after {
	font-size: 70px;
}

.large-video-box2 .video-link:after {
	font-size: 70px;
}


@media (max-width: 1339px) {
	.box-video .video-link .naslov {
		font-size: 18px;
		padding: 20px;
	}

	.large-video-box1 .video-link .naslov {
		font-size: 25px;
	}

	.large-video-box2 .video-link .naslov {
		font-size: 25px;
	}


	.box-video .video-link:after {
		top: 20px;
		left: 20px;
		font-size: 36px;
	}

	.large-video-box1 .video-link:after {
		font-size: 55px;
	}

	.large-video-box2 .video-link:after {
		font-size: 55px;
	}
}


@media (max-width: 991px) {
	.large-video-box1 .video-link .naslov {
		font-size: 30px;
	}

	.large-video-box2 .video-link .naslov {
		font-size: 18px;
	}

	.box-video .video-link:after {
		font-size: 40px;
	}

	.large-video-box1 .video-link:after {
		font-size: 70px;
	}

	.large-video-box2 .video-link:after {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.large-video-box1 .video-link .naslov {
		font-size: 18px;
	}

	.large-video-box1 .video-link:after {
		font-size: 40px;
	}
}


/**
 * IT Shop
 * ----------------------------------------------------------------------------
 */

.it-shop {}

.it-shop .wtf-market {
	position: absolute;
	top: 90px;
	left: 90px;
	z-index: 10;
	min-width: 300px;
	display: block;
}

.preporacaj-produkt {
	position: absolute;
	top: 150px;
	left: 90px;
	z-index: 10;
	min-width: 250px;
}

.preporacaj-produkt button {
	border: 0;
	background: none;
}

.preporacaj-produkt.vnatresna {

	position: static
}



.it-shop .product-link {
	position: relative;
}


.it-shop .product-link .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background: rgba(51, 51, 51, 0.7);
}

.it-shop .product-link:hover .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(212, 37, 53, 0.8);
}

.it-shop article .rating,
.it-shop .article .rating {
	position: absolute;
	top: 25px;
	left: 40px;
	color: #fff;
	font-size: 11px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	z-index: 9;
	opacity: 0;
}

.it-shop .article .rating {
	position: absolute;
	top: 30px;
	left: 30px;
}

.it-shop .article:hover .rating,
.it-shop article:hover .rating {
	opacity: 1;
}


.it-shop .rating img {
	padding-right: 2px;
}

.it-shop .rating p {
	margin-top: 5px;
	margin-bottom: 0;
	opacity: 0.5;
}

.it-shop .product-link .text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	margin: 0;
	color: #fff;
}

.it-shop .product-link .text-wrap hr {
	opacity: 0.2;
	margin: 20px 0 10px 0;
}


.it-shop .product-link .text-wrap .naslov {
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

.it-shop .product-link .text-wrap .naslov.large {
	font-size: 45px;
}

.it-shop .product-link .text-wrap .cena {
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #fff;
	margin: 0;
}

.it-shop .product-link .text-wrap .cena span {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.it-shop.vnatresna {}

.it-shop.vnatresna .product-link {
	margin-bottom: 20px;
}

@media (max-width: 1339px) {
	.it-shop .product-link .text-wrap hr {
		margin: 15px 0 5px 0;
	}


	.it-shop .product-link .text-wrap .naslov {
		font-size: 20px;
	}

	.it-shop .product-link .text-wrap .naslov.large {
		font-size: 35px;
	}

	.it-shop .product-link .text-wrap .cena {
		font-size: 15px;
	}

	.it-shop .product-link .text-wrap .cena span {
		font-size: 20px;
	}
}

@media (max-width: 991px) {

	.it-shop article .rating,
	.it-shop .article .rating {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.it-shop .wtf-market {
		top: 90px;
		left: 30px;
		width: calc(100% - 50px);
		display: none;
	}

	.it-shop .preporacaj-produkt {
		top: 90px;
		left: 30px;
		width: calc(100% - 50px);
	}

	.it-shop .product-link .text-wrap .naslov {
		font-size: 18px;
		font-weight: 300;
	}

	.it-shop .product-link .text-wrap .naslov.large {
		font-size: 18px;
	}

	.it-shop .product-link .text-wrap .cena {
		font-size: 13px;
	}

	.it-shop .product-link .text-wrap .cena span {
		font-size: 18px;
	}
}


/**
 * Set Font Family
 * ----------------------------------------------------------------------------
 */

#owl-linkovi {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: -10px;
}

#owl-linkovi .item {
	display: block;
	padding: 0px;
	margin: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 !important;
	font-size: 20px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	top: -50px;
}


.owl-theme .owl-controls .owl-buttons {
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.home-linkovi:hover .owl-theme .owl-controls .owl-buttons {

	opacity: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	right: 40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 5px;
}


@media (max-width: 991px) {
	.owl-theme .owl-controls .owl-buttons {
		opacity: 1;
	}
}

/**
 * Set Font Family
 * ----------------------------------------------------------------------------
 */

body {
	font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */
.navbar {
	background-color: #ffffff;
	padding: 6px 0 18px 0;
	border: none;
	margin-bottom: 0;

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

.navbar-right {
	margin-right: 0;
}



.navbar-brand {
	line-height: 60px;
	height: 60px;
	padding: 0;
}

.navbar-brand img {
	height: 60px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin-top: 0px
}

.navbar-nav {
	margin-top: 12px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	left: 0 !important;
	border: 0;
	background: #666;
}

.dropdown-menu>li>a {
	padding: 3px 20px;
	font-weight: 400;
	line-height: 1.82857143;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #666;
	background-color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #8896a5;
}

.caret {
	display: none;
}


@media only screen and (min-width : 767px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #8896a5;
	background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #8896a5;
	background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #8896a5;
	background-color: transparent !important;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media (max-width: 767px) {
	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.navbar-default .navbar-toggle {
		border: none;
		background-color: #ffffff;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		margin-right: 0px;
		border-radius: 0px;
		margin-top: 14px;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #787e82;
	}

	.navbar {
		border-bottom: 1px solid #eceef0;

		padding: 0px 0 !important;
	}

	.navbar-default .navbar-nav>li>a {
		padding-left: 0px;
		padding-right: 0px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #eceef0;
	}


	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #8896a5;
	}

	.navbar-brand {
		line-height: 60px;
		padding-left: 0;
		margin-left: -10px;
		height: 60px;
	}

	.navbar-brand img {
		height: 60px;
		margin-top: 0px
	}


}






/**
 * Search and filter
 * ----------------------------------------------------------------------------
 */
.searchandfilter ul {
	padding: 0;
	width: 100%;
	margin-bottom: -40px;
}

.searchandfilter .postform {
	width: 100%;
}

.searchandfilter h4 {
	font-size: 24px;
	color: #8393a1;
	margin-top: 0;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
	position: relative;
}

.searchandfilter input[type="checkbox"] {
	cursor: pointer;
	margin-right: 5px;
}

.searchandfilter ul label {
	color: #8393a1;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer;
}

.searchandfilter ul label:hover {
	color: #55626d;
}

.searchandfilter li {
	padding-right: 0px;
}

.searchandfilter ul li {
	display: block;
	margin-bottom: 40px;
}


.searchandfilter ul li ul li ul {
	padding: 0 0 0 20px;
	margin-bottom: 0;
}

.searchandfilter ul li ul li {
	margin-bottom: 0;
}

.searchandfilter input[type="submit"] {
	background: #e12c3c;
	color: #ffffff;
	border-color: #e12c3c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border: 0;
	font-weight: 300;
}

.searchandfilter input[type="submit"]:hover {
	background: #333333;
}

/**
 * Hero
 * ----------------------------------------------------------------------------
 */

.hero {
	color: #fff;
	height: 400px;
	overflow: hidden;
	background-image: url(images/bg-hero.jpg);
	background-color: #172a48;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 1);
	opacity: 0.2;
}

.hero a.scroll-down {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 50px;
	height: 50px;
	color: #fff;
	margin-left: -25px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.hero a.scroll-down:hover {
	bottom: 25px;

}

.hero a.scroll-down:before {
	position: absolute;
	content: '\f107';
	font-family: FontAwesome;
	font-size: 40px;
	top: 0px;
	left: 0%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}


@media (max-width: 991px) {
	.hero {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.hero {
		height: 280px;
	}

	.hero .hero-overlay {
		opacity: 0;
	}
}

/**
 * Hero Inner
 * ----------------------------------------------------------------------------
 */

.hero-inner {
	color: #fff;
	height: 400px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-inner .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.53);
}

@media (max-width: 767px) {
	.hero-inner {
		height: 270px;
	}

}

/**
 * Prebaraj
 * ----------------------------------------------------------------------------
 */

.main-prebaraj {
	background: #d42535;
	padding: 0px;
	margin: 0;
	position: fixed;
	bottom: -55vh;
	width: 100%;
	height: 50vh;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 11;
}

.main-prebaraj.open {
	bottom: 0px;
}


.main-prebaraj .form-control {
	height: 90px;
	padding: 0px;
	font-size: 50px;
	font-weight: 100;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #f66976;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-prebaraj .form-control:focus {
	border-bottom: 1px solid #fff;
}


.main-prebaraj .form-control::-webkit-input-placeholder {
	color: #f66976;
}

.main-prebaraj .form-control:-moz-placeholder {
	color: #f66976;
}

.main-prebaraj .form-control::-moz-placeholder {
	color: #f66976;
}

.main-prebaraj .form-control:-ms-input-placeholder {
	color: #f66976;
}

.main-prebaraj input[type="submit"] {
	font-family: FontAwesome;
	border: 0;
	color: #f66976;
	background: none;
	padding: 0 10px;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 44px;
	padding: 0;
	margin: 0;
	text-align: right;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main-prebaraj input[type="submit"]:hover {
	color: #fff;
}

@media (max-width: 767px) {
	.main-prebaraj {
		z-index: 101;
	}


	.main-prebaraj .form-control {
		height: 70px;
		font-size: 30px;
		font-weight: 400;
	}

	.main-prebaraj input[type="submit"] {
		padding: 0px;
		top: 15px;
		font-size: 32px;
	}
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */



footer.main {
	background: #2e3537;
	line-height: 2;
	padding: 80px 0 85px 0;
	font-size: 15px;
	color: #7f8a8d;
	font-size: 12px;
	margin: 0;
}

footer.main a {
	color: #fff;
}

footer.main hr {
	border-color: #4b5355;
}

footer.main .form-control {
	border: 0;
}

.footer-top-menu {
	font-size: 16px;
}

.footer-top-menu span {
	float: left;
}


@media (max-width: 1339px) {
	footer .site-info {
		text-align: left
	}

	footer.main .social-profiles,
	footer.main .social-profiles li {
		margin-bottom: 0px;
	}

}


@media (max-width: 991px) {
	footer.main {
		padding: 50px 0;
	}


}

@media (max-width: 767px) {

	.footer-top-menu span {
		float: none;
		display: block;
	}

	footer.main .social-profiles {
		text-align: left;
		margin-left: -6px;
		margin-right: 0;
		margin-top: 20px;
	}
}

/**
 * Grouper
 * ----------------------------------------------------------------------------
 */

.hero-grouper {
	width: 100%;
	height: 100vh;
	background-image: url(images/bg-hero-grouper.jpg);
	background-position: center center;
	-webkit-box-shadow: 0 0 50px 0 rgba(157, 81, 92, 0.7);
	box-shadow: 0 0 50px 0 rgba(157, 81, 92, 0.7);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.hero-grouper img {
	margin: 0 auto;
}

.hero-grouper h1 {
	margin-bottom: 20px;
}

.hero-grouper h2 {
	margin-bottom: 50px;
}

.hero-grouper h3 {
	font-size: 20px;
	line-height: 1.3;
}

@media (max-width: 767px) {

	.hero-grouper {
		height: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 50px 25px;
	}

	.hero-grouper .vcenter {
		position: relative;
		top: auto;
		transform: none;
	}

	.hero-grouper img {
		width: 80px;
	}

	.hero-grouper h1 {
		margin-bottom: 20px;
	}

	.hero-grouper h2 {
		margin-bottom: 10px;
	}

	.hero-grouper h3 {
		font-size: 16px;
		line-height: 1.3;
	}

}








section.grouper-products {
	background-image: url(images/bg-grouper-products.jpeg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0;
}

.box-senka.grouper-products .block-item .wrap {
	margin-bottom: 20px;
}

.box-senka.grouper-products .block-item .wrap .inner {
	min-height: 160px;
}

.box-senka.grouper-products .block-item .slika:after {}


.box-senka.grouper-products .block-item a:hover {
	text-decoration: none;
}

.box-senka.grouper-products .block-item a:hover .wrap .inner .naslov {
	text-decoration: underline;
}


section.grouper-products .disclamer {
	margin-top: 60px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	font-size: 13px;
}




@media (max-width: 767px) {

	section.grouper-products {
		background: #f0f2f4;
	}

	.box-senka.grouper-products .block-item .wrap .inner {
		min-height: auto;
	}

}











.hero-grouper .scroll-mouse {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: 25px;
}

.hero-grouper .scroll-mouse span {
	display: block;
	width: 6px;
	height: 6px;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 0px 7px;
}

.hero-grouper .scroll-mouse .scrolldown {
	left: 50%;
	position: relative;
	margin-left: -10px;
}

.hero-grouper .scroll-mouse .unu {
	margin-top: 6px;
}

.hero-grouper .scroll-mouse .unu,
.hero-grouper .scroll-mouse .doi,
.hero-grouper .scroll-mouse .trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}

.hero-grouper .scroll-mouse .unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}

.hero-grouper .scroll-mouse .doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}

.hero-grouper .scroll-mouse .trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}

.hero-grouper .scroll-mouse .mouse {
	height: 33px;
	width: 20px;
	border-radius: 10px;
	left: 50%;
	position: relative;
	margin-left: -10px;
	margin-top: 20px;
	transform: none;
	border: 2px solid white;
}

.hero-grouper .scroll-mouse .wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
}

.hero-grouper .scroll-mouse .wheel {
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}





















/**
 * Kariera
 * ----------------------------------------------------------------------------
 */

.hero-kariera {
	width: 100%;
	height: 100vh;
	background-image: url(images/bg-hero-kariera.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

.hero-kariera:before {
	position: absolute;
	background: rgba(51, 51, 51, 0.7);
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-kariera .large-heading {
	margin-bottom: 50px;
}


.hero-kariera .main-buttons {
	margin-top: 70px;
}


@media (max-width: 767px) {
	.hero-kariera {
		height: 450px;
	}

	.hero-kariera .large-heading {
		margin-bottom: 20px;
	}

	.hero-kariera .main-buttons {
		margin-top: 35px;
	}

	.hero-kariera .main-buttons .btn {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


.hero-kariera .scroll-mouse {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: 25px;
}

.hero-kariera .scroll-mouse span {
	display: block;
	width: 6px;
	height: 6px;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 0px 7px;
}

.hero-kariera .scroll-mouse .scrolldown {
	left: 50%;
	position: relative;
	margin-left: -10px;
}

.hero-kariera .scroll-mouse .unu {
	margin-top: 6px;
}

.hero-kariera .scroll-mouse .unu,
.hero-kariera .scroll-mouse .doi,
.hero-kariera .scroll-mouse .trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}

.hero-kariera .scroll-mouse .unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}

.hero-kariera .scroll-mouse .doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}

.hero-kariera .scroll-mouse .trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}

.hero-kariera .scroll-mouse .mouse {
	height: 33px;
	width: 20px;
	border-radius: 10px;
	left: 50%;
	position: relative;
	margin-left: -10px;
	margin-top: 20px;
	transform: none;
	border: 2px solid white;
}

.hero-kariera .scroll-mouse .wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
}

.hero-kariera .scroll-mouse .wheel {
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-moz-keyframes mouse-wheel {
	0% {
		top: 1px;
	}

	50% {
		top: 2px;
	}

	100% {
		top: 3px;
	}
}

@-webkit-keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}



/**
 * Маркетинг
 * ----------------------------------------------------------------------------
 */

.hero-marketing {
	background-image: url(images/bg-hero-marketing.jpg);
}

.hero-marketing:before {
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+61,bb1b2a+100&amp;0.85+0,0.85+100 */
	background: -moz-linear-gradient(-45deg, rgba(51, 51, 51, 0.85) 0%, rgba(51, 51, 51, 0.85) 61%, rgba(187, 27, 42, 0.85) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(51, 51, 51, 0.85) 0%, rgba(51, 51, 51, 0.85) 61%, rgba(187, 27, 42, 0.85) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(51, 51, 51, 0.85) 0%, rgba(51, 51, 51, 0.85) 61%, rgba(187, 27, 42, 0.85) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9333333', endColorstr='#d9bb1b2a', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-marketing .main-buttons {
	margin-top: 70px;
	margin-bottom: 70px;
}

.hero-marketing .block-grid-item {
	float: none;
	display: inline-block;
}

@media (max-width: 767px) {
	.hero-marketing {
		height: auto;
		padding: 50px 0;
	}

	.hero-marketing .vcenter {
		position: relative;
		top: auto;
		transform: none;
	}

	.hero-kariera .main-marketing {
		margin-top: 40px;
		margin-bottom: 40px;
	}


	.hero-marketing .btn {
		margin: 0px !important;
	}
}


.ScrollUpButton {
	padding: 6px 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	z-index: 100;
}

/**
 * Kompanii
 * ----------------------------------------------------------------------------
 */

.kompanija-wrap {}

.kompanija-wrap .header {
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.kompanija-wrap .logo {
	float: right;
	margin-top: 40px;
}

.kompanija-wrap .azurirano-na {
	margin-top: 8px;
	font-size: 13px;
}

.kompanija-wrap .logo img {
	height: 70px;
}

.kompanija-wrap h1 {
	font-size: 30px;
	margin-top: 56px;
}

.kompanija-wrap h2 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.kompanija-wrap .osnovni-informacii {
	border-left: 1px solid #f1f3f5;
	color: #787e82;
	margin-bottom: 60px;
	font-size: 15px;
	padding-left: 22px;
}

.kompanija-wrap .osnovni-informacii p {
	margin-bottom: 0px;
}

.kompanija-wrap .osnovni-informacii a {
	color: #787e82;
	border-bottom: 1px dashed #e1e4e8;
}

.kompanija-wrap .osnovni-informacii a:hover {
	text-decoration: none;
	color: #000;
}



.kompanija-wrap .osnovni-informacii .naslov {
	font-size: 20px;
	padding-top: 50px;
	color: #e12c3c;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	position: relative;
}

.kompanija-wrap .osnovni-informacii .naslov:before {
	position: absolute;
	top: 61px;
	left: -29px;
	width: 13px;
	border: 2px solid #fff;
	height: 13px;
	background: #eceef0;
	content: "";
}


.kompanija-wrap .osnovni-informacii .golem-tekst {
	font-size: 45px;
	padding-top: 50px;
	color: #e12c3c;
	line-height: 45px;
	font-weight: 100;
	font-family: 'Roboto Slab', serif;
	position: relative;
}

.kompanija-wrap .osnovni-informacii .golem-tekst:before {
	position: absolute;
	top: 68px;
	left: -29px;
	width: 13px;
	border: 2px solid #fff;
	height: 13px;
	background: #eceef0;
	content: "";
}


.kompanija-wrap #produkti {
	margin: 40px 0 60px 0;
}

.menadzment-ime {
	font-size: 17px;
	color: #000;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 5px;
}

.menadzment-pozicija {
	font-size: 11px;
	text-transform: uppercase;
}


.block-grid-item.grid-kompanii {}


.block-grid-item.grid-kompanii .slika-link {
	border: 1px solid #eeeeee;
	height: 120px;
	display: block;
	background-origin: content-box;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	padding: 20px;
}

.block-grid-item.grid-kompanii .slika-link:hover {
	border: 1px solid #8393a1;
}


@media (max-width: 1339px) {
	.kompanija-wrap .azurirano-na {
		margin-top: 0px;
	}
}


@media (max-width: 991px) {
	.kompanija-wrap .azurirano-na {
		margin-top: 8px;
	}

	.kompanija-wrap .logo img {
		height: 60px;
	}

}

@media screen and (max-width: 767px) {
	.kompanija-wrap .azurirano-na {
		margin-top: 0px;
	}

	.kompanija-wrap .logo {
		float: left;
		margin: 20px 0 15px 0;
	}

	.kompanija-wrap .logo img {
		height: 50px;
	}


	.kompanija-wrap h1 {
		font-size: 24px;
		margin-top: 3px;
		margin-bottom: 5px;
	}





	.kompanija-wrap .osnovni-informacii .naslov {
		padding-top: 30px;
	}

	.kompanija-wrap .osnovni-informacii .naslov:before {
		top: 41px;
		left: -29px;
	}


	.kompanija-wrap .osnovni-informacii .golem-tekst {
		font-size: 40px;
		padding-top: 30px;
		line-height: 40px;
	}

	.kompanija-wrap .osnovni-informacii .golem-tekst:before {
		top: 45px;
	}

	.menadzment-ime {
		font-size: 17px;
		color: #000;
		font-family: 'Roboto Slab', serif;
		margin-bottom: 5px;
	}

	.menadzment-pozicija {
		font-size: 11px;
		text-transform: uppercase;
	}



	.block-grid-item.grid-kompanii .slika-link {
		height: 90px;
		margin-bottom: -20px;
	}


}


/**
 * Social Profiles
 * ----------------------------------------------------------------------------
 */

.social-profiles {
	margin-left: 0px;
	margin-right: -6px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.social-profiles li {
	list-style: none;
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
	margin-right: 6px;
	margin-bottom: 12px;
}

.social-profiles li a {
	width: 34px;
	height: 34px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display: block;
	position: relative;
	background: #6c7070;
	font-size: 0;
}

.social-profiles li a.facebook {
	background: #39599f;
}

.social-profiles li a.twitter {
	background: #269fd8;
}

.social-profiles li a.googleplus {
	background: #ca4638;
}

.social-profiles li a.linkedin {
	background: #007ab9;
}

.social-profiles li a.youtube {
	background: #cf3427;
}

.social-profiles li a.vimeo {
	background: #63cece;
}

.social-profiles li a.pinterest {
	background: #c12128;
}

.social-profiles li a.instagram {
	background: #517fa6;
}

.social-profiles li a.email {
	background: #e12c3c;
}

.social-profiles li a.web {
	background: #2e3537;
}

.social-profiles li a:before {
	position: absolute;
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	text-align: center;
	top: 0;
	left: 0;
	line-height: 34px;
	width: 100%;
}

.social-profiles li a:hover {
	opacity: 0.8;
}

.social-profiles li a.facebook:before {
	content: '\f09a';
}

.social-profiles li a.twitter:before {
	content: '\f099';
}

.social-profiles li a.googleplus:before {
	content: '\f0d5';
}

.social-profiles li a.linkedin:before {
	content: '\f0e1';
}

.social-profiles li a.youtube:before {
	content: '\f16a';
}

.social-profiles li a.vimeo:before {
	content: '\f194';
}

.social-profiles li a.pinterest:before {
	content: '\f231';
}

.social-profiles li a.instagram:before {
	content: '\f16d';
}

.social-profiles li a.email:before {
	content: '\f003';
}

.social-profiles li a.web:before {
	content: '\f0ac';
}


@media (max-width: 767px) {
	.social-profiles li a {
		width: 28px;
		height: 28px;
	}

	.social-profiles li a:before {
		font-size: 14px;
		line-height: 28px;
	}
}


.social-profiles.kompanii {
	margin-left: -6px;
	margin-right: 0px;
	margin-top: 40px;
	bottom: -15px;
	overflow: visible;
	position: relative;
}

.social-profiles.kompanii:before {
	position: absolute;
	top: 4px;
	left: -23px;
	width: 13px;
	border: 2px solid #fff;
	height: 13px;
	background: #eceef0;
	content: "";
}

.social-profiles li {
	margin-right: 4px;
}

.social-profiles.kompanii li a {
	width: 24px;
	border: 0;
	height: 24px;
}


.social-profiles.kompanii li a:before {
	font-size: 12px;
	line-height: 24px;
}



















/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-weight: 600;
	font-size: 12px;
	background: none;
	border: 0;
}


.entry-meta>span {
	margin-right: 20px;
}

.entry-meta>span:last-child {
	margin-right: 0;
}

.featured-post:before {
	font-family: FontAwesome;
	content: "\f0a1";
	margin-right: 2px;
}

.entry-meta a:before {
	margin-right: 4px;
}

.entry-meta .date a:before {
	font-family: FontAwesome;
	content: "\f133";
}

.comments-link a:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: 2px;
	position: relative;
}

.entry-meta .author a:before {
	font-family: FontAwesome;
	content: "\f007";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f192";
}

.tags-links a:first-child:before {
	font-family: FontAwesome;
	content: "\f02c";
	position: relative;
}

.edit-link a:before {
	font-family: FontAwesome;
	content: "\f040";
	position: relative;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {}

/**
 * Post
 * ----------------------------------------------------------------------------
 */

.entry-content {}



/**
 * Single Post
 * ----------------------------------------------------------------------------
 */
.tagovi {
	margin-bottom: 35px;
}

.tagovi a {
	display: inline-block;
	background: #f0f2f4;
	padding: 3px 8px;
	font-size: 11px;
	color: #646b70;
	text-transform: uppercase;
	margin-bottom: 2px;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tagovi a:hover {
	background: #e12c3c;
	color: #fff;
	text-decoration: none;
}

.tagovi.kompanija {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #646b70;
}

.tagovi.kompanija a {
	margin-right: 4px;
	border: 0;
	color: #646b70;
}

.tagovi.kompanija a:hover {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.tagovi.kompanija {
		margin-bottom: 0px;
		margin-top: 0px;
	}
}

.avtor {
	margin-bottom: 25px;
}

.avtor h5 {
	margin-top: 6px;
}

.avtor img {
	-webkit-border-radius: 100px;
	border-radius: 100px;
	max-width: 52px;
	max-height: 52px;
	width: auto;
	height: auto;
}

.objavenona {
	font-size: 12px;
	text-transform: uppercase;
}


.entry-thumbnail {
	margin: 0 0 30px 0;
	position: relative;
}

.entry-thumbnail .licence {
	bottom: 17px;
	left: 20px;
	position: absolute;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.entry-thumbnail.large img {
	margin: 0 auto;
}

.entry-thumbnail.large .licence {
	left: 80px;
}

.entry-thumbnail .licence a {
	color: rgba(255, 255, 255, 0.3);
}


.only-video {
	margin: 0 0 30px 60px;
}

@media only screen and (max-width : 767px) {
	.entry-thumbnail.large {
		margin: 0 10px 30px 10px;
	}

	.entry-thumbnail .licence,
	.entry-thumbnail.large .licence {
		font-size: 10px;
		left: 14px;
		bottom: 10px;
	}

	.only-video {
		margin: 0 0 30px 0px;
	}
}















/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */

.widget-area {}

.widget-area .widget {
	background: #fff;
	margin: 15px 0;
	padding: 20px;
}

.widget-area .widget .widget-title {
	margin-top: 0;
	line-height: 1;
}

.widget-area .widget ul,
.widget-area .widget ol,
.widget-area .widget dl {
	margin: 0;
}

/**
 * pagination
 * ----------------------------------------------------------------------------
 */

.wp-paginate {
	margin-top: 60px !important;
}

.wp-paginate a {
	background: #f0f2f4 !important;
	border: 1px solid #f0f2f4 !important;
	color: #333;
	margin-right: 6px !important;
	padding: 0px !important;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
}

.wp-paginate a:hover {
	background: #fff !important;
}


.wp-paginate .current {
	color: #fff;
	background: #e12c3c !important;
	border: 1px solid #e12c3c !important;
	margin-right: 6px !important;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	padding: 0 !important;
}

@media only screen and (max-width : 767px) {
	.wp-paginate {
		margin-top: 30px !important;
	}

	.wp-paginate a {
		margin-right: 2px !important;
		width: 28px;
		font-size: 12px !important;
		height: 28px;
		line-height: 28px;
	}

	.wp-paginate .current {
		margin-right: 2px !important;
		width: 28px;
		height: 28px;
		font-size: 12px !important;
		line-height: 28px;
	}
}

.page-numbers {
	text-align: center;
	background: #f0f2f4;
	border: 1px solid #f0f2f4;
	color: #333;
	margin-right: 2px;
	padding: 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	margin-bottom: 60px;
}

.page-numbers:hover {
	background: #fff;
	text-decoration: none;
}

.page-numbers.current {
	color: #fff;
	background: #e12c3c;
	border: 1px solid #e12c3c;
}

.page-numbers.next,
.page-numbers.prev {
	text-indent: -9999px;
	position: relative;
}

.page-numbers.next:before,
.page-numbers.prev:before {
	text-indent: 0;
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
}

.page-numbers.next:before {
	content: "»";
}

.page-numbers.prev:before {
	content: "«";
}

@media only screen and (max-width : 767px) {
	.page-numbers {
		width: 28px;
		height: 28px;
		line-height: 28px;
		margin-right: 0px;
		font-size: 12px;
	}



	.page-numbers.next,
	.page-numbers.prev {
		text-indent: -9999px;
		position: relative;
	}

	.page-numbers.next:before,
	.page-numbers.prev:before {
		width: 28px;
	}
}

/**
 * Images
 * ----------------------------------------------------------------------------
 */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
	list-style-position: inside;
}


/**
 * Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.comments-title {
	font-size: 24px;
	font-weight: 300;
	margin-top: 50px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 50px;
	width: calc(100% - 50px);
	float: left;
}

.comment-list li {
	float: left;

	width: 100%;
}

.comment-list li article {
	background: none;
	padding: 1.25em 0;
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;

	box-shadow: none;
}

.comment-list li .comment-body {
	float: left;

	width: 100%;
}

.comment-list>li:after,
.comment-list .children>li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	float: left;
}

.comment-list>li:last-child:after {
	display: none;
}

.comment-body {
	padding: 1.25rem 0;
	position: relative;
	float: left;
}

.comment-author {
	float: left;
	max-width: 100px;
}

.comment-author.vcard {
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0;
}

.comment-author .avatar {
	display: block;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-reply-link,
.comment-reply-login {
	font-style: normal;
	font-weight: normal;
}

.comment-author .url {
	color: #000;
	font-style: normal;
	font-weight: normal;
}

.comment-author .fn {
	color: #000;
	position: relative;
	font-style: normal;
	padding: 15px;
	font-weight: normal;
}


.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}



.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	word-wrap: break-word;
}


.comment-meta,
.comment-meta a {
	color: #000;
	font-size: 13px;
}

.comment-metadata {
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f05e";
	font-family: FontAwesome;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	font-family: FontAwesome;
	content: "\f112";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background: #fff;
	margin-bottom: 50px;
	padding: 0;
	float: left;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font-size: 24px;
	font-weight: 300;
	margin-top: 30px;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	font-family: FontAwesome;
	content: "\f00d";
	position: absolute;
	top: 0;
	right: 0;
	font-style: normal;
	text-indent: 0;
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 2.5rem;
	color: #999;
	font-size: 0.8rem;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #999;
}

.form-allowed-tags code {
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 1.25rem;
}

.comment-navigation {
	padding: 20px 0 30px;
	width: 100%;
	float: left;
}

.comment-navigation .section-heading {
	font-weight: 300;
	font-size: 1.8rem;
	font-style: italic;
	margin-top: 1.25rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}





@media only screen and (max-width : 767px) {
	.comment-author {
		max-width: 50px;
	}

	.comment-author.vcard img {
		width: 36px;
		height: 36px;
	}

	.comment-metadata,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}


	.comment-list .children {
		margin-left: 25px;
		width: calc(100% - 25px);
		float: left;
	}

	.comment-metadata {
		margin-bottom: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
		font-size: 12px;
	}
}



/**
 * Block Grid
 * ----------------------------------------------------------------------------
 */

[class*="block-grid-"] {
	display: block;
	margin: -10px;
	padding: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
	content: " ";
	display: table;
}

[class*="block-grid-"]:after {
	clear: both;
}

.block-grid-item {
	display: inline;
	margin: 0;
	padding: 10px;
	height: auto;
	float: left;
	list-style: none;
}

.block-grid-xs-1>.block-grid-item {
	width: 100%;
}

.block-grid-xs-1>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-1>.block-grid-item:nth-of-type(1n+1) {
	clear: both;
}

.block-grid-xs-2>.block-grid-item {
	width: 50%;
}

.block-grid-xs-2>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-2>.block-grid-item:nth-of-type(2n+1) {
	clear: both;
}

.block-grid-xs-3>.block-grid-item {
	width: 33.333333333333336%;
}

.block-grid-xs-3>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-3>.block-grid-item:nth-of-type(3n+1) {
	clear: both;
}

.block-grid-xs-4>.block-grid-item {
	width: 25%;
}

.block-grid-xs-4>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-4>.block-grid-item:nth-of-type(4n+1) {
	clear: both;
}

.block-grid-xs-5>.block-grid-item {
	width: 20%;
}

.block-grid-xs-5>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-5>.block-grid-item:nth-of-type(5n+1) {
	clear: both;
}

.block-grid-xs-6>.block-grid-item {
	width: 16.666666666666668%;
}

.block-grid-xs-6>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-6>.block-grid-item:nth-of-type(6n+1) {
	clear: both;
}

.block-grid-xs-7>.block-grid-item {
	width: 14.285714285714286%;
}

.block-grid-xs-7>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-7>.block-grid-item:nth-of-type(7n+1) {
	clear: both;
}

.block-grid-xs-8>.block-grid-item {
	width: 12.5%;
}

.block-grid-xs-8>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-8>.block-grid-item:nth-of-type(8n+1) {
	clear: both;
}

.block-grid-xs-9>.block-grid-item {
	width: 11.11111111111111%;
}

.block-grid-xs-9>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-9>.block-grid-item:nth-of-type(9n+1) {
	clear: both;
}

.block-grid-xs-10>.block-grid-item {
	width: 10%;
}

.block-grid-xs-10>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-10>.block-grid-item:nth-of-type(10n+1) {
	clear: both;
}

.block-grid-xs-11>.block-grid-item {
	width: 9.090909090909092%;
}

.block-grid-xs-11>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-11>.block-grid-item:nth-of-type(11n+1) {
	clear: both;
}

.block-grid-xs-12>.block-grid-item {
	width: 8.333333333333334%;
}

.block-grid-xs-12>.block-grid-item:nth-of-type(n) {
	clear: none;
}

.block-grid-xs-12>.block-grid-item:nth-of-type(12n+1) {
	clear: both;
}

@media (min-width: 768px) {
	.block-grid-sm-1>.block-grid-item {
		width: 100%;
	}

	.block-grid-sm-1>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-1>.block-grid-item:nth-of-type(1n+1) {
		clear: both;
	}

	.block-grid-sm-2>.block-grid-item {
		width: 50%;
	}

	.block-grid-sm-2>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-2>.block-grid-item:nth-of-type(2n+1) {
		clear: both;
	}

	.block-grid-sm-3>.block-grid-item {
		width: 33.333333333333336%;
	}

	.block-grid-sm-3>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-3>.block-grid-item:nth-of-type(3n+1) {
		clear: both;
	}

	.block-grid-sm-4>.block-grid-item {
		width: 25%;
	}

	.block-grid-sm-4>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-4>.block-grid-item:nth-of-type(4n+1) {
		clear: both;
	}

	.block-grid-sm-5>.block-grid-item {
		width: 20%;
	}

	.block-grid-sm-5>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-5>.block-grid-item:nth-of-type(5n+1) {
		clear: both;
	}

	.block-grid-sm-6>.block-grid-item {
		width: 16.666666666666668%;
	}

	.block-grid-sm-6>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-6>.block-grid-item:nth-of-type(6n+1) {
		clear: both;
	}

	.block-grid-sm-7>.block-grid-item {
		width: 14.285714285714286%;
	}

	.block-grid-sm-7>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-7>.block-grid-item:nth-of-type(7n+1) {
		clear: both;
	}

	.block-grid-sm-8>.block-grid-item {
		width: 12.5%;
	}

	.block-grid-sm-8>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-8>.block-grid-item:nth-of-type(8n+1) {
		clear: both;
	}

	.block-grid-sm-9>.block-grid-item {
		width: 11.11111111111111%;
	}

	.block-grid-sm-9>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-9>.block-grid-item:nth-of-type(9n+1) {
		clear: both;
	}

	.block-grid-sm-10>.block-grid-item {
		width: 10%;
	}

	.block-grid-sm-10>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-10>.block-grid-item:nth-of-type(10n+1) {
		clear: both;
	}

	.block-grid-sm-11>.block-grid-item {
		width: 9.090909090909092%;
	}

	.block-grid-sm-11>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-11>.block-grid-item:nth-of-type(11n+1) {
		clear: both;
	}

	.block-grid-sm-12>.block-grid-item {
		width: 8.333333333333334%;
	}

	.block-grid-sm-12>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-sm-12>.block-grid-item:nth-of-type(12n+1) {
		clear: both;
	}
}

@media (min-width: 992px) {
	.block-grid-md-1>.block-grid-item {
		width: 100%;
	}

	.block-grid-md-1>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-1>.block-grid-item:nth-of-type(1n+1) {
		clear: both;
	}

	.block-grid-md-2>.block-grid-item {
		width: 50%;
	}

	.block-grid-md-2>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-2>.block-grid-item:nth-of-type(2n+1) {
		clear: both;
	}

	.block-grid-md-3>.block-grid-item {
		width: 33.333333333333336%;
	}

	.block-grid-md-3>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-3>.block-grid-item:nth-of-type(3n+1) {
		clear: both;
	}

	.block-grid-md-4>.block-grid-item {
		width: 25%;
	}

	.block-grid-md-4>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-4>.block-grid-item:nth-of-type(4n+1) {
		clear: both;
	}

	.block-grid-md-5>.block-grid-item {
		width: 20%;
	}

	.block-grid-md-5>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-5>.block-grid-item:nth-of-type(5n+1) {
		clear: both;
	}

	.block-grid-md-6>.block-grid-item {
		width: 16.666666666666668%;
	}

	.block-grid-md-6>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-6>.block-grid-item:nth-of-type(6n+1) {
		clear: both;
	}

	.block-grid-md-7>.block-grid-item {
		width: 14.285714285714286%;
	}

	.block-grid-md-7>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-7>.block-grid-item:nth-of-type(7n+1) {
		clear: both;
	}

	.block-grid-md-8>.block-grid-item {
		width: 12.5%;
	}

	.block-grid-md-8>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-8>.block-grid-item:nth-of-type(8n+1) {
		clear: both;
	}

	.block-grid-md-9>.block-grid-item {
		width: 11.11111111111111%;
	}

	.block-grid-md-9>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-9>.block-grid-item:nth-of-type(9n+1) {
		clear: both;
	}

	.block-grid-md-10>.block-grid-item {
		width: 10%;
	}

	.block-grid-md-10>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-10>.block-grid-item:nth-of-type(10n+1) {
		clear: both;
	}

	.block-grid-md-11>.block-grid-item {
		width: 9.090909090909092%;
	}

	.block-grid-md-11>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-11>.block-grid-item:nth-of-type(11n+1) {
		clear: both;
	}

	.block-grid-md-12>.block-grid-item {
		width: 8.333333333333334%;
	}

	.block-grid-md-12>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-md-12>.block-grid-item:nth-of-type(12n+1) {
		clear: both;
	}
}

@media (min-width: 1340px) {
	.block-grid-lg-1>.block-grid-item {
		width: 100%;
	}

	.block-grid-lg-1>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-1>.block-grid-item:nth-of-type(1n+1) {
		clear: both;
	}

	.block-grid-lg-2>.block-grid-item {
		width: 50%;
	}

	.block-grid-lg-2>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-2>.block-grid-item:nth-of-type(2n+1) {
		clear: both;
	}

	.block-grid-lg-3>.block-grid-item {
		width: 33.333333333333336%;
	}

	.block-grid-lg-3>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-3>.block-grid-item:nth-of-type(3n+1) {
		clear: both;
	}

	.block-grid-lg-4>.block-grid-item {
		width: 25%;
	}

	.block-grid-lg-4>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-4>.block-grid-item:nth-of-type(4n+1) {
		clear: both;
	}

	.block-grid-lg-5>.block-grid-item {
		width: 20%;
	}

	.block-grid-lg-5>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-5>.block-grid-item:nth-of-type(5n+1) {
		clear: both;
	}

	.block-grid-lg-6>.block-grid-item {
		width: 16.666666666666668%;
	}

	.block-grid-lg-6>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-6>.block-grid-item:nth-of-type(6n+1) {
		clear: both;
	}

	.block-grid-lg-7>.block-grid-item {
		width: 14.285714285714286%;
	}

	.block-grid-lg-7>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-7>.block-grid-item:nth-of-type(7n+1) {
		clear: both;
	}

	.block-grid-lg-8>.block-grid-item {
		width: 12.5%;
	}

	.block-grid-lg-8>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-8>.block-grid-item:nth-of-type(8n+1) {
		clear: both;
	}

	.block-grid-lg-9>.block-grid-item {
		width: 11.11111111111111%;
	}

	.block-grid-lg-9>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-9>.block-grid-item:nth-of-type(9n+1) {
		clear: both;
	}

	.block-grid-lg-10>.block-grid-item {
		width: 10%;
	}

	.block-grid-lg-10>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-10>.block-grid-item:nth-of-type(10n+1) {
		clear: both;
	}

	.block-grid-lg-11>.block-grid-item {
		width: 9.090909090909092%;
	}

	.block-grid-lg-11>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-11>.block-grid-item:nth-of-type(11n+1) {
		clear: both;
	}

	.block-grid-lg-12>.block-grid-item {
		width: 8.333333333333334%;
	}

	.block-grid-lg-12>.block-grid-item:nth-of-type(n) {
		clear: none;
	}

	.block-grid-lg-12>.block-grid-item:nth-of-type(12n+1) {
		clear: both;
	}
}


.main300 {
	position: relative;
	padding-bottom: 83.5%;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.main300 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner300250 img {
	width: 100%;
	height: 100%;
}


.main728-inner-wrap {
	background: #f0f2f4
}



















.main728 {
	position: relative;
	padding-bottom: 12.4%;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.main728 iframe {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	max-width: 728px;
	height: 100%;
}

@media (min-width: 992px) {
	.main728 {
		padding-bottom: 10%;
	}

	.main728 iframe {
		left: 50%;
		margin-left: -364px;

	}
}

@media (min-width: 1340px) {
	.main728 {
		padding-bottom: 7.25%;
	}
}
















.embed-responsive-3by6 {
	padding-bottom: 200%;
	position: relative;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.embed-responsive-3by6 iframe {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	max-width: 300px;
	height: 100%;
}









.embed-responsive-30by25 {
	padding-bottom: 83.5% !important;
	position: relative;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.embed-responsive-30by25 iframe {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	max-width: 300px;
	height: 100%;
}













.job_filters {
	background: #f0f2f4;
}

.job_filters .search_jobs {
	padding: 20px;
}

.job_filters .job_types {
	padding: 0 20px 10px 20px !important;
}


.job_filters .job_types li {
	padding: 0 30px 0 0;
	border-right: 0;
}

@media screen and (max-width: 767px) {
	.job_filters .job_types li {
		width: 100%;
	}
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	color: #000;
	font-family: "Open Sans";

}

.chosen-container-multi .chosen-results .highlighted {
	background: #e12c3c !important;
	color: #fff !important;
}

.chosen-container .chosen-results li {
	padding: 15px;
	font-size: 16px;
	font-family: "Open Sans";
	border-bottom: 1px solid #eeeeee;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 5px 0 3px 5px;
	padding: 5px 20px 5px 8px;
	border: 0;
	background: #e12c3c;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #e12c3c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 5px;
	right: 5px;
	background: url(images/btn-small-close.png) 0 0 no-repeat;
}

.chosen-container .chosen-choices {
	color: #333333 !important;
	border: 1px solid #ced6dd !important;
	border-radius: 0px !important;
	padding: 7px 10px 4px 10px;
	background: #fff;
	font-weight: 400;
	font-size: 18px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


.kar-naj-odj {
	margin-top: 70px;
}


@media (max-width: 767px) {
	.kar-naj-odj {
		margin-top: 35px;
	}
}

.job_filters .job_types {
	list-style: none outside;
	margin: 0;
	padding: 0;
	font-size: .83em;
	background: #f0f2f4;
	border-top: 0;
	zoom: 1;
}



.job_filters .showing_jobs {
	padding: 15px 0;
	font-size: 12px;
	background: #fff;
	color: #787e82;
	border-top: 0;
}

.job_listings img.company_logo {
	-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .2) !important;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2) !important;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background: #fff;
}



.rp4wp-related-job_listing>ul li.job_listing.job_position_featured,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured,
ul.job_listings li.job_listing.job_position_featured,
ul.job_listings li.no_job_listings_found.job_position_featured {
	border-bottom: 1px solid #d42535;
}


.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a,
ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.no_job_listings_found.job_position_featured a {
	background: #e12c3c;
	color: #fff;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover,
ul.job_listings li.job_listing.job_position_featured a:hover,
ul.job_listings li.no_job_listings_found.job_position_featured a:hover {
	background: #d42535
}


.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a div.position .company,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a div.position .company,
ul.job_listings li.job_listing.job_position_featured a div.position .company,
ul.job_listings li.no_job_listings_found.job_position_featured a div.position .company {
	color: #fff;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a div.location,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a div.location,
ul.job_listings li.job_listing.job_position_featured a div.location,
ul.job_listings li.no_job_listings_found.job_position_featured a div.location {
	color: #fff;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a .meta,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a .meta,
ul.job_listings li.job_listing.job_position_featured a .meta,
ul.job_listings li.no_job_listings_found.job_position_featured a .meta {
	color: #fff;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a .meta,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a .meta,
ul.job_listings li.job_listing.job_position_featured a .meta,
ul.job_listings li.no_job_listings_found.job_position_featured a .meta {
	color: #fff;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a .job-type,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a .job-type,
ul.job_listings li.job_listing.job_position_featured a .job-type,
ul.job_listings li.no_job_listings_found.job_position_featured a .job-type {
	color: #fff;
}


.job_listing .company,
.job_listing .tagline,
.job_listing .location {
	font-size: 12px;
}

.job_listing .company {
	font-weight: bold;
}

.job_listing .company span {
	font-weight: normal;
}


.job-manager-form fieldset {
	padding: 0 0 1em;
	line-height: 1.5em;
	border-bottom: 0;
}

.job-manager-form fieldset label {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.job-manager-form fieldset label {
		width: 100%;
		margin-top: 0;
	}

	.job-manager-form fieldset div.field {
		width: 100%;
	}

	.job-manager-form fieldset {
		padding: 0 0 1em;
		line-height: 2em;
	}
}

.single_job_listing .company {
	border: 0;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	margin: 0;
	min-height: 6.3em;
	padding: 30px;
}

.single_job_listing .company .name a {
	font-size: 12px;
}

.single_job_listing .meta li {
	padding: 3px 8px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.7;
	color: #787e82;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}

.single_job_listing .meta .location:before {
	margin-top: -4px;
	color: #e12c3c;
}


.single_job_listing .meta .date-posted:before {
	margin-top: -4px;
	margin-right: 5px;
}

.single_job_listing .meta .position-filled {
	background: #e12c3c;
	color: #fff;
}

.single_job_listing .meta .position-filled:before {
	margin-top: -4px;
}

.single_job_listing .company .tagline {
	margin: 0 0 0 3em;
}

.single_job_listing .company img {
	left: 1.5em;
	-webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, .2) !important;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2) !important;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background: #fff;
}



#job-manager-job-dashboard ul.job-dashboard-actions {
	margin-bottom: 0;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li:after {
	padding: 0;
	content: "";
}

#job-manager-job-dashboard .job_title h3 a {
	display: block;
	margin-bottom: 20px;
}

#job-manager-job-dashboard .job_title h3 {
	margin-top: 0;
	font-size: 18px;
}

#job-manager-job-dashboard .job_title {
	width: 40%;
}

#job-manager-job-dashboard .filled,
#job-manager-job-dashboard .date,
#job-manager-job-dashboard .expires {
	text-align: center;
	width: 20%;
}


#job-manager-job-dashboard .closed {
	opacity: .25;
}


@media screen and (max-width: 767px) {

	.single_job_listing .meta .location,
	.single_job_listing .meta .date-posted {
		width: 100%;
		margin-top: 5px;
		padding-left: 0;
	}

	.single_job_listing .meta .position-filled {
		padding-left: 7px;
		margin-top: 5px;
	}

	#job-manager-job-dashboard ul.job-dashboard-actions {
		margin-bottom: 10px;
	}


	#job-manager-job-dashboard .job_title {
		width: 100%;
	}

	#job-manager-job-dashboard .filled,
	#job-manager-job-dashboard .date,
	#job-manager-job-dashboard .expires {
		width: 33.3333%;
		font-size: 11px;
		text-align: left;
	}

	.font-size11 {
		font-size: 11px;
	}


}

.job_listing_preview {
	padding: 0;
	border: 5px solid #f0f2f4;
}

.job_listing_preview h1 {
	margin-left: 30px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 20px;
}

.entry-content .job_listing_preview_title,
.job_listing_preview_title {
	padding: 40px 0;
	background: #fff;
}

.job_listing_preview_title h2 {
	font-size: 20px;
}

.job_listing_preview .container.alt {
	padding-left: 30px;
	padding-right: 30px;
	width: inherit;
}

.job_listing_preview_title .button {
	background: #f0f2f4;
	color: #646b70;
	border-color: #f0f2f4;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 300;
	border: 0;
}

.job_listing_preview_title .button:hover,
.job_listing_preview_title .button:focus {
	background: #e12c3c;
	color: #ffffff;
	border-color: #e12c3c;
}




.job_listing_preview_title #job_preview_submit_button {
	background: #e12c3c;
	color: #ffffff;
	border-color: #e12c3c;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 300;
	border: 0;
}

.job_listing_preview_title #job_preview_submit_button:hover,
.job_listing_preview_title #job_preview_submit_button:focus {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}


.it-index-promo-box {
	background: #e12c3c;
	margin: 20px 0;
	color: #fff;
	padding: 20px;
}

/* 
.main728 {
    padding-bottom: 21%;
}

@media (min-width: 1340px) {
.main728 {
    padding-bottom: 11.5%;
}
}

@media (min-width: 992px) {
.main728 {
    padding-bottom: 16.5%;
}
} */

.gray-box {
	font-size: 18px;
	background: #f0f2f4;
	border-top: 2px solid #e12c3c;
	padding: 14px;
}















.embed-responsive-16by9 {
	padding-bottom: 55.25% !important;
}

/**
div.entry-content p:first-child:first-letter {float:left;   font-family: 'Roboto Slab', serif; margin:-10px 10px 0 0;font-size:65px; line-height:1;font-weight:300}
blockquote p:first-letter {
    font-family: "Open Sans", sans-serif 0 !important;
	font-weight:400 !important;
    font-size: 17px !important;
    line-height: 1.7 0 !important;
	margin: 0 !important;
	float:none !important; }
	
@media only screen and (max-width : 767px) {
div.entry-content p:first-child:first-letter {float:left;   font-family: 'Roboto Slab', serif; margin:-7px 5px 0 0;font-size:50px; line-height:1;font-weight:300}
blockquote p:first-letter {
    font-size: 15px !important;
    line-height: 1.5 !important; }
}
*/



/**
 * Shto ne ocekuva vo 2019
 * ----------------------------------------------------------------------------
 */


.hero-2019 {
	width: 100%;
	height: 100%;
	margin: 0;
	height: 100vh;
	font-family: 'Roboto Slab', serif;
	position: relative;
}

.hero-2019 .center-shape {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-left: -170px;
	color: #000;
	margin-top: -200px;
	text-align: center;
	z-index: 2;
}




.hero-2019 .center-shape .txt-top {
	width: 100%;
	position: absolute;
	top: 85px;
	left: 0;
	display: block;
	font-weight: 100;
	font-size: 32px;
}



.hero-2019 .center-shape .y2018 {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	color: #d9d9d9;
	font-weight: 600;
	font-size: 105px;
}





.hero-2019 .center-shape .txt-bottom {
	width: 100%;
	position: absolute;
	top: 295px;
	left: 0;
	display: block;
	font-weight: 100;
	font-size: 32px;
}

.hero-2019 .center-shape .y2019 {
	width: 100%;
	position: absolute;
	top: 110px;
	color: #e12c3c;
	left: 0;
	display: block;
	font-weight: 800;
	font-size: 150px;
}




.hero-2019 .center-shape:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.34);
	content: "";
}


.hero-2019.single-2019 {
	height: auto;
	min-height: 400px;
}



.hero-2019 .section-left {
	width: 100%;
	height: 100%;
	margin: 0;
	height: 100vh;
	position: relative;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	text-align: center;
	padding: 0 100px;
	background-image: url(images/bg-hero-19.jpg);
	background-size: cover;
	background-position: center center;
}


.hero-2019 .section-left .txt-top {
	width: 100%;
	position: absolute;
	top: 125px;
	left: 0;
	display: block;
	font-weight: 100;
	font-size: 32px;
}



.hero-2019 .section-left .y2018 {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	display: block;
	opacity: 0.3;
	font-weight: 600;
	font-size: 105px;
}

.hero-2019 .section-left .txt-bottom {
	width: 100%;
	position: absolute;
	top: 335px;
	left: 0;
	display: block;
	font-weight: 100;
	font-size: 32px;
}

.hero-2019 .section-left .y2019 {
	width: 100%;
	position: absolute;
	top: 150px;
	left: 0;
	display: block;
	font-weight: 800;
	font-size: 150px;
}















@media (max-width: 1339px) {
	.hero-2019 .section-left {
		padding: 0 85px;
	}

	.hero-2019 .center-shape {
		top: 38%;
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

}

@media (max-width: 992px) {
	.hero-2019 .section-left {
		padding: 0 70px;
	}

	.hero-2019 .section-left {
		height: 480px;
	}

}


@media (max-width: 767px) {
	.hero-2019 {
		height: auto;
	}

	.hero-2019 .section-left {
		height: 370px;
		padding: 0 30px;
	}


	.hero-2019 .section-left .txt-wrap {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

}



.hero-2019 .section-right {}

.hero-2019 .section-right .thumb-link {
	width: 100%;
	height: 50%;
	margin: 0;
	height: 50vh;
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	display: block;
}

.hero-2019.single-2019 .section-right .thumb-link {
	height: 400px;
}

.hero-2019 .section-right .thumb-link.pettemi {
	background-image: url(images/th18-pettemi.jpg);
}

.hero-2019 .section-right .thumb-link.softver {
	background-image: url(images/th18-softver.jpg);
}

.hero-2019 .section-right .thumb-link.tehnologii {
	background-image: url(images/th18-tehnologii.jpg);
}

.hero-2019 .section-right .thumb-link.startup {
	background-image: url(images/th18-startup.jpg);
}

.hero-2019 .section-right .thumb-link.marketing {
	background-image: url(images/th18-marketing.jpg);
}

.hero-2019 .section-right .thumb-link.gejming {
	background-image: url(images/th18-gaming.jpg);
}



.hero-2019 .section-right .thumb-link:before {
	width: 105%;
	height: 105%;
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 300ms ease-in-out;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#136d63+1,00876c+99 */
	background: rgb(19, 109, 99);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(19, 109, 99, 1) 1%, rgba(0, 135, 108, 1) 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(19, 109, 99, 1) 1%, rgba(0, 135, 108, 1) 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(19, 109, 99, 1) 1%, rgba(0, 135, 108, 1) 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#136d63', endColorstr='#00876c', GradientType=0);
	/* IE6-9 */
	opacity: 0.92;
	position: absolute;
	top: 0;
	left: 0;
}

.hero-2019 .section-right .thumb-link:hover:before {
	opacity: 0;
}

.hero-2019 .section-right .thumb-link:after {
	width: 105%;
	height: 105%;
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 700ms ease-in-out;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#74405b+0,d34753+100 */
	background: #74405b;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #74405b 0%, #d34753 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #74405b 0%, #d34753 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #74405b 0%, #d34753 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74405b', endColorstr='#d34753', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	opacity: 0;
	position: absolute;
	transition-delay: 50ms;
	top: 0;
	left: 0;
}


.hero-2019 .section-right .thumb-link:hover:after {
	opacity: 0.85;
}


.hero-2019 .section-right .thumb-link .naslov {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	color: #fff;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 300;

	padding: 30px;
}

.hero-2019 .col-xs-6:nth-child(1) .naslov,
.hero-2019 .col-xs-6:nth-child(2) .naslov,
.hero-2019 .col-xs-6:nth-child(3) .naslov,
.hero-2019 .col-xs-6:nth-child(4) .naslov,
.hero-2019 .col-xs-6:nth-child(5) .naslov,
.hero-2019 .col-xs-6:nth-child(6) .naslov {
	bottom: auto;
	top: 0;
}

.hero-2019 .col-xs-6:nth-child(10) .naslov {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}


@media (max-width: 1339px) {

	.hero-2019 .section-right .thumb-link {
		height: 38%;
		height: 38vh;
	}

	.hero-2019 .col-xs-6:nth-child(9) .thumb-link,
	.hero-2019 .col-xs-6:nth-child(10) .thumb-link,
	.hero-2019 .col-xs-6:nth-child(11) .thumb-link,
	.hero-2019 .col-xs-6:nth-child(12) .thumb-link {
		height: 24%;
		height: 24vh;
	}

	.hero-2019 .section-right .thumb-link .naslov {
		font-size: 22px;
		line-height: 1.5;
		padding: 20px;
	}


	.hero-2019 .col-xs-6:nth-child(5) .naslov,
	.hero-2019 .col-xs-6:nth-child(6) .naslov {
		bottom: 0;
		top: auto;
	}




}

@media (max-width: 992px) {

	.hero-2019 .section-right .thumb-link,
	.hero-2019.single-2019 .section-right .thumb-link {
		height: 180px !important;
	}

	.hero-2019 .col-xs-6 .naslov {
		bottom: 0 !important;
		top: auto !important;
	}
}


@media (max-width: 767px) {

	.hero-2019 .section-right .thumb-link,
	.hero-2019.single-2019 .section-right .thumb-link {
		height: 130px !important;
	}


	.hero-2019 .section-right .thumb-link .naslov {
		font-size: 15px;
		bottom: 0;
		top: auto;
		padding: 15px;
	}

}


/**
 * Shto ne ocekuva vo 2018
 * ----------------------------------------------------------------------------
 */


.hero-2018 {
	width: 100%;
	height: 100%;
	margin: 0;
	height: 100vh;
	font-family: 'Roboto Slab', serif;
	position: relative;
}

.hero-2018.single-2018 {
	height: auto;
	min-height: 400px;
}

.hero-2018.single-2019 {
	height: auto;
	min-height: 250px;
}

.hero-2018 .section-left {
	width: 100%;
	height: 100%;
	margin: 0;
	height: 100vh;
	position: relative;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	padding: 0 100px;
	background-image: url(images/bg-hero-18.jpg);
	background-size: cover;
	background-position: center center;
}

.hero-2018 .section-left h1 {
	font-size: 30px;
	margin: 0;
	margin-bottom: 70px;
	padding: 0;
	font-weight: 100;
}

.hero-2018 .section-left h1 .y2017 {
	font-size: 102px;
	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

.hero-2018 .section-left h1 .y2018 {
	font-size: 135px;
	margin-left: -20px;
	font-weight: 600;
}


@media (max-width: 1339px) {
	.hero-2018 .section-left {
		padding: 0 85px;
	}

	.hero-2018 .section-left h1 {
		font-size: 25px;
	}

	.hero-2018 .section-left h1 .y2017 {
		font-size: 92px;
	}

	.hero-2018 .section-left h1 .y2018 {
		font-size: 125px;
	}
}

@media (max-width: 992px) {
	.hero-2018 .section-left {
		height: 500px;
		padding: 0 70px;
	}

	.hero-2018 .section-left {
		height: 500px;
	}

	.hero-2018 .section-left h1 {
		font-size: 22px;
	}

	.hero-2018 .section-left h1 .y2017 {
		font-size: 82px;
	}

	.hero-2018 .section-left h1 .y2018 {
		font-size: 115px;
	}
}


@media (max-width: 767px) {
	.hero-2018 {
		height: 400px;
	}

	.hero-2018 .section-left {
		height: 400px;
		padding: 0 30px;
	}

	.hero-2018 .section-left h1 {
		font-size: 20px;
	}

	.hero-2018 .section-left h1 .y2017 {
		margin-left: -10px;
		font-size: 62px;
	}

	.hero-2018 .section-left h1 .y2018 {
		margin-left: -10px;
		font-size: 85px;
	}
}



.hero-2018 .section-right {}

.hero-2018 .section-right .thumb-link {
	width: 100%;
	height: 50%;
	margin: 0;
	height: 50vh;
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	display: block;
}

.hero-2018.single-2018 .section-right .thumb-link {
	height: 400px;
}

.hero-2018 .section-right .thumb-link.pettemi {
	background-image: url(images/th18-pettemi.jpg);
}

.hero-2018 .section-right .thumb-link.softver {
	background-image: url(images/th18-softver.jpg);
}

.hero-2018 .section-right .thumb-link.tehnologii {
	background-image: url(images/th18-tehnologii.jpg);
}

.hero-2018 .section-right .thumb-link.startup {
	background-image: url(images/th18-startup.jpg);
}

.hero-2018 .section-right .thumb-link.marketing {
	background-image: url(images/th18-marketing.jpg);
}

.hero-2018 .section-right .thumb-link.gejming {
	background-image: url(images/th18-gaming.jpg);
}


.hero-2018.single-2019 .section-right .thumb-link {
	height: 220px;
}




.hero-2018 .section-right .thumb-link:before {
	width: 105%;
	height: 105%;
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 300ms ease-in-out;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b3e4f+0,364858+100 */
	background: #2b3e4f;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #2b3e4f 0%, #364858 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #2b3e4f 0%, #364858 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #2b3e4f 0%, #364858 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3e4f', endColorstr='#364858', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	opacity: 0.92;
	position: absolute;
	top: 0;
	left: 0;
}

.hero-2018 .section-right .thumb-link:hover:before {
	opacity: 0;
}

.hero-2018 .section-right .thumb-link:after {
	width: 105%;
	height: 105%;
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 700ms ease-in-out;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#74405b+0,d34753+100 */
	background: #74405b;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #74405b 0%, #d34753 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #74405b 0%, #d34753 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #74405b 0%, #d34753 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74405b', endColorstr='#d34753', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	opacity: 0;
	position: absolute;
	transition-delay: 50ms;
	top: 0;
	left: 0;
}


.hero-2018 .section-right .thumb-link:hover:after {
	opacity: 0.85;
}


.hero-2018 .section-right .thumb-link .naslov {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 100;
	padding: 35px;
}

.hero-2018 .section-right .thumb-link .naslov span {
	font-size: 28px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 300;
	display: block;
}


.hero-2018.single-2019 .section-right .thumb-link:before {
	width: 105%;
	height: 105%;
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: rgb(19, 109, 99);
	background: -moz-linear-gradient(top, rgba(19, 109, 99, 1) 1%, rgba(0, 135, 108, 1) 99%);
	background: -webkit-linear-gradient(top, rgba(19, 109, 99, 1) 1%, rgba(0, 135, 108, 1) 99%);
	background: linear-gradient(to bottom, rgba(19, 109, 99, 1) 1%, rgba(0, 135, 108, 1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#136d63', endColorstr='#00876c', GradientType=0);
	opacity: 0.92;
	position: absolute;
	top: 0;
	left: 0;
}

.hero-2018.single-2019 .section-right .thumb-link:hover:before {
	opacity: 0;
}



.hero-2019 .section-right .thumb-link.link1 {
	background-image: url(images/th19-1.jpg);
}

.hero-2019 .section-right .thumb-link.link2 {
	background-image: url(images/th19-2.jpg);
}

.hero-2019 .section-right .thumb-link.link3 {
	background-image: url(images/th19-3.jpg);
}

.hero-2019 .section-right .thumb-link.link4 {
	background-image: url(images/th19-4.jpg);
}

.hero-2019 .section-right .thumb-link.link5 {
	background-image: url(images/th19-5.jpg);
}

.hero-2019 .section-right .thumb-link.link6 {
	background-image: url(images/th19-6.jpg);
}

.hero-2019 .section-right .thumb-link.link7 {
	background-image: url(images/th19-7.jpg);
}

.hero-2019 .section-right .thumb-link.link8 {
	background-image: url(images/th19-8.jpg);
}

.hero-2019 .section-right .thumb-link.link9 {
	background-image: url(images/th19-9.jpg);
}

.hero-2019 .section-right .thumb-link.link10 {
	background-image: url(images/th19-10.jpg);
}

.hero-2019 .section-right .thumb-link.link11 {
	background-image: url(images/th19-11.jpg);
}

.hero-2019 .section-right .thumb-link.link12 {
	background-image: url(images/th19-12.jpg);
}






@media (max-width: 1339px) {

	.hero-2018 .section-right .thumb-link {
		height: 50%;
		height: 50vh;
	}

	.hero-2018.single-2018 .section-right .thumb-link {
		height: 300px;
	}

	.hero-2018.single-2019 .section-right .thumb-link {
		height: 200px;
	}

	.hero-2018 .section-right .thumb-link .naslov {
		font-size: 16px;
		line-height: 1.5;
		padding: 22px;
	}

	.hero-2018 .section-right .thumb-link .naslov span {
		font-size: 23px;
		line-height: 1.1;
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {

	.hero-2018 .section-right .thumb-link,
	.hero-2018.single-2018 .section-right .thumb-link {
		height: 250px;
	}

	.hero-2018.single-2019 .section-right .thumb-link {
		height: 180px;
	}
}


@media (max-width: 767px) {

	.hero-2018 .section-right .thumb-link,
	.hero-2018.single-2018 .section-right .thumb-link {
		height: 250px;
	}

	.hero-2018.single-2019 .section-right .thumb-link {
		height: 180px;
	}

	.hero-2018 .section-right .thumb-link .naslov {
		font-size: 15px;
		padding: 20px;
	}

	.hero-2018 .section-right .thumb-link .naslov span {
		font-size: 20px;
	}
}

/**
 * Single 2018
 * ----------------------------------------------------------------------------
 */

header.single2018 {
	position: relative;
	background-image: url(images/bg-single18-header.jpg);
	background-position: top center;
	margin: 0 0 150px 0;
	background-size: cover;
}

header.single2019 {
	background-image: url(images/bg-hero-19.jpg) !important;
}

header.single2018:before {
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 700ms ease-in-out;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b3e4f+0,364858+100 */
	background: #2b3e4f;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #2b3e4f 0%, #364858 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #2b3e4f 0%, #364858 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #2b3e4f 0%, #364858 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b3e4f', endColorstr='#364858', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	opacity: 0.9;
	position: absolute;
	transition-delay: 50ms;
	top: 0;
	left: 0;
}

header.single2019:before {
	display: none;
}

header.single2018 .entry-thumbnail {
	margin: 0;
	bottom: -100px;
}

header.single2018 .entry-title {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	padding: 0 50px;
	font-weight: 100;
}

header.single2018 .entry-title span {
	font-size: 80px;
	display: block;
	margin-bottom: 40px;
}


@media (max-width: 1339px) {
	header.single2018 {
		margin: 0 0 100px 0;
	}

	header.single2018 .entry-thumbnail {
		bottom: -50px;
	}

	header.single2018 .entry-title {
		font-size: 30px;
		padding: 0 30px;
	}

	header.single2018 .entry-title span {
		font-size: 60px;
		margin-bottom: 30px;
	}

}

@media (max-width: 992px) {

	header.single2018 .entry-title {
		font-size: 25px;
		bottom: -20px;
		padding: 0 25px;
	}

	header.single2018 .entry-title span {
		font-size: 40px;
		margin-bottom: 30px;
	}
}


@media (max-width: 767px) {
	header.single2018 .entry-title {
		font-size: 18px;
		bottom: -50px;
		padding: 0 25px;
	}

	header.single2018 .entry-title span {
		font-size: 27px;
		margin-bottom: 15px;
	}

}

/**
 * Shto ne ocekuva vo 2017
 * ----------------------------------------------------------------------------
 */


.hero-2017 {
	width: 100%;
	height: 100%;
	margin: 0;
	height: 100vh;
	font-family: 'Roboto Slab', serif;
	position: relative;
	color: #fff;
	font-size: 35px;
	font-weight: 100;
	background-image: url(images/hero-2017.jpg);
	background-size: cover;
	background-position: center center;
}

.hero-2017:before {
	width: 100%;
	height: 100px;
	content: "";
	position: absolute;
	bottom: -100px;
	left: 0;
	background-image: url(images/hero-2017-bottom.png);
	background-size: cover;
	background-position: center bottom;
}

.hero-2017 .vcenter {
	top: 59.2%;
	transform: translateY(-59.2%);
}

.hero-2017 .scroll-down-ico {
	margin: 15px 0 0 50px;
}

.hero-2017 .svarog {
	position: absolute;
	color: #fff;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	bottom: 100px;
	right: 50%;
	margin-right: -565px;
}

.hero-2017 .svarog:hover,
.hero-2017 .svarog:focus {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}

.hero-2017 .svarog span {
	font-size: 16px;
	position: relative;
	top: 33px;
	right: 10px;
}


@media (max-width: 1339px) {
	.hero-2017 .svarog {
		margin-right: -390px;
	}
}

@media (max-width: 992px) {
	.hero-2017 .svarog {
		bottom: 50px;
		margin-right: -285px;
	}
}


@media (max-width: 767px) {
	.hero-2017 .svarog {
		bottom: 15px;
		right: 0;
		left: 23px;
		margin-right: 0;
	}

	.hero-2017 .svarog span {
		display: none;
	}

	.hero-2017 .svarog img {
		width: 50px;
		height: 43px;
	}

}

.info-2017 {
	background: #f0f2f4;
	margin: 0;
	padding-top: 100px;
	padding-bottom: 0px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 19px;
}

/*	 
.info-2017 div.entry-content p:first-child:first-letter {margin:-10px 10px 0 0;font-size:73px; }

	
@media only screen and (max-width : 767px) {
.info-2017 div.entry-content p:first-child:first-letter {font-size:63px; }

}
	 */



@media (max-width: 992px) {

	.hero-2017 {
		height: 600px;
		font-size: 25px;
	}

	.hero-2017 .vcenter {
		top: 59.4%;
		transform: translateY(-59.4%);
	}

	.hero-2017 .scroll-down-ico {
		margin: 10px 0 0 40px;
	}
}





@media (max-width: 767px) {

	.hero-2017 {
		height: 200px;
		padding-right: 20px;
		font-size: 17px;
	}

	.hero-2017:before {
		height: 50px;
		bottom: -50px;
		background-size: contain;
		background-position: center top;
		background-repeat: no-repeat;
	}





	.hero-2017 .vcenter {
		top: 73%;
		transform: translateY(-73%);
	}

	.hero-2017 .scroll-down-ico {
		margin: 10px 0 0 40px;
	}


	.info-2017 {
		padding-top: 60px;
	}


}








#img-2017 {
	margin-top: 60px;
	margin-bottom: 60px;
}



.tooltip-inner {
	padding: 5px 10px;
	background-color: #db3a40;
	border-radius: 2px;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #db3a40;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #db3a40;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #db3a40;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #db3a40;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #db3a40;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #db3a40;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #db3a40;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #db3a40;
}




/**
 * Vauron
 * ----------------------------------------------------------------------------
 */

.vauron-landing-top {
	background-image: url(images/bg-vauron-ladning.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
	padding-top: 250px;
}

.vauron-landing-top .disclamer {
	position: absolute;
	width: 100%;
	top: 30px;
	text-transform: uppercase;
	color: #28476b;
	font-weight: 400;
	opacity: 0.7;

	left: 0;
}

.vauron-landing-top .desc {
	margin-bottom: 60px;
}

.vauron-landing-top h1 {
	margin-bottom: 100px;
	font-size: 90px;
}


.vauron-landing-top h1 span {
	font-size: 103px;
	display: block;
}

.vauron-landing-top .va-hap {
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	font-weight: 300;
	margin: 30px 0 100px 0;
	color: #fff;
}

.vauron-landing-top .va-hap span.inner {
	padding: 20px 25px;
	background: #000;
}


.vauron-landing-top .spec {
	line-height: 1.3;
}

.vauron-landing-top .spec div {
	color: #e12d3c;
	font-weight: 800;
	margin-top: 20px;
	text-transform: uppercase;
}


.vauron-landing-top .vauron-model {
	color: #9ea2a3;
	margin: 5px 0 0 5px;
	font-size: 21px;
}

.vauron-landing-top .vauron-icon-grid {
	margin: 40px 0;
	text-align: center;
}

.vauron-landing-top .vauron-icon-grid img {
	padding: 0 15px;
	filter: grayscale(10);
}

.vauron-landing-top .vauron-icon-grid .icon-text {
	text-transform: uppercase;
	text-align: center;
	color: #68696b;
	font-size: 11px;
}


.vauron-landing-top .cena {
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: right;
}



@media (max-width: 1339px) {
	.vauron-landing-top h1 {
		font-size: 75px;
	}

	.vauron-landing-top h1 span {
		font-size: 86px;
	}

}

@media (max-width: 992px) {
	.vauron-landing-top {
		padding-top: 150px;
	}

	.vauron-landing-top h1 {
		font-size: 55px;
	}

	.vauron-landing-top h1 span {
		font-size: 63px;
	}

	.vauron-landing-top .va-hap {
		font-size: 25px;
	}

	.vauron-landing-top .spec {
		margin-bottom: 60px;
	}

	.vauron-landing-top .cena {
		text-align: left;
		margin-bottom: 20px;
	}

	.vauron-landing-top .cena,
	.vauron-landing-top .cena-wrap {
		text-align: left;
		margin-bottom: 20px;
	}

}

@media (max-width: 767px) {
	.vauron-landing-top {
		background-size: contain;
		padding-top: 50px;
	}

	.vauron-landing-top .disclamer {
		text-align: center;
	}

	.vauron-landing-top h1 {
		margin-bottom: 50px;
		font-size: 35px;
	}

	.vauron-landing-top h1 span {
		font-size: 43px;
	}

	.vauron-landing-top .desc {
		margin-bottom: 40px;
	}

	.vauron-landing-top .va-hap {
		background: #000;
		margin: 10px 30px 40px 30px;
		line-height: 1.3;
		padding: 20px 0;
		font-size: 20px;
	}

	.vauron-landing-top .va-hap span.inner {
		padding: 20px 0px;
		background: transparent;
	}
}







.vauron-landing-recenzii {
	padding: 50px;
	background: #f0f2f4;
	margin: 70px 0;
}

.vauron-landing-recenzii h3 {
	margin: 0 0 40px 0;
}


.vauron-landing-recenzii a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
}

.vauron-landing-recenzii a:hover {
	text-decoration: underline;
}

.vauron-landing-recenzii a img {
	padding: 10px;
}

.vauron-landing-recenzii a .inner {
	font-family: 'Roboto Slab', serif;
	padding: 10px 20px;
	font-size: 22px;
	min-height: 86px;
	line-height: 1.3;
	font-weight: 300;
}


@media (max-width:1339px) {
	.vauron-landing-recenzii a .inner {
		min-height: 116px;
	}
}

@media (max-width:992px) {
	.vauron-landing-recenzii a {
		text-align: center;
		padding: 20px;
		margin-bottom: 20px;
	}

	.vauron-landing-recenzii img {
		margin: 0 auto;
	}

	.vauron-landing-recenzii a .inner {
		min-height: auto;
	}
}



@media (max-width: 767px) {
	.vauron-landing-recenzii {
		padding: 40px 0;
		margin: 30px 0;
	}

	.vauron-landing-recenzii a {
		padding: 10px;
	}
}

/**
 * AIR Filter Buy Now
 * ----------------------------------------------------------------------------
 */

.air-filter-buy {
	background-color: #fff;
	background-image: url(images/air-img-top.png);
	background-position: bottom right 100px;
	background-repeat: no-repeat;
	color: #000;
	margin: 0;
	padding: 0px 0 120px 0px;
	position: relative;
}

.air-filter-buy .disclamer {
	position: absolute;
	bottom: -70px;
	left: 10px;
	opacity: 0.5;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1.3;
	font-size: 13px;
}


.air-filter-buy .info {
	margin-bottom: 70px;
}

.air-filter-buy .top-t {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	font-size: 24px;
}

.air-filter-buy .bottom-t {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 25px;
}

.air-filter-buy .bottom-t span {
	font-size: 14px;
	display: block;
	font-weight: 400;
}

.air-filter-buy .bottom-t span a {
	color: #fff;
}

.air-filter-buy .price {
	font-size: 36px;
	margin: 60px 0;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}

.air-filter-buy .price span {
	font-weight: 900;
}

.air-filter-buy .store {
	margin-top: 10px;
}

.air-filter-buy .store a {
	color: #fff;
	font-size: 20px;
}

@media (max-width:1450px) {
	.air-filter-buy {
		background-position: bottom right -100px;
	}
}

@media (max-width:1339px) {
	.air-filter-buy {
		background-position: bottom right -250px;
	}
}

@media (max-width:992px) {
	.air-filter-buy {
		background-position: bottom right -200px;
		background-size: 700px 458px;
	}

	.air-filter-buy .bottom-t {
		margin-bottom: 25px;
	}


}

@media (max-width: 767px) {
	.air-filter-buy {
		background: none;
		padding: 0 0 180px 0;
	}

	.air-filter-buy .disclamer {
		bottom: -140px;
	}

	.air-filter-buy .info {
		margin-bottom: 40px;
	}

	.air-filter-buy .price {
		margin: 30px 0;
	}


}


.icon-fog {
	right: 0px !important;
	bottom: 60px !important;
}

@media (max-width:768px) {
	#itmk-baner-mobile iframe {
		left: 0;
		margin: 0 auto;
		right: 0;
	}
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #2e3537;
	border-color: #cccccc;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
	color: #9ba5b2;
	font-weight: 400;
}


.iab-badge {
	margin-top: -28px;
	float: right;
}

@media (max-width:1340px) {
	.iab-badge {
		margin-top: 20px;
		float: left;
	}
}







.anketa {
	background-image: url(images/bg-anketa.jpg);
	background-position: center center;
	background-size: cover;
	background-color: #ccc;
	margin: 0;
	padding: 100px 0 0 0;
}

.anketa .top-sec {
	background: #fff;
	padding: 50px 0;
}

.anketa .top-sec h1 {
	font-size: 300%;
	margin-bottom: 40px;
}

.anketa .bottom-sec {
	padding: 60px 0 50px 0;
}

.anketa .bottom-sec .icons {
	margin-bottom: 50px;
	margin-top: 50px;
}


.anketa .bottom-sec .icons img {
	margin: 0 auto;
	opacity: 1;
}


.anketa .bottom-sec .icons a:hover img {
	opacity: 0.8;
}

@media (max-width:767px) {
	.anketa {
		padding: 0px 0 0 0;
	}

	.anketa .top-sec {
		padding: 20px 0;
	}

	.anketa .top-sec h1 {
		font-size: 200%;
		margin-bottom: 20px;
	}

	.anketa .bottom-sec {
		padding: 40px 0 20px 0;
	}

	.anketa .bottom-sec .icons {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.anketa .bottom-sec .icons img {
		margin: 0 auto;
		padding: 0 20%;
	}
}


/* anketa primanja 2019 */

.primanja-2019-hero {
	background-image: url(images/bg-here-primanja-2019.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	margin: 0;
	color: #fff;
	position: relative;
}

.primanja-2019-hero .download-data {
    position: fixed;
    top: 50%;
    right: -189px;
    background: #fff;
    padding: 7px 7px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    text-decoration: none;
    -webkit-transition: right .3s ease-in;
    transition: right .3s ease-in;
	z-index: 2;
    text-transform: uppercase;
    display: flex;
	align-items: center;
	visibility: hidden;
}

.primanja-2019-hero .download-data.en {
right: -154px;
}
.primanja-2019-hero .download-data.visible{
	visibility: visible;
}

.primanja-2019-hero .download-data:hover {
	right: 0;
	text-decoration: none;
}
.primanja-2019-hero .download-data i {
	padding:10px;
}


.primanja-2019-hero ul.languages {
	position: absolute;
	top: 20px;
	right: 50px;
}

.primanja-2019-hero ul.languages li>a {
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}

.primanja-2019-hero ul.languages li>a:hover {
	text-decoration: none;
	font-weight: 600;
}

.primanja-2019-hero ul.languages li>a.active {
	font-weight: 600;
}

.primanja-2019-hero .sidebar-sections-links {
	position: fixed;
    right: 12px;
    top: 60%;
	z-index: 2;
	visibility:hidden;
}
.primanja-2019-hero .sidebar-sections-links.visible {
    visibility: visible;
}
.primanja-2019-hero .sidebar-sections-links > ul{
    list-style-type: none;
}

.primanja-2019-hero .sidebar-sections-links > ul > li > a{
	width: 25px;
    height: 25px;
    background: #ddd;
    display: block;
    border-radius: 50%;
	cursor:pointer;
	    margin-bottom: 10px;
}
.primanja-2019-hero .sidebar-sections-links > ul > li > a:hover{
	    opacity: 0.8;
}

.primanja-2019-hero .sidebar-sections-links > ul > li:first-child > a{
	    background: #233646;
}

.primanja-2019-hero .sidebar-sections-links > ul > li:nth-child(2) > a{
	      background: #09868b;
}

.primanja-2019-hero .sidebar-sections-links > ul > li:nth-child(3) > a{
	     background: #f0a30a;
}
.primanja-2019-hero .top-section {
	min-height: 500px;
	height: calc(100vh - 310px);
	position: relative;
}

.primanja-2019-hero .top-section1 {
	min-height: 800px;
	height: calc(100vh - 310px);
	position: relative;
}

.primanja-2019-hero .top-section .vcenter {
	top: 60%;
	transform: translateY(-60%);
}

.primanja-2019-hero .top-section1 .vcenter {
	top: 60%;
	transform: translateY(-60%);
}

.primanja-2019-hero h1.large {
	font-size: 72px;
	font-weight: 300;
}

.primanja-2019-hero h4 {
	line-height: 26px;
}

.primanja-2019-hero .mailchimp-help-text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	opacity: 0.5;
}


.primanja-2019-hero .mailchimp-form {
	margin-bottom: 40px;
	margin-top: 80px;
}

.primanja-2019-hero .mailchimp-form .form-control {


	height: 60px;
	font-size: 18px;
	line-height: 30px;
}

.primanja-2019-hero .mailchimp-form .btn-mailchimp {
	height: 60px;
	font-size: 20px;
}

.primanja-2019-hero .font-bold {
	font-weight: 500;
}

@media (max-width:1440px) {
	.primanja-2019-hero .top-section {
		height: calc(100vh - 200px);
	}
}

.primanja-2019-hero .top-section1 {
	height: calc(100vh - 40px);
}
}


@media (max-width:992px) {
	.primanja-2019-hero h1.large {
		font-size: 62px;
	}
}

@media (max-width:767px) {
	.primanja-2019-hero {
		background-size: contain;
		background-position: top center;
		background-attachment: scroll;
	}

	.primanja-2019-hero h1.large {
		font-size: 32px;
	}



	.primanja-2019-hero .top-section {
		min-height: auto;
		padding: 50px 0;
		height: auto;
	}

	.primanja-2019-hero .top-section1 {
		min-height: auto;
		padding: 50px 0;
		height: auto;
	}

	.primanja-2019-hero .top-section .vcenter {
		top: auto;
		transform: none;
	}

	.primanja-2019-hero .top-section1 .vcenter {
		top: auto;
		transform: none;
	}
	.primanja-2019-hero .download-data {
		right: -167px;
	}
}


.primanja-2019-hero a.shortcut {
	color: #fff;
	text-decoration: none;
	display: block;
}

.primanja-2019-hero a.shortcut:hover {
	opacity: 0.8;
}

.primanja-2019-hero a.shortcut .top-icon {
	padding-left: 140px;
	padding-right: 20px;
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(images/primanja-ico-1.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	line-height: 1.2;
	height: 130px;
}

.primanja-2019-hero a.shortcut .bottom-brojki {
	padding: 40px 30px 15px 30px;

}


.primanja-2019-hero a.shortcut .bottom-brojki .vkupno {
	font-size: 54px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 1;
}



.primanja-2019-hero a.shortcut .bottom-brojki .vkupno span {
	font-size: 16px;
	padding-left: 2px;
	display: block;
}

.primanja-2019-hero a.shortcut .bottom-brojki .bubble {
	width: 124px;
	height: 67px;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	background-position: top left;
}

.primanja-2019-hero a.shortcut .bottom-brojki .bubble span {
	position: absolute;
	top: 0;
	right: 0;
	width: 87px;
	height: 37px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Roboto Slab', serif;
	text-align: center;
}

.primanja-2019-hero a.shortcut .bottom-brojki .bubble.maski {
	background-image: url(images/primanja-bubble-m.png);
}

.primanja-2019-hero a.shortcut .bottom-brojki .bubble.zenski {
	margin-left: 10px;
	background-image: url(images/primanja-bubble-f.png);
}


.primanja-2019-hero a.shortcut.programeri {
	background: #364858;
}

.primanja-2019-hero a.shortcut.programeri .top-icon {
	background-image: url(images/primanja-ico-1.png);
}

.primanja-2019-hero a.shortcut.programeri .bottom-brojki {
	background: #233646;
}

.primanja-2019-hero a.shortcut.dizajneri {
	background: #09868b;
}

.primanja-2019-hero a.shortcut.dizajneri .top-icon {
	background-image: url(images/primanja-ico-2.png);
}

.primanja-2019-hero a.shortcut.dizajneri .bottom-brojki {
	background: #057478;
}

.primanja-2019-hero a.shortcut.marketing {
	background: #f0a30a;
}

.primanja-2019-hero a.shortcut.marketing .top-icon {
	background-image: url(images/primanja-ico-3.png);
}

.primanja-2019-hero a.shortcut.marketing .bottom-brojki {
	background: #e59101;
}

@media (max-width:1340px) {
	.primanja-2019-hero a.shortcut .bottom-brojki .vkupno {
		font-size: 50px;
	}
}

@media (max-width:1200px) {
	.primanja-2019-hero a.shortcut .top-icon {
		padding-left: 120px;
		padding-right: 20px;
		background-position: 25px center;
		background-size: 80px 80px;
		height: 120px;
	}
}

@media (max-width:992px) {
	.primanja-2019-hero a.shortcut .top-icon {
		padding-left: 90px;
		padding-right: 5px;
		font-size: 20px;
		background-size: 60px 60px;
		background-position: 15px center;
		height: 110px;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki {
		padding: 30px 0px 10px 20px;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki .vkupno {
		margin-bottom: 30px;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki .bubble {
		margin-top: 0px;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki .text-right {
		text-align: left;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki .bubble.maski {
		margin-right: 10px;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki .bubble.zenski {
		margin-left: 0px;
	}
}

@media (max-width:767px) {

	.primanja-2019-hero .mailchimp-form {

		margin-top: 20px;
		margin-bottom: 0px;
	}

	.primanja-2019-hero .mailchimp-help-text {
		margin-bottom: 0px;
	}

	.primanja-2019-hero {
		background-color: #364858;
	}

	.primanja-2019-hero .intro {
		background-image: url(images/bg-here-primanja-2019.jpg);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: bottom center;
		background-attachment: scroll;
	}

	.primanja-2019-hero a.shortcut:hover {
		opacity: 1;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki {
		padding: 20px 0px 15px 20px;
	}

	.primanja-2019-hero a.shortcut .bottom-brojki .bubble.zenski {
		float: right;
		margin-right: 15px;
	}
	.primanja-2019-hero .download-data.en {
    right: -136px;
}
}



.primanja-2019-stats {
	margin: 0;
	padding: 100px 0;
	color: #fff;
	position: relative;
}

.primanja-2019-stats h2 {
	margin-top: 0px;
}

.primanja-2019-stats:before {
	position: absolute;
	;
	top: 0;
	left: 50%;
	margin-left: 190px;
	width: 100%;
	content: "";
	height: 100%;
}

.primanja-2019-stats:after {
	background: #fff;
	position: absolute;
	;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.07;
	content: "";
	height: 4px;
}

.primanja-2019-stats.programeri {
	background: #233646;
}

.primanja-2019-stats.programeri:before {
	background: #364858;
}

.primanja-2019-stats.programeri.full {
	background: #172430;
}

.primanja-2019-stats.programeri.full:before,
.primanja-2019-stats.programeri.full:after {
	display: none;
}



.primanja-2019-stats.dizajneri {
	background: #057478;
}

.primanja-2019-stats.dizajneri:before {
	background: #09868b;
}

.primanja-2019-stats.dizajneri.full {
	background: #00484a;
}

.primanja-2019-stats.dizajneri.full:before,
.primanja-2019-stats.dizajneri.full:after {
	display: none;
}



.primanja-2019-stats.marketing {
	background: rgb(229, 145, 0);
}

.primanja-2019-stats.marketing:before {
	background: rgb(240, 163, 10);
}

.primanja-2019-stats.marketing.full {
	background: rgb(229, 145, 0);
}

.primanja-2019-stats.marketing.full:before,
.primanja-2019-stats.marketing.full:after {
	display: none;
}

@media (max-width:1340px) {
	.primanja-2019-stats:before {
		margin-left: 145px;
	}
}

@media (max-width:1200px) {}

@media (max-width:992px) {
	.primanja-2019-stats {
		padding: 60px 0;
	}

	.primanja-2019-stats:before {
		display: none;
	}
}

@media (max-width:767px) {
	.primanja-2019-stats {
		padding: 40px 0;
	}

}



.primanja-2019-separator {
	background-image: url(images/bg-here-primanja-2019.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
	color: #fff;
	margin: 0;
}

.primanja-2019-stats.programeri .tabs-programiranje {
	margin: 0 auto;
	display: flex;
	border-bottom: transparent;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
}

.primanja-2019-stats.programeri .tabs-programiranje.nav-tabs>li.active>a,
.primanja-2019-stats.programeri .tabs-programiranje.nav-tabs>li.active>a:hover,
.primanja-2019-stats.programeri .tabs-programiranje.nav-tabs>li.active>a:focus {
	color: #e12c3c;
	background-color: #ffffff;
	cursor: default;
	font-weight: 600;
}

.primanja-2019-stats.programeri .tabs-programiranje.nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 0;
	background: #354858;
	color: #868e96;
}


.primanja-2019-stats.programeri .tabs-programiranje.nav-pills {
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
}


.primanja-2019-stats.programeri .tabs-programiranje.nav-pills>li.active>a,
.primanja-2019-stats.programeri .tabs-programiranje.nav-pills>li.active>a:hover,
.primanja-2019-stats.programeri .tabs-programiranje.nav-pills>li.active>a:focus {
	color: #e12c3c;
	background-color: #ffffff;
	cursor: default;
	font-weight: 600;
}

.primanja-2019-stats.programeri .tabs-programiranje.nav-pills>li>a {
	border: 1px solid transparent;
	border-radius: 0;
	background: #354858;
	color: #868e96;
}



.primanja-2019-stats.dizajneri .tabs-dizajneri {
	margin: 0 auto;
	display: flex;
	border-bottom: transparent;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
}

.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-tabs>li.active>a,
.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-tabs>li.active>a:hover,
.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-tabs>li.active>a:focus {
	color: #e12c3c;
	background-color: #ffffff;
	cursor: default;
	font-weight: 600;
}

.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 0;
	background: #09858b;
	color: rgba(255, 255, 255, 0.4);
}


.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-pills {
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
}


.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-pills>li.active>a,
.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-pills>li.active>a:hover,
.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-pills>li.active>a:focus {
	color: #e12c3c;
	background-color: #ffffff;
	cursor: default;
	font-weight: 600;
}

.primanja-2019-stats.dizajneri .tabs-dizajneri.nav-pills>li>a {
	border: 1px solid transparent;
	border-radius: 0;
	background: #354858;
	color: #868e96;
}



.primanja-2019-stats.marketing .tabs-marketing {
	margin: 0 auto;
	display: flex;
	border-bottom: transparent;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
}

.primanja-2019-stats.marketing .tabs-marketing.nav-tabs>li.active>a,
.primanja-2019-stats.marketing .tabs-marketing.nav-tabs>li.active>a:hover,
.primanja-2019-stats.marketing .tabs-marketing.nav-tabs>li.active>a:focus {
	color: #e12c3c;
	background-color: #ffffff;
	cursor: default;
	font-weight: 600;
}

.primanja-2019-stats.marketing .tabs-marketing.nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 0;
	background: #f0a30a;
	color: rgba(255, 255, 255, 0.7);
}


.primanja-2019-stats.marketing .tabs-marketing.nav-pills {
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
}


.primanja-2019-stats.marketing .tabs-marketing.nav-pills>li.active>a,
.primanja-2019-stats.marketing .tabs-marketing.nav-pills>li.active>a:hover,
.primanja-2019-stats.marketing .tabs-marketing.nav-pills>li.active>a:focus {
	color: #e12c3c;
	background-color: #ffffff;
	cursor: default;
	font-weight: 600;
}

.primanja-2019-stats.marketing .tabs-marketing.nav-pills>li>a {
	border: 1px solid transparent;
	border-radius: 0;
	background: #354858;
	color: #868e96;
}

@media (max-width:992px) {

	.primanja-2019-stats.programeri .tabs-programiranje,
	.primanja-2019-stats.dizajneri .tabs-dizajneri,
	.primanja-2019-stats.marketing .tabs-marketing {
		display: block;
		font-size: 15px;
	}

	.tabs-programiranje.nav-tabs>li,
	.tabs-dizajneri.nav-tabs>li,
	.tabs-marketing.nav-tabs>li {
		float: none;
		margin-bottom: 5px;
	}
}


.anketa-baner{
	    text-align: center;
    color: #fff;
    font-size: 52px;
    background: url(https://www.it.mk/wp-content/themes/it2015/images/anketa-bg-baner.jpg);
    padding: 30px;
	    display: block;


}

.anketa-baner:hover{
	    color: #fff;
    text-decoration: none;
}
@media (max-width:1340px){
.anketa-baner{
	    font-size: 32px;
}	
}

@media (max-width:768px){
	.anketa-baner{
		    font-size: 28px;
    padding: 23px;
	}
}

.corona-faq{
	background: #eaeaea;
       padding: 4px 15px;
}
.corona-faq.show-more-text{
height: 300px;
overflow: hidden;
}

.read.show-more {
	background: #eaeaea;
	color: #646b70;
	border-color: #eaeaea;
	text-align: center;
	display: block;
	margin: auto;
	text-transform: uppercase;
	padding: 10px;
	transition: all 200ms ease-in-out;
}
.read.show-more:hover {
	cursor: pointer;
	background-color: #dcdcdc;
	border-color: #dcdcdc;
	color:#fff;
}

#mehanickiTastaturi{
	background: #e5e8eb;
    padding-top: 60px;
padding-bottom: 60px;
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus, .rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover, ul.job_listings li.job_listing.job_position_featured a:focus, ul.job_listings li.job_listing.job_position_featured a:hover, ul.job_listings li.no_job_listings_found.job_position_featured a:focus, ul.job_listings li.no_job_listings_found.job_position_featured a:hover{
	background-color: #d42535 !important;
	outline: none;
}

.cyber-baner {
	color: #fff;
    font-size: 52px;
    background: url(https://www.it.mk/wp-content/themes/it2015/images/baner-cyber.png);
    padding: 30px;
    display: block;
    min-height: 200px;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    transition: all 200ms ease-in-out;
}
a.cyber-baner:hover {
	color: #fff;
	text-decoration: none;
}


.cyber-baner h4 {
	margin-top: 25px;
   transition: all 200ms ease-in-out;
}

.cyber-baner:hover h4 {
	background: #333333;
    color: #ffffff;
}

@media (max-width: 768px){
	.cyber-baner {
    font-size: 28px;
    padding: 30px 25px;
}
.cyber-baner h2 {
	display: none;
 }
}


@media(min-width:768px){
	.d-md-flex{
		display: flex;
	}
}
@media(max-width:768px){
	.margin-bottom-md-30{
		margin-bottom: 30px;
	}
}
.justify-content-between {
	justify-content: space-between;
}
.align-items-center {
	align-items: center;
}

/** WooCommerce CSS fixes **/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e12c3c !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0 !important;
	transition: all 200ms ease-in-out;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #333333 !important;
    color: #fff;
}

.woocommerce form .form-row input.input-text{
	color: #333333;
    border: 1px solid #ced6dd !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
	display: block;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce form .form-row textarea {
	color: #333333;
    border: 1px solid #ced6dd !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 12px !important;
    font-size: 14px !important;
	display: block;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.woocommerce table.shop_table, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, .select2-container--default .select2-selection--single, .woocommerce .woocommerce-customer-details address {
	border-radius: 0 !important;
}
 .woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row  label.checkbox, .woocommerce-page form .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox {
    display: flex;
    line-height: 0;
    align-items: center;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 20px;
    margin-bottom: 5px;
}


.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    margin: 30px 0 0 0;
}
.woocommerce ul.order_details{
	padding: 0 !important;
}

@media (max-width: 992px){
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
}

input[name="submit_job"].button {
	float: right;
    -webkit-appearance: none;
    background: #e12c3c;
    color: #ffffff;
    border-color: #e12c3c;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 15px;
	transition: all 200ms ease-in-out;
	border-style: solid;
}


input[name="submit_job"].button:hover, 
input[name="submit_job"].button:focus,
input[name="submit_job"].button:active
{
	background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.button.save_draft {
	-webkit-appearance: none;
	background: #f0f2f4;
    color: #646b70;
    border-color: #f0f2f4;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 15px;
	transition: all 200ms ease-in-out;
	border-style: solid;
}

.button.save_draft:hover, .button.save_draft:active, .button.save_draft:focus{
    background: #e12c3c;
    color: #ffffff;
    border-color: #e12c3c;
}

@media(max-width:576px){
	input[name="submit_job"].button{
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.button.save_draft {
		display: block;
		width: 100%;
	}

}