/*------------------------------------------------------------------
[Stylesheet]
JAMES Framework - Reset & Typography
-------------------------------------------------------------------*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Poppins","tahoma", sans-serif !important;
 
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  /* background: rgba(0, 0, 0, 0) url("../images/home_backgrounds/pozadina.jpg") no-repeat scroll center bottom / contain */
  }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul {
  list-style-type: none;
  padding:0; }


/* Typography 
   ========================================================================== */

a {
 	 text-decoration: none;  
}

html {
 	font-size: 14px;
  	line-height: 1.72rem;
  	font-weight: normal;
}

h1, h2, h3, h4, h6, .btn, .btn-large, .btn-flat, .menu_bar_navigation, .cbp-spmenu a {
	font-family: "Poppins","tahoma";
} 

/*
@media (max-width: 479px) {html { font-size: 12px; }}
@media (min-width: 480px) and (max-width: 767px) {html { font-size: 12px; }}
@media (min-width: 768px) and (max-width: 991px) {html { font-size: 13px; }}
@media (min-width: 992px) and (max-width: 1199px) {html { font-size: 14px; }}
@media (min-width: 1200px) {html { font-size: 17px; }}
*/


p,
li {
    font-weight: 300;
    font-size: 1.3em;
    letter-spacing: 0.01rem;
    line-height: 1.6em;
    /* margin: 0px 0px 1.72rem 0px; */
}

span.linkGroup, #demo.collapse {
  font-weight: 300;
    font-size: 1.3em;
    letter-spacing: 0.02rem;
    line-height: 1.6em;
}

p a {
	font-weight: 400;
	opacity:1 !important
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit; }

h1 {
    font-size: 3.3rem;
    font-weight: 400;
    letter-spacing: -0.2rem;
    line-height: 2.48rem;
    margin: 1.72rem 0;
    opacity: 1;
}

h2 {
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: 0.01rem;
    line-height: 3.44rem;
    margin: 1.72rem 0 5rem;
    opacity: 1;
	color: #404040;
    text-align: center;
}

h3 {
	opacity: 1;
	font-weight: 300;
	letter-spacing: 0.01rem;
	font-size: 2.12rem;
	line-height: 2.86rem;
	margin: 1.72rem 0px 1.14rem 0px; 
}
  
h4 {
	font-weight: 400;
	font-size: 1.42rem;
	letter-spacing: 0.01rem;
	line-height: 2rem;
	margin: 1.72rem 0px 1.4rem 0px; 
}
  
h5 {
	font-weight: 400;
	color: #404040;
	font-size: 1.05rem;
	line-height: 1.5rem;
	margin: 1.72rem 0px 1.4rem 0px; 
}
  
h6 {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0rem;
    line-height: 1.5rem;
    margin: 0 0 0rem;
    opacity: 1;
    text-transform: uppercase;
}
  
em {
	font-style: italic; 
}

strong {
	font-weight: 600; 
}    

small {
	letter-spacing: 0.02rem;
	font-weight: 500;
	font-size: 0.857rem;
	line-height: 1.72rem;  
}

/* nav a {
	font-size: 0.928rem;
	line-height: 1.72rem;
	letter-spacing: 0.03rem;  	
}   */

/* #home.hero {
	background-image: url(https://www.link.co.rs/sites/default/files/DLS_naslovna.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
} */

/* Scroll down */
section.demo {
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
}
section.demo::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
}

.demo a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	text-indent: -999999px;
	transition: opacity .3s;
}
.demo a:hover {
	opacity: .5;
}



#section10 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#section10 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#lea-logo {
  float: right;
  /* margin-top: 5px; */
}

.hero-naslov {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -60%);
	width: 100%;
}

#freeCourse {
	z-index: 1;
	position: relative;
	margin-top: 50px;
}

@media (max-width: 991px) {
  #lea-logo {
    display: none;
  }
}

#navigacija .desktop {
	display: flex;
	justify-content: center;
	/* height: 40px !important; */
}

@media (max-width: 991px) {
  #navigacija .desktop {
    display: none;
  }
}

#freeCourse h2 {
  text-align: center;
  margin-bottom: 2.2rem;
}

@media (min-width: 992px) {
  #freeCourse h2 span {
    display: block;
  }
}

/* #btnNone::after {
	content: '';
	position: absolute;
	top: -38px;
	height: 1.5rem;
	width: 100%;
	background-image: linear-gradient(rgba(255,255,255,0), #fff 80%);
	left: 0;
} */

#btnNone {
	background: transparent;
	border: 1px solid #5284c4;
	border-radius: 0;
	letter-spacing: 0.03rem;
	font-size: 1rem;
	padding: 5px 15px;
	margin-top: 10px;
	text-transform: inherit;
	height: auto;
	display: block;
	color: #5284c4;
	font-weight: 400;
}

#freeCourse .uvod {
	text-align: left;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 3rem;
}

#demo.collapse {
  text-align: left;
}

a.mondo {
	position: relative;
	color: #5284c4;
	background: -webkit-gradient(linear,left top,left bottom,from(#5284c4),to(#5284c4));
  	background: linear-gradient(180deg,#5284c4 0,#5284c4);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0 0;
	text-decoration: none;
	-webkit-transition: background-size .3s,color .15s;
	transition: background-size .3s,color .15s;
}

a.mondo:hover {
	background-size: 4px 100%;
	color: #fff;
}

.hero-naslov h2 {
	color: #c8c8c8;
	font-size: 2.2em;
}

.hero-naslov h2 .red {
	color: #5284c4;
}

.hero-naslov h1 {
	font-size: 4em;
	font-weight: 600;
}

.hero-naslov h1 span {
	display: block;
}

#wichCourse {
	margin-top: 80px;
	margin-bottom: 80px;
}

/* hero */
#hero {
	position: relative;
	max-height: 1200px;
}

#hero img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#hero .naslov {
	position: absolute;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%,-100%);
	width: 100%;
	padding: 0 15px;
}

#hero .naslov h2 {
	text-align: center;
}

#hero .naslov h2 span {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2.6rem;
}

#hero .naslov h2 span.red {
	color: #fff;
	background: #5284c4;
	padding: 0 30px;
}

#hero .naslov h1 {
	text-align: center;
}

#hero .naslov h1 span {
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 600;
	line-height: 4.8rem;
}

@media (min-width: 992px) {
	#hero h1 span {
		display: block;
	}
}
/* hero */

@media (max-width: 991px) {
	.p-xs-0 {
		padding: 0 !important;
	}
}

/* #wordpress {
	background-image: url(../images/home_backgrounds/WP_slajd2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	margin: 100px 0;
} */


#wordpress .h2.iznad {
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 0.3rem;
}

.row.flex-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.nav-link {
	font-size: 1rem !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

#wordpress {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/home_backgrounds/baro_slajd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0 70px;
	/* margin-bottom: 100px; */
}

#wordpress h3 {
	text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

#wordpress ul.wpl li {
	font-size: 1.2rem;
	list-style: inside;
}

#forma {
	margin-bottom: 100px;
	background: #f0f0f0;
	padding-bottom: 80px;
}

.btn.btn-primary.crveninput {
	background: #5284c4;
	border: 0;
	border-radius: 0.25rem;
	display: block;
	margin: 30px auto 20px;
	padding: 0 40px;
	font-size: 1.1rem;
	font-weight: 500;
	height: 39px;
	border-bottom: 2px solid #2e5588;
}

.btn.btn-primary.crveninput:hover {
	background: #396eb3;
	border-bottom: 2px solid #244877;
	transition: all ease 350ms;
}

#forma label {
	font-family: "Poppins";
	color: #404040;
	letter-spacing: 0.05rem;
	margin-top: 15px;
}

#forma small {
	font-size: .9rem;
}

#sta-jos ul.wpl li {
	font-size: 1.2rem;
	list-style: inside;
}

#sta-jos {
	margin-bottom: 80px;
}

#social .mreze {
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
}

#social .mreze i {
	font-size: 50px;
}

.fab.fa-facebook-square {
	color: #395694;
}

.fab.fa-twitter-square {
	color: #1da1f2;
}

.fab.fa-linkedin {
	color: #0073af;
}

.fas.fa-envelope-square {
	color: #c32b18;
}

#social h3 {
	font-weight: 500;
	text-align: center;
}

#social {
	margin-bottom: 80px;
}

#english {
	margin-bottom: 80px;
}

#itacademy {
	margin-bottom: 80px;
}

@media (min-width: 768px) {
	#hero img.telefon {
		display: none;
	}
}

@media (max-width: 767px) {
	#hero img.racunar {
		display: none;
	}
}

#itacademy img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], textarea {
	background-color: white !important;
}

#english .h2.iznad {
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 0.3rem;
}

.wp-icon {
	max-width: 120px;
	display: block;
	margin: 0 auto 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.nav-link {
		font-size: .8rem !important;
	}
}

@media (max-width: 574px) {
	#freeCourse .uvod {
		text-align: left;
		font-weight: 500;
		font-size: 1.3rem;
		line-height: 2rem;
	}
}

.uspesna-prijava {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 50px 0 15px;
}

.uspesna-prijava span {
	display: block;
}

.uspesna-prijava span:first-child {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #5284c4;
}

select#pozivni {
	max-width: 100%;
	height: 33px;
}

li.nav-item a.nav-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: ".";
	color: transparent;
	background: #5284c4;
	height: 2px;
}

li.nav-item a.nav-link:hover::after {
    width: 100%;
}

li.nav-item a.nav-link {
	position: relative;
}

li.nav-item a.nav-link, li.nav-item a.nav-link::after, li.nav-item a.nav-link::before {
	transition: all 0.5s;
}

li.nav-item a.nav-link {
	padding: .1rem 1rem;
}

#notice {
	display: block;
	margin: 20px 0;
	color: #5284c4;
	font-size: 1.3rem;
}

.form-control {
	height: calc(2em + .75rem + 2px) !important;
}

section#email {
	padding: 50px 0;
}

#footer.fixed-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}

@media (max-width: 991px) {
	.p-xs-0 {
		padding: 0 !important;
	}
}

#form-wrapper .oko-forme {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 80px;
}

#form-wrapper .oko-forme .naslov {
	background-color: #f5f5f5;
	padding: 30px 15px;
}

#form-wrapper .oko-forme .naslov h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
}

#form-wrapper .oko-forme .forma #form .row {
	margin: 20px 0;
}

#form-wrapper .oko-forme .forma #form .row.prvi {
	margin: 0 0 20px;
}

#form-wrapper .oko-forme .forma #form .row.poslednji {
	margin: 0;
}

#form-wrapper .oko-forme .forma #form label {
	color: #404040;
	margin: 0 0 2px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

#form-wrapper .oko-forme .forma #form .form-control {
	height: calc(1.8em + .75rem + 2px);
	border: 1px solid #c6c6c6;
}

#form-wrapper .oko-forme .forma #form .form-control:focus {
	box-shadow: 0 0 5px .1rem rgba(0, 0, 0, 0.2);
}

#form-wrapper .oko-forme .forma {
	padding: 40px 160px;
}

@media (max-width: 1199px) {
	#form-wrapper .oko-forme .forma {
		padding: 40px 120px;
	}
}

@media (max-width: 991px) {
	#form-wrapper .oko-forme .forma {
		padding: 40px 80px;
	}
}

@media (max-width: 575px) {
	#form-wrapper .oko-forme .forma {
		padding: 40px 15px;
	}
}

@media (min-width: 513px) {
	#form-wrapper .naslov h2 span {
		display: block;
	}
}

.form-wrapper {
	display: none;
}

#buttons {
	margin: 70px 0;
}

#buttons .ask {
	display: block;
	font-size: 2.2rem;
	text-align: center;
	line-height: 2.6rem;
	margin-bottom: 50px;
	font-weight: 600;
}

#buttons .flex-btn {
	display: flex;
	justify-content: space-around;
}

#buttons .button {
	background-color: transparent;
	color: #404040;
	text-transform: uppercase;
	padding: 10px 100px;
	font-size: 2rem;
	line-height: 2rem;
	border-radius: .25rem;
	letter-spacing: .1rem;
	border: 2px solid #404040;
	font-weight: 600;
}

#buttons .button.active {
	color: #fff;
	border: 2px solid #5284c4;
	background-color: #5284c4;
	border-bottom-color: #2e4f79;
}

#buttons .button:hover {
	color: #5284c4;
	border: 2px solid #5284c4;
}

#buttons .button.active:hover {
	color: #fff;
	border: 2px solid #5284c4;
	border-bottom-color: #2e4f79;
}

.empty-space {
	height: 170px;
}

@media (max-width: 991px) {
	#buttons .button {
		padding: 10px 80px;
	}

	#buttons .flex-btn {
		justify-content: space-between;
	}
}

@media (max-width: 469px) {
	#buttons .button {
		padding: 10px 60px;
	}
}

@media (max-width: 375px) {
	#buttons .button {
		padding: 10px 46px;
	}
}

.form-wrapper .oko-forme {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 0;
	margin-bottom: 80px;
}

.form-wrapper .oko-forme .naslov {
	background-color: #f5f5f5;
	padding: 30px 15px;
}

.form-wrapper .oko-forme .naslov h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
}

.form-wrapper .oko-forme .forma form .row {
	margin: 20px 0;
}

.form-wrapper .oko-forme .forma form .row.prvi {
	margin: 0 0 20px;
}

.form-wrapper .oko-forme .forma form .row.poslednji {
	margin: 0;
}

.form-wrapper .oko-forme .forma form label {
	color: #404040;
	margin: 0 0 2px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.form-wrapper .oko-forme .forma form .form-control {
	height: calc(1.8em + .75rem + 2px);
	border: 1px solid #c6c6c6;
}

.form-wrapper .oko-forme .forma form .form-control:focus {
	box-shadow: 0 0 5px .1rem rgba(0, 0, 0, 0.2);
}

.form-wrapper .oko-forme .forma {
	padding: 40px 160px;
}

@media (max-width: 1199px) {
	.form-wrapper .oko-forme .forma {
		padding: 40px 120px;
	}
}

@media (max-width: 991px) {
	.form-wrapper .oko-forme .forma {
		padding: 40px 80px;
	}
}

@media (max-width: 575px) {
	.form-wrapper .oko-forme .forma {
		padding: 40px 15px;
	}
}

.businessAcademy {
	margin-top: 60px;
}

.businessAcademy .row.programi {
	margin-top: 50px;
}

.businessAcademy .program {
	display: flex;
	flex-direction: column;
	background-color: #f5f5f5;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 37px;
	background-blend-mode: color-dodge;
	min-height: 360px;
	position: relative;
	margin-bottom: 30px;
}

.businessAcademy .program.cambridge {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/cambridge.png);
}

.businessAcademy .program.preduzetnistvo {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/preduzetnistvo.png);
}

.businessAcademy .program.administracija {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/administracija.png);
}

.businessAcademy .program.menadzment {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/strategijski.png);
}

.businessAcademy .program.marketing {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/marketing.png);
}

.businessAcademy .program.finansije {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/finansijski.png);
}

.businessAcademy .naziv {
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: left;
	background-position-y: center;
	padding: 0 15px 0 74px;
	height: 74px;
	display: table-cell;
	vertical-align: middle;
	background-color: #e3e3e3;
	display: flex;
	align-items: center;
}

.businessAcademy .cambridge .naziv {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/cambridge.png);
}

.businessAcademy .preduzetnistvo .naziv {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/preduzetnistvo.png);
}

.businessAcademy .administracija .naziv {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/administracija.png);
}

.businessAcademy .menadzment .naziv {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/strategijski.png);
}

.businessAcademy .marketing .naziv {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/marketing.png);
}

.businessAcademy .finansije .naziv {
	background-image: url(https://www.business-academy.ro/engleski/images/cursuri-online-gratuite/smerovi/finansijski.png);
}

.businessAcademy .naziv span {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.businessAcademy .opis {
	padding: 15px;
}

.businessAcademy .link {
	padding: 0 15px 20px;
	position: absolute;
	bottom: 0;
}

.businessAcademy .link .mondo {
	display: block;
	margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.businessAcademy .program {
		min-height: 380px;
	}

	.navbar img {
		max-width: 190px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.businessAcademy .program {
		min-height: 340px;
	}
}

@media (max-width: 767px) {
	.businessAcademy .program {
		min-height: auto;
	}

	.businessAcademy .link {
		position: relative;
	}
}