body {
	width: 100%;
	height: 100%;
	color: #000;
	padding: 0;
	margin: 0;
    font-family: 'Open Sans', Serif;
	font-size: 16px;
	background-color: #ffffff;
}

html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

hr {
	margin: 5px 0;
	width: 100%;
	color: #ccc;
	border-top: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: inherit;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background: #0194d9;
}

::selection {
    color: #ffffff;
    text-shadow: none;
    background: #0194d9;
}

.btn-group .dropdown-toggle:active,
.btn-group .dropdown-toggle:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}


a img {
	border: none;
}

a,
a:visited {
	text-decoration: none;
	transition: all 0.3s linear;
	transition: color .2s ease-out, background 0.5s ease-in;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a.active {
	color: #047dc8;
	text-decoration: none;
	transition: all 0.3s linear;
	transition: color .2s ease-out, background 0.5s ease-in;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.cta-btn {
	display: block;
	background: #63bd54;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	width: 220px;
	font-size: 16px;
	margin: 30px auto 0 auto;
	padding: 10px 15px;
	border-radius: 6px;
}

.cta-btn:hover,
.cta-btn:focus {
	color: #ffffff;
	background: #232323;
}

.clear {
	height: 1px;
	line-height: 0;
	font-size: 1px;
	clear: both;
}

.pad0 {
	padding: 0;
}

img {
	border: none;
}

a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}

.req { 
	color: #fb3c3c; 
	font-family: Arial, sans-serif; 
	font-size: 120%; 
	font-weight: 700; 
	margin-left: 8px; 
	vertical-align: top; 
}

.home-top {
	background-image: url(../img/visual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 450px;
	width: 100%;
	padding-top: 60px;
	position: relative;
}

.home-top.subpage {
	background-image: url(../img/visual-sub.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 208px;
	padding-top: 60px;
	position: relative;
}

.navbar-header .logo img {
	width: 190px;
	height: 45px;
}

.navbar.sticky .navbar-brand {
	margin: 13px 0 0 0;
}

.navbar .navbar-brand {
	padding: 10px 15px 0 15px;
	margin: 0;
}

/*.navbar li.lang .dropdown-menu {
    min-width: 45px;
    border-radius: 0;
    line-height: 0;
    margin-left: 5px;
}

    .navbar li.lang .dropdown-menu li {
        padding: 0;
        display: block;
    }

    .navbar li.lang .dropdown-menu > li > a {
        float: left;
        padding: 10px;
    }*/

.logo-print {
	display: none;
}

.home-top-txt {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 57%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
}

.home-top-txt .title {
	font-weight: 700;
	font-size: 60px;
	font-family: 'Barlow';
}

.home-top-txt .subtxt {
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	margin: 20px 0 0 0;
}

.sub-text-sub {
	font-size: 18px;
	margin: 10px 0 0 0;
	display: block;
}

.open-positions {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.open-positions a {
	position: relative;
	color: #fff;
	transition: 0.3s ease all;
	padding-bottom: 40px;
}

.open-positions a:hover {
	opacity: 0.5;
}

.open-positions i {
	font-size: 32px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.open-positions-section {
	padding: 70px 0;
}

a.open-pos {
	display: block;
	transition: all 0.4s ease;
	position: relative;
	height: 200px;
	border-radius: 100px;
}

a.open-pos:hover {
	-webkit-box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.15);	
	transition: all 0.4s ease;	
}

.icon-holder {
	width: 117px;
	height: 117px;
	background-color: #fff;
	border: 2px solid #184067;
	border-radius: 200px;
	text-align: center;
	padding-top: 3px;
	display: block;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.icon-holder-inner {
	width: 107px;
	height: 107px;
	background-color: #fff;
	border: 3px solid #e0e0e0;
	border-radius: 200px;
	margin: 0 auto;
	display: block;	
}

.icon-holder-inner img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.pos-txt {
	display: block;
	width: 50%;
	position: absolute;
	left: 220px;
	top: 50%;
	transform: translateY(-50%);	
}

.title-pos {
	color: #000;
	font-weight: bold;
	font-size: 25px;
	display: block;
	font-family: 'Barlow';	
}

.subtxt-pos {
	color: #424242;
	font-size: 16px;	
	line-height: 26px;
}

.more-pos {
	font-weight: bold;
	font-size: 16px;
	color: #6ba000;
	position: absolute;
	right: -38%;
	top: 50%;
	transform: translateY(-50%);
}

.opis-section {
	background-image: url(../img/grey-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 510px;
	padding: 100px 0;
	text-align: center;	
}

.title-opis {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
	font-family: 'Barlow';
	margin: 0 0 10px 0;
}

.opis-txt.first {
	margin: 0 0 50px 0;
}

.opis-txt.first a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.subtxt-opis {
	font-weight: 400;
	color: #515151;
	line-height: 24px;
}

a.btn-prijava {
	display: block;
	background-color: #63bd54;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	font-size: 16px;
	font-weight: 700;
	padding: 15px;
	border-radius: 6px;
	margin: 30px auto 0 auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


a.btn-prijava:hover {
	color: #ffffff;
	background: #232323;
}

.why-globaldizajn-section {
	padding: 0 0 100px 0;
	position: relative;
}

.why-globaldizajn-section img {
	max-width: 86%;
}

.title-global {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 40px;
	font-family: 'Barlow';
}

.subtxt-global {
	font-size: 16px;
	line-height: 24px;
	color: #3c3b3b;
	padding-right: 130px;
}

.subtxt-global ul li {
	margin: 10px 0;
}

.why-globaldizajn-section.img-left .subtxt-global {
	padding: 0;
}

.global-img {
	position: relative;
	left: -90px;
}

.global-img2 {
	position: relative;
	right: -25px;
}

.presenting-section {
	text-align: center;
	padding: 100px 0;
}

.title-presenting {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 50px;	
	font-family: 'Barlow';	
}

.slider-team .slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 740px;
	position: relative;	
}

.footer {
	padding: 20px 0;
	font-size: 14px;
}

.footer .logo-footer {
	width: 115px;
	position: relative;
	top: 6px;
}

.footer span {
	margin: 0 10px;
}

.footer a {
	color: #fff;
	transition: all 0.4s ease;	
}

.footer a:hover {
	opacity: 0.6;
	transition: all 0.4s ease;
}

.slider-team {
	position: relative;
}

.slider-team .slick-prev.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 47%;
	left: auto;
	right: 350px;
	width: 120px;
	height: 60px;
	margin-top: 0;
	border: 0;
	background-color: transparent;
	color: #fff;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.slider-team .slick-prev.slick-arrow:after {
	content: "\f3d5";
	font-family: "Ionicons";
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 5px;
	margin-left: -32px;
	z-index: 11;
}

.slider-team .slick-prev.slick-arrow:before {
	content: "";
}

.slider-team .slick-next.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 55%;
	right: 350px;
	width: 120px;
	height: 60px;
	margin-top: 0;
	border: 0;
	background-color: transparent;
	color: #fff;
	overflow: hidden;	
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

.slider-team .slick-next.slick-arrow:before {
	content: "";
}

.slider-team .slick-next.slick-arrow:after {
	content: "\f3d6";
	font-family: "Ionicons";
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: 7px;
	z-index: 11;
}

.team-txt {
	color: #fff;
	width: 500px;
	position: absolute;
	left: 350px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.saywhat {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 50px;
}

.team-name {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Barlow';	
}

.team-comment {
	margin-top: 50px;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}

.team-position {
	font-family: 'Barlow';
	font-size: 16px;
}

.benefiti {
	border-left: 1px solid #e5e5e5;
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
}

.benefiti:first-child {
	border-left: 0;
}

.benefiti .benefit-big {
	font-weight: 800;
	font-size: 50px;
	color: #abd053;
}

.benefit-txt {
	font-size: 16px;
	color: #303030;
	font-weight: 700;
	margin-top: 10px;
}

.benefiti.ekipica .benefit-txt {
	margin-top: 16px;
}

.benefiti.ekipica img {
	position:relative;
	margin-top: -9px;
}

.content-job {
	text-align: center;
	font-weight: 800;
	font-size: 60px;
	font-family: 'Barlow';
	margin-bottom: 80px;
}

.job-section {
	padding: 100px 0;
	font-size: 16px;
	line-height: 28px;
}

.job-section h3 {
	font-weight: bold;
	font-size: 26px;
	font-family: 'Barlow';	
	margin-top: 60px;
	margin-bottom: 30px;
}

.job-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
}

.job-section ul li {
	padding-left: 24px;
	position: relative;
}

.job-section ul li:before {
	content: "\f3d1";
	font-family: "Ionicons";
	color: #0a8a00;
	left: 0;
	top: 1px;
	position: absolute;
}

.job-img {
	margin-bottom: 60px;
}

.job-forma {
	margin-top: 60px;
}

.job-forma .holder_login {
	margin-bottom: 25px;
}

.holder_login textarea {
	display: block;
	width: 100%;
	resize: vertical;
	min-height: 200px;
	margin-bottom: 48px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #555;
	padding: 4px 8px;
}

.label_login {
	font-weight: 500;
}

.form-control {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
}

.form-control:focus {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #000;
}

.job-upload {
	margin-bottom: 10px;
	width: 100%;
}

.napomena {
	display: block;
	font-size: 14px;
	color: #999;
}

.submit-forma {
	background-color: #63bd54;
	color: #ffffff;
	border: 0;
	width: 100%;
	padding: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit-forma:hover {
	color: #ffffff;
	background: #232323;
}

a.go-back {
	color: #fff;
	margin-left: 90px;
	font-family: 'Barlow';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 35px;
	position: absolute;
	top: 95px;
	transition: all 0.4s ease;		
}

a.go-back:hover {
	opacity: 0.6;
	transition: all 0.4s ease;		
}

a.go-back i {
	margin-right: 10px;
	font-size: 30px;
	position: absolute;
    width: 18px;
    height: 18px;
	left: 0;
	top: 1px;
    background: url(../img/left-arrow-white.svg) 50% 50% no-repeat;
    background-size: 18px auto;
    display: block;
}

label.error {
	display: block;
	font-weight: 400;
	font-size: 13px;
	color: #e00000;
	margin-bottom: 0;
	margin-top: 10px;
}

input.error {
	border-bottom-color: #e00000;
}

.display-as-table { 
	display: table; 
	width: 100%; 
}

.display-as-table .label_login,
.display-as-table .holder-login-inline {
	display: table-cell;
	vertical-align: top;
}

.display-as-table .label_login {
	width: 200px;
}

.select-wrapper select {
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 0 0 7px 0;
	font-size: 14px;
	color: #555;
}
.cookie-banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: auto;
    min-height: 70px;
    background-color: rgba( 0,0,0, .76);
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    z-index: 9999999;
}

    .cookie-banner p a {
        color: #ffffff;
        text-decoration: underline;
    }

.cb-container {
    display: table;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

    .cb-container.center {
        padding-top: 10px;
    }

.cb-col {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 160px 20px 20px;
    position: relative;
}

    .cb-col > a,
    .cb-col > a:link,
    .cb-col > a:visited,
    .cb-col > a:active {
        color: #fff;
        font-weight: 700;
    }

.cb-btn {
    position: absolute;
    right: 20px;
    top: 12px;
    background-color: #a6ce56;
    border-radius: 0;
}

.job-forma .captcha-img {
    display: block;
    float: right;
    max-width: 145px;
}

.text-left-img-right {
	padding: 0 0 100px 0;
}

.features {
	color: #ffffff;
	padding: 100px 0;
	margin: 0 0 100px 0;
	background: -moz-linear-gradient(90deg, rgba(11,158,126,1) 0%, rgba(35,95,155,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(35,95,155,1)), color-stop(100%, rgba(11,158,126,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(11,158,126,1) 0%, rgba(35,95,155,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(11,158,126,1) 0%, rgba(35,95,155,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(11,158,126,1) 0%, rgba(35,95,155,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(11,158,126,1) 0%, rgba(35,95,155,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235f9b', endColorstr='#0b9e7e',GradientType=0 ); /* ie6-9 */
}

.features-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.features-wrapper {
	padding: 40px;
	box-shadow: 0 0 30px rgba(0,0,0,.15);
	background: rgba(255,255,255,.12);
}

.features-wrapper .title-global {
	margin-bottom: 30px;
	font-size: 30px;
	word-break: break-word;
}

.features-wrapper li {
	margin: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.17);
	padding: 0 0 10px 0;
}

.features-wrapper li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.featured-shops {
	padding: 0 0 100px 0;
}

.featured-shops img {
	border: 1px solid #efefef;
	
}

.featured-shops .shop-wrapper {
	display: inline-block;
	margin: 0 0 30px 0;
	color: #ffffff;
	position: relative;
	box-shadow: 0 1px 20px rgba(0,0,0,.15);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.featured-shops .shop-wrapper:hover,
.featured-shops .shop-wrapper:focus {
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.featured-shops .col-lg-6:last-of-type .shop-wrapper {
	margin: 0;
}

.featured-shops .shop-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	height: 30%;
	background: -moz-linear-gradient(90deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.5)));
	background: -webkit-linear-gradient(90deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
}

.featured-shops .shop-wrapper h3 {
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 2;
	text-shadow: 0 1px 10px rgba(0,0,0,.6);
}

a.postanitekorisnik {
	top: 30px;
	height: auto;
	padding: 22px 10px;
	display: none;
}

a.postanitekorisnik:hover,
a.postanitekorisnik:active,
a.postanitekorisnik:focus {
	text-decoration: none;
	color: #fff;
	background: #464646;
}

.navbar.sticky a.postanitekorisnik {
	padding: 31px 10px;
}

.search .search-field::after {
	top: 50px;
}

.lang {
	top: 34px;
}

.shop-form {
	padding: 0 0 100px 0;
}

.job-forma {
	margin: 0;
}

.contact-info-wrapper {
	padding: 0 0 0 50px;
	line-height: 2;
}

.contact-info-wrapper a {
	color: #000000;
	text-decoration: underline;
}

.contact-info-wrapper a:hover {
	color: #a6ce56;
}

/* certifikati */
.certifikati {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 10px 0;
}

.certifikati .certifikati-wrapper {
	display: block;
	float: none;
	text-align: center;
}

.certifikati .certifikati-wrapper h2 {
	margin-top: 0;
}

.certifikati .certifikati-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.certifikati .certifikati-wrapper ul li {
	display: inline-block;
	padding: 0 5px;
}

.certifikati .certifikati-wrapper ul li.globaladmin img {
	height: 35px;
}

.certifikati .certifikati-wrapper ul li img {
	height: 41px;
}

/* end certifikati */

.social {
	display: block;
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.social li img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.section-desc {
	padding: 0 30px 0 0;
}

.other-contact {
	margin: 20px 0 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}

.other-contact a {
	color: #000000;
	font-weight: 700;
}

.other-contact a:hover {
	color: #6ba000;
}


.side-boxes {
	position: fixed;
	top: auto;
	bottom: 10%;
	right: 0;
	padding: 0;
	z-index: 99;
}

.side-boxes ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side-boxes ul li {
	position: relative;
	right: -148px;
	padding: 0 0 0 7px;
	transition: all 0.5s;
	background-image: linear-gradient(to right, #63bd54, #2cbc7f, #00b8a1, #1ab2b7, #54a9bd);
	border-radius: 12px 0 0 12px;
}

.side-boxes ul li a {
	display: flex;
	align-items: center;
	padding: 15px 15px 15px 5px;
	width: 100%;
	line-height: 18px;
}

.side-boxes ul li span {
	padding-left: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.side-boxes ul li:hover {
	right: 0;
}