@font-face {
	font-family: monserat_regular;
	src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
	font-family: monserat_black;
	src: url(../fonts/Montserrat/Montserrat-Black.ttf);
}
@font-face {
	font-family: raleway_regular;
	src: url(../fonts/Raleway/Raleway-Regular.ttf);
}
@font-face {
	font-family: raleway_semi;
	src: url(../fonts/Raleway/Raleway-SemiBold.ttf);
}
@font-face {
	font-family: titillium_regular;
	src: url(../fonts/Titillium_Web/TitilliumWeb-Regular.ttf);
}
@font-face {
	font-family: titillium_semi;
	src: url(../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf);
}
@font-face {
	font-family: titillium_bold;
	src: url(../fonts/Titillium_Web/TitilliumWeb-Bold.ttf);
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul, li {
	list-style: none;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: inherit;
	z-index: 100;
}
#top_info {
	/*background: rgb(28, 33, 40);*/
	background: rgb(15,15,70);	
	color: rgb(255, 255, 255);
	font-family: monserat_regular, sans-serif;
	font-size: 13px;
	width: 100%;
	position: relative;
}
.top_info_show {
	height: 60px;
	padding: 10px 0;
	transition: height 200ms, padding 200ms;
}
.top_info_hide {
	height: 0;
	padding: 0;
	transition: height 200ms, padding 200ms;
}
#top_info_drzac_info {
	width: 100%;
	max-width: 1349px;
	padding: 0 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#top_info div {
	display: inline-block;
}
#top_tel {
	padding-right: 15px;
	padding-left: 17px;
	background-image: url(../img/icon_phone.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#top_mail {
	padding-right: 13px;
	padding-left: 20px;
	background-image: url(../img/envelope.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#top_web {
	padding-left: 20px;
	background-image: url(../img/web.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navigacija {
	background: rgb(255, 255, 255);
	display: table;
	width: 100%;
	position: relative;
}
.navigacija_noshadow {
	border-bottom: none;
}
.navigacija_shadow {
	border-bottom: 1px solid rgb(240, 240, 240);
}
#drzac_navigacije {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1349px;
	padding: 0 140px;
	margin: 0 auto;
}
#logo_img {
	width: 200px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#list_menu_icon {
	display: none;
}
nav {
	display: table-cell;
	text-align: right;
}
nav::after {
	content: "";
	display: table;
	clear: both;
}
nav #main_ul {
	float: right;
}
nav #main_ul::after {
	content: "";
	display: table;
	clear: both;
}
nav #main_ul li {
	float: left;
	display: block;
}
#main_ul a {
	color: rgb(1, 1, 1);
	font-family: raleway_semi, sans-serif;
	text-decoration: none;
	padding: 30px 20px 20px;
	font-size: 13px;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 5px solid rgb(255, 255, 255);
}
#main_ul a:hover {
	border-bottom: 5px solid rgb(0, 181, 239);
}
.submenu {
	display: none;
}
#menu_proizvodi {
	position: relative;
}
#menu_proizvodi:hover .submenu {
	display: block;
	position: absolute;
	left: 0;
	top: 68px;
	box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.3);
}
.submenu li {
	background: rgb(255, 255, 255);
	display: block;
	float: none;
}
.submenu a {
	padding: 10px 20px 10px;
	display: block !important;
	width: 200px;
	text-align: left;
	border-bottom: 1px solid rgb(180, 180, 180) !important;
}
.submenu a:hover {
	background: rgb(245, 245, 245);
}


#fill1 {
	width: 100%;
	height: 60px;
}
#fill2 {
	width: 100%;
	height: 68px;
}


/* ############################################# PROMO ################################################*/

#promo {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
#promo_after {
	height: 5px;
	background: rgb(50, 50, 50);
}
#promo_img {
	position: absolute;
	left: 0;
	top: -150px;
	width: 71%;
}
#promo_gradient {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 300px;
	background: linear-gradient(to right, rgba(240, 240, 240, 0), rgba(240, 240, 240, 0) 38%, rgba(240, 240, 240, 0.7) 47%, rgba(248, 248, 248, 1) 71%);
}
#logout {
	position: absolute;
	left: 140px;
	bottom: 50px;
	padding: 15px;
	z-index: 2;
	background: rgb(245, 245, 245);
	text-decoration: none;
	color: rgb(30, 30, 30);
	font-family: raleway_regular, sans-serif;
	letter-spacing: 1px;
	box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.5);
	border-radius: 2px;
}
#logout:hover {
	background: rgb(250, 250, 250);
	box-shadow: 0 0 6px 0 rgba(50, 50, 50, 0.8);
}
.promo_aplikacije {
	text-align: right;
	position: absolute;
	z-index: 2;
	right: 140px;
	bottom: 130px;
	opacity: 1;
	transition: opacity 2000ms;
}
.promo_aplikacija_naslov {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
.promo_aplikacija_naslov h2 {
	font-family: titillium_regular, sans-serif;
	font-size: 30px;
	color: rgb(110, 110, 110);
	line-height: 1em;
	letter-spacing: 2px;
}
.promo_aplikacija_naslov h3 {
	font-family: titillium_bold, sans-serif;
	font-size: 20px;
	color: rgb(45, 45, 45);
	line-height: 1em;
	letter-spacing: 1px;
	padding-top: 7px;
}
.promo_aplikacija_img {
	width: 50px;
	margin-right: 20px;
	margin-bottom: 25px;
}
.promo_aplikacija_text {
	width: 550px;
	position: absolute;
	right: 0;
}
.promo_aplikacija_text p {
	font-family: titillium_regular, sans-serif;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.3em;
}
.semi_naslov {
	font-family: titillium_semi !important, sans-serif;
	padding-bottom: 3px;
}
.promo_aplikacija_text span {
	font-family: titillium_semi, sans-serif;
}
.hide_promo {
	opacity: 0;
	transition: opacity 2000ms;
}

#logo_img_promo {
	visibility: hidden;
	display: none;
}



/* ################################################ DOBRODOSLI ##########################################*/


#dobrodosli h1, h2 {
	font-family: titillium_bold, sans-serif;
}
#dobrodosli h1 {
	max-width: 1349px;
	padding: 60px 0 45px 0;
	margin: 0 140px 0;
	font-family: raleway_regular, sans-serif;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	color: rgb(100, 100, 100);
}
#dobrodosli h1 span {
	font-family: raleway_semi, sans-serif;
	letter-spacing: 0;
}
#uvod_text {
	max-width: 1349px;
	padding: 0 140px 60px 140px;
}
#uvod_text::after {
	content: "";
	display: table;
	clear: both;
}
#text_segment_1, #text_segment_2 {
	float: left;
	width: 44%;
	padding-top: 40px;
	border-top: 1px solid rgb(210, 210, 210);
}
#text_segment_1 {
	margin-right: 12%;
}
#uvod_text h3 {
	font-size: 18px;
	font-family: raleway_regular, sans-serif;
	line-height: 1em;
	padding: 0 0 14px !important;
	color: rgb(100, 100, 100);
}
#uvod p {
	font-size: 16px;
	font-family: raleway_regular, sans-serif;
	line-height: 1.5em;
	color: rgb(100, 100, 100);
}


#dobrodosli_kategorije {
	width: 100%;
	padding-bottom: 40px;
	background: rgb(243, 243, 243);
}
#kategorije_sadrzaj {
	max-width: 1349px;
	padding: 0 140px;
	margin: 0 auto;
}
#dobrodosli_kategorije h2 {
	font-family: raleway_regular, sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 35px 0 30px;
	color: rgb(60, 60, 60);
}
#dobrodosli_kategorije #naslov_kategorija h3 {
	font-family: raleway_regular, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px 0;
	color: rgb(60, 60, 60);
}
#contain_kategorije {
	text-align: center
}
#contain_kategorije > div:first-child {
	display: inline-block;
}
#contain_kategorije > div:first-child::after {
	content: "";
	display: table;
	clear: both;
}
#dobrodosli_kategorije a {
	height: 240px;
	width: 35%;
	text-decoration: none;
	text-align: center;
	margin: 20px 0;
	margin-right: 5%;
	display: inline-block;
	padding: 30px 20px 20px;
	background: rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
}
#dobrodosli_kategorije a:last-of-type {
	margin-right: 0;
}
#dobrodosli_kategorije a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.img_filler {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: background 300ms;
}
.kategorije_a_text {
	position: relative;
	z-index: 1;
	color: rgb(250, 250, 250);
	transition: color 300ms;
}
#dobrodosli_kategorije a h3 {
	font-family: titillium_semi, sans-serif;
	padding: 10px 0 15px 0;
}
#dobrodosli_kategorije a p {
	font-family: titillium_regular, sans-serif;
	padding: 0;
}
#dobrodosli_kategorije a:hover .img_filler {
	background: rgba(255, 255, 255, 0.85);
}
#dobrodosli_kategorije a:hover .kategorije_a_text {
	color: rgb(30, 30, 30);
}
#dobrodosli_kategorije::after {
	content: "";
	display: table;
	clear: both;
}




#imate_pitanja {
	padding: 0 140px;
	background-image: url(../img/tel.jpg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right top;
}
#imate_pitanja h3 {
	font-family: raleway_semi, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding: 65px 0 55px;
	color: rgb(70, 70, 70);
	width: 40%;
}
#imate_pitanja p {
	font-family: raleway_regular, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	color: rgb(40, 40, 40);
	width: 40%;
}
#pitanje_drugi_span {
	font-family: raleway_semi, sans-serif;
	color: rgb(40, 40, 40);
}
#imate_pitanja p:last-of-type {
	font-family: monserat_black;
	font-size: 42px;
	padding: 55px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	color: rgb(255, 196, 0);
}




#sekcija_vesti {
	background-image: url(../img/vesti2.jpeg);
	background-repeat: repeat-y;
	background-position: left -150px;
	background-size: 100%;
}
#vesti_overlay {
	width: 100% !important;
	border: none !important;
	padding: 70px 140px !important;
	background: rgba(255, 255, 255, 0.95);
}
#sekcija_vesti:after {
	content: "";
	display: table;
	clear: both;
}
#sekcija_vesti h3, h4 {
	font-family: raleway_regular, sans-serif;
	font-weight: normal;
	font-size: 30px;
	padding-bottom: 50px;
	color: rgb(60, 60, 60);
}
#sekcija_vesti h4 {
	font-family: raleway_semi, sans-serif;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 7px;
	color: rgb(80, 80, 80);
}
#sekcija_vesti span {
	font-family: raleway_semi, sans-serif;
}
#sekcija_vesti div {
	float: left;
	width: 45%;
	padding: 40px 0;
	border-top: 1px solid rgb(170, 170, 170);
	border-bottom: 1px solid rgb(170, 170, 170);
}
#sekcija_vesti div:first-of-type {
	margin-right: 10%;
}
#sekcija_vesti p {
	font-family: raleway_regular, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: rgb(40, 40, 40);
}



#mapa_div {
	width: 100%;
	height: 500px;
	padding: 30px 140px 12px;
}
#mapa_div h3 {
	font-family: raleway_regular, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px 0 15px;
	color: rgb(60, 60, 60);
}
#mapa_div h3 span {
	font-family: raleway_semi, sans-serif;
}
#map {
	height: 100%;
	box-shadow: 0 0 13px 0 rgba(50, 50, 50, 0.15);
}



/* ################################################ KRACI PREGLEDI ################################################*/


#kraci_pregledi {
	width: 100%;
	padding-bottom: 90px;
	background: rgb(238, 249, 253);
}
#kraci_pregledi h1 {
	max-width: 1349px;
	padding: 60px 0 40px 0;
	margin: 0 140px 0;
	font-family: raleway_regular, sans-serif;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 2px;
	color: rgb(50, 50, 50);
	text-shadow: 2px 2px 3px rgb(255, 255, 255);
}
#kp_kraci {
	max-width: 1349px;
	padding: 20px 140px 50px;
}
#kp_kraci:after {
	content: "";
	display: table;
	clear: both;
}
#float_levi {
	float: left;
	width: 67%;
	background: rgb(255, 255, 255);
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
	padding: 40px 50px 40px 25px;
	position: relative;
}
#float_levi a:first-of-type {
	text-decoration: none;
}
#float_levi a:first-of-type:hover h2 {
	color: rgb(245, 185, 0);
}
#float_levi h2 {
	font-family: raleway_semi;
	font-size: 24px;
	color: rgb(70, 70, 70);
	text-decoration: underline;
	padding-bottom: 3px;
}
#kp_kraci p {
	font-family: raleway_regular;
	font-size: 16px;
	line-height: 1.4em;
	color: rgb(70, 70, 70);
}
#float_levi p {
	padding: 4px 0;
}
#float_levi span {
	font-family: raleway_semi, sans-serif;
}
#float_levi p:nth-of-type(1) {
	padding-bottom: 40px;
}
#float_levi p:nth-of-type(6), #float_levi p:nth-of-type(7) {
	font-family: raleway_semi;
	padding: 0;
}
#float_levi p:nth-of-type(6) {
	padding-top: 40px;
}
.trial_a {
	text-decoration: none;
}
.trial {
	font-family: titillium_semi !important;
	font-size: 20px !important;
	letter-spacing: 1px !important;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8) !important;*/
	color: rgb(185, 145, 20) !important;
	padding: 7px 0 !important;
}
.trial_a:hover {
	text-decoration: underline;
	color: rgb(245, 185, 0);
}
#kraci_kp_slika {
	display: block;
	width: 300px;
	float: right;
}
#kraci_kp_slika img {
	width: 100%;
}

#obrazovanje {
	font-family: raleway_semi !important;
	margin-top: 30px;
}
#ekonomska {
	font-family: titillium_semi !important;
	font-size: 20px !important;
	letter-spacing: 1px !important;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8) !important;*/
	color: rgb(80, 165, 210) !important;
	padding: 7px 0 !important;
}
.link_za_detalje {
	display: inline-block;
	font-family: raleway_semi;
	color: rgb(6, 69, 173);
	margin-top: 70px;
}
.link_za_detalje:hover {
	color: rgb(80, 140, 245);
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 0.4);
}
.link_za_detalje:hover span {
	padding-left: 15px;
}
.trougao {
	border-left: 12px solid rgb(255, 255, 255);
	border-top: 11px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 11px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -24px;
}





#b2b_kraci {
	padding: 50px 140px 50px;
}
#b2b_kraci:after {
	content: "";
	display: table;
	clear: both;
}
#kraci_b2b_naslov {
	float: left;
}
#b2b_kraci a:first-of-type:hover h2 {
	color: rgb(245, 185, 0);
}
#b2b_kraci h2 {
	font-family: raleway_semi;
	font-size: 24px;
	color: rgb(100, 100, 100);
	text-decoration: underline;
	padding-bottom: 3px;
}
#link_za_test {
	display: inline-block;
	font-family: monserat_black;
}
#link_za_test:hover {
	color: rgb(255, 150, 0);
}
#b2b_kraci p {
	font-family: raleway_regular;
	font-size: 16px;
	line-height: 1.4em;
	color: rgb(100, 100, 100);
	padding: 4px 0;
}
#float_levi_b2b {
	float: left;
	width: 67%;
	background: rgb(255, 255, 255);
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
	padding: 40px 50px 40px 25px;
	position: relative;
}
#float_levi_b2b > p:nth-of-type(1){
	margin-bottom: 40px;
}
#float_levi_b2b > p:nth-of-type(2){
	margin-bottom: 40px;
}
#float_levi_b2b > p:nth-of-type(2) span {
	font-family: raleway_semi, sans-serif;
}
#float_levi_b2b > p:nth-of-type(3){
	font-family: raleway_semi, sans-serif;
}
#kraci_b2b_slika {
	display: block;
	width: 300px;
	float: right;
}
#kraci_b2b_slika img {
	width: 100%;
}
#b2b_teze {
	padding-top: 40px;
}
#b2b_teze span {
	font-family: raleway_semi, sans-serif;
}
#b2b_teze + p {
	font-family: monserat_black, sans-serif;
	font-size: 18px;
	padding-top: 40px;
}
#b2b_teze + p span {
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	color: rgb(245, 185, 0);
}
.link_za_detalje {
	display: inline-block;
	font-family: raleway_semi;
	color: rgb(6, 69, 173);
	margin-top: 70px;
}
.link_za_detalje:hover {
	color: rgb(80, 140, 245);
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 0.4);
}
.link_za_detalje:hover span {
	padding-left: 15px;
}







#biblioteka_kraci {
	padding: 50px 140px 50px;
}
#biblioteka_kraci:after {
	content: "";
	display: table;
	clear: both;
}
#biblioteka_kraci a:first-of-type:hover h2 {
	color: rgb(245, 185, 0);
}
#biblioteka_kraci h2 {
	font-family: raleway_semi;
	font-size: 24px;
	color: rgb(100, 100, 100);
	text-decoration: underline;
	padding-bottom: 40px;
}
#biblioteka_kraci p {
	font-family: raleway_regular;
	font-size: 16px;
	line-height: 1.4em;
	color: rgb(100, 100, 100);
	padding: 4px 0;
}
#biblioteka_kraci .lista {
	padding: 20px 0 30px;
}
#biblioteka_kraci .lista span {
	font-family: raleway_semi;
}
#biblioteka_kraci .pogodnost > p:first-of-type, #biblioteka_kraci .pogodnost > p:last-of-type {
	font-family: raleway_semi;
}
#float_levi_biblioteka > p:nth-of-type(1) {
	font-family: raleway_semi, sans-serif;
	padding-bottom: 20px;
}
#float_levi_biblioteka {
	float: left;
	width: 67%;
	background: rgb(255, 255, 255);
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
	padding: 40px 50px 40px 25px;
	position: relative;
}
#kraci_biblioteka_slika {
	display: block;
	width: 300px;
	float: right;
}
#kraci_biblioteka_slika img {
	width: 100%;
}










#bilet_kraci {
	padding: 50px 140px 50px;
}
#bilet_kraci:after {
	content: "";
	display: table;
	clear: both;
}
#bilet_kraci a:first-of-type:hover h2 {
	color: rgb(245, 185, 0);
}
#bilet_kraci h2 {
	font-family: raleway_semi;
	font-size: 24px;
	color: rgb(100, 100, 100);
	text-decoration: underline;
	padding-bottom: 40px;
}
#bilet_kraci p {
	font-family: raleway_regular;
	font-size: 16px;
	line-height: 1.4em;
	color: rgb(100, 100, 100);
	padding: 4px 0;
}
#bilet_kraci .lista {
	padding: 20px 0 30px;
}
#bilet_kraci .lista span {
	font-family: raleway_semi;
}
#bilet_kraci .pogodnost > p:first-of-type, #bilet_kraci .pogodnost > p:last-of-type {
	font-family: raleway_semi;
}
#float_levi_bilet > p:nth-of-type(1) {
	font-family: raleway_semi, sans-serif;
	padding-bottom: 20px;
}
#float_levi_bilet {
	float: left;
	width: 67%;
	background: rgb(255, 255, 255);
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
	padding: 40px 50px 40px 25px;
	position: relative;
}
#kraci_bilet_slika {
	display: block;
	width: 300px;
	float: right;
}
#kraci_bilet_slika img {
	width: 100%;
}






#reference {
	padding: 0 52.3px;
}
#reference::after {
	content: "";
	display: table;
	clear: both;
}
#reference h3 {
	font-family: raleway_regular, sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	color: rgb(80, 80, 80);
	padding: 70px 0 60px 87.7px;
}
#reference a {
	display: table-cell;
	width: 12%;
	margin: 0 6.5% 50px;
	float: left;
	position: relative;
}
#reference a::before {
	content: "";
	display: block;
	padding-top: 103.56%;
}
#reference img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}








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

#promo_img {
	top: 0;
}



#imate_pitanja {
	padding: 0 140px;
	background-image: url(../img/tel.jpg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right 20%;
}
#imate_pitanja h3 {
	font-size: 20px;
	padding: 35px 0 25px;
	width: 40%;
}
#imate_pitanja p {
	font-size: 17px;
	line-height: 1.3em;
	width: 40%;
}
#imate_pitanja p:last-of-type {
	font-size: 36px;
	padding: 30px 0;
}
	
	
	
#float_levi {
	width: 64%;
	padding: 40px 40px 40px 25px;
}	
#kraci_kp_slika {
	width: 270px;
}



#float_levi_b2b {
	width: 64%;
	padding: 40px 40px 40px 25px;
}
#kraci_b2b_slika {
	width: 270px;
}



#float_levi_biblioteka {
	width: 64%;
	padding: 40px 40px 40px 25px;
}
#kraci_biblioteka_slika {
	width: 270px;
}



#float_levi_bilet {
	width: 64%;
	padding: 40px 40px 40px 25px;
}
#kraci_bilet_slika {
	width: 270px;
}
	
}












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


#top_info_drzac_info {
	padding: 0 40px;
}
#drzac_navigacije {
	padding: 0 40px;
}
#main_ul a {
	padding: 20px 16px 15px;
}
#logo_img {
	width: 170px;
}
.top_info_show {
	height: 40px;
	padding: 0;
	transition: height 200ms, padding 200ms;
}
#menu_proizvodi:hover .submenu {
	display: block;
	position: absolute;
	left: 0;
	top: 53px;
	box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.3);
}
#fill1 {
	height: 40px;
}
#fill2 {
	width: 100%;
	height: 53px;
}




.promo_aplikacije {
	right: 40px;
	bottom: 150px;
}
.promo_aplikacija_naslov {
	padding-top: 10px;
}
.promo_aplikacija_naslov h2 {
	font-size: 28px;
	letter-spacing: 2px;
}
.promo_aplikacija_naslov h3 {
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 7px;
}
.promo_aplikacija_img {
	width: 40px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.promo_aplikacija_text {
	width: 500px;
}
.promo_aplikacija_text p {
	font-size: 14px;
	line-height: 1.2em;
}

/* ################################################ DOBRODOSLI ##########################################*/



#dobrodosli h1 {
	padding: 35px 0 35px 0;
	margin: 0 40px 0;
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: 1px;
}


#uvod_text {
	padding: 0 40px 40px 40px;
}
#text_segment_1, #text_segment_2 {
	float: left;
	width: 44%;
	padding-top: 25px;
}
#text_segment_1 {
	margin-right: 12%;
}
#uvod_text h3 {
	font-size: 17px;
	padding: 0 0 12px !important;
}
#uvod p {
	font-size: 15px;
	line-height: 1.4em;
}



#dobrodosli_kategorije {
	padding-bottom: 30px;
}
#kategorije_sadrzaj {
	padding: 0 40px;
}
#dobrodosli_kategorije h2 {
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding: 30px 0 10px;
}
#dobrodosli_kategorije #naslov_kategorija h3 {
	font-size: 17px;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding: 10px 0 0;
}
#dobrodosli_kategorije a {
	padding: 20px 20px 20px;
}
#dobrodosli_kategorije a h3 {
	padding: 10px 0 15px 0;
}



#imate_pitanja {
	padding: 0 40px;
	background-image: url(../img/tel.jpg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: right 20%;
}
#imate_pitanja h3 {
	font-size: 20px;
	padding: 30px 0 25px;
	width: 42%;
}
#imate_pitanja p {
	font-size: 16px;
	line-height: 1.2em;
	width: 42%;
}
#imate_pitanja p:last-of-type {
	font-size: 28px;
	padding: 25px 0;
}



#sekcija_vesti {
	background-position: left top;
}
#vesti_overlay {
	padding: 30px 30px !important;
}
#sekcija_vesti h3, h4 {
	font-size: 26px;
	padding-bottom: 30px;
}
#sekcija_vesti h4 {
	font-size: 20px;
	padding-bottom: 7px;
}
#sekcija_vesti div {
	float: left;
	width: 46%;
	padding: 20px 0;
}
#sekcija_vesti div:first-of-type {
	margin-right: 8%;
}
#sekcija_vesti p {
	font-family: raleway_regular, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: rgb(40, 40, 40);
}








#kraci_pregledi {
	width: 100%;
	padding-bottom: 50px;
	background: rgb(238, 249, 253);
}
#kraci_pregledi h1 {
	padding: 40px 0 30px 0;
	margin: 0 40px 0;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 2px;
}
#kp_kraci {
	padding: 10px 40px 40px;
}
#kp_kraci:after {
	content: "";
	display: table;
	clear: both;
}
#float_levi {
	width: 65%;
	padding: 40px 40px 40px 25px;
}
#kraci_kp_slika {
	width: 30%;
}
.link_za_detalje {
	margin-top: 30px;
}



#b2b_kraci {
	padding: 50px 40px 50px;
}
#b2b_kraci h2 {
	font-family: raleway_semi;
	font-size: 24px;
	color: rgb(100, 100, 100);
	text-decoration: underline;
	padding-bottom: 3px;
}
#link_za_test {
	display: inline-block;
	font-family: monserat_black;
}
#link_za_test:hover {
	color: rgb(255, 150, 0);
}
#float_levi_b2b {
	width: 65%;
	padding: 40px 40px 40px 25px;
}
#kraci_b2b_slika {
	width: 30%;
}



#biblioteka_kraci {
	padding: 50px 40px 50px;
}
#float_levi_biblioteka {
	width: 65%;
	padding: 40px 40px 40px 25px;
}
#kraci_biblioteka_slika {
	width: 30%;
}



#bilet_kraci {
	padding: 50px 40px 50px;
}
#float_levi_bilet {
	width: 65%;
	padding: 40px 40px 40px 25px;
}
#kraci_bilet_slika {
	width: 30%;
}





#mapa_div {
	width: 100%;
	height: 500px;
	padding: 30px 40px 12px;
}



#reference {
	padding: 0;
}
}






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


#top_info {
	font-size: 11px;
}
.top_info_show {
	height: 35px;
	padding: 0;
}
#top_info_drzac_info {
	padding: 0 20px;
}
#top_tel {
	padding-right: 5px;
	padding-left: 14px;
	background-size: 10px;
}
#top_mail {
	padding-right: 5px;
	padding-left: 17px;
	background-size: 13px;
}
#top_web {
	padding-left: 15px;
	background-size: 13px;
}




#drzac_navigacije {
	padding: 0 6px;
}
nav #main_ul {
	float: left;
}
#main_ul a {
	padding: 15px 14px 10px;
	font-size: 12px;
	border-bottom: 4px solid rgb(255, 255, 255);
}
#main_ul a:hover {
	border-bottom: 4px solid rgb(0, 181, 239);
}
#logo_img {
	width: 0;
	visibility: hidden;
	display: none;
}
#menu_proizvodi:hover .submenu {
	display: block;
	position: absolute;
	left: 0;
	top: 41px;
	box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.3);
}
#fill1 {
	height: 35px;
}
#fill2 {
	width: 100%;
	height: 41px;
}





#promo {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
#promo_gradient {
	height: 200px;
}
#promo_img {
	top: -20px;
	width: 71%;
}
.promo_aplikacije {
	right: 0;
	bottom: 0;
	visibility: hidden;
	display: none;
}

#logo_img_promo {
	visibility: visible;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 2;
	width: 150px;
}









#dobrodosli h1 {
	max-width: 1349px;
	padding: 25px 0;
	margin: 0 20px 0;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
#uvod_text {
	padding: 0 20px 30px 20px;
}
#text_segment_1, #text_segment_2 {
	float: none;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid rgb(210, 210, 210);
}
#text_segment_1 {
	margin-right: 0;
	padding-bottom: 30px;
}
#uvod_text h3 {
	font-size: 16px;
	padding: 0 0 14px !important;
}
#uvod p {
	font-size: 14px;
	line-height: 1.4em;
}



#dobrodosli_kategorije {
	padding-bottom: 20px;
}
#kategorije_sadrzaj {
	padding: 0 20px;
}
#dobrodosli_kategorije h2 {
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding: 25px 0 10px;
}
#dobrodosli_kategorije #naslov_kategorija h3 {
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding: 10px 0 30px;
}
#dobrodosli_kategorije a {
	padding: 20px 20px 20px;
	float: none;
	margin: 0;
	width: 100%;
	height: 180px;
	margin-bottom: 40px;
}
#dobrodosli_kategorije a img {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: auto;
}




#imate_pitanja {
	padding: 0;
	background-size: 100%;
	background-position: left top;
	position: relative;
}
#fill_pitanja {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
}
#sadrzaj_pitanja {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
#imate_pitanja h3 {
	width: 100%;
}
#imate_pitanja p {
	width: 100%;
}






#sekcija_vesti {
	background-position: left top;
}
#vesti_overlay {
	padding: 25px 20px !important;
}
#sekcija_vesti h3, h4 {
	font-size: 22px;
	padding-bottom: 20px;
}
#sekcija_vesti h4 {
	font-size: 18px;
	padding-bottom: 10px;
}
#sekcija_vesti div {
	float: none;
	width: 100%;
	padding: 20px 0;
}
#sekcija_vesti div:first-of-type {
	margin-right: 0;
	border-bottom: none;
}
#sekcija_vesti p {
	font-size: 15px;
	line-height: 1.4em;
}









#kraci_pregledi {
	padding-bottom: 40px;
}
#kraci_pregledi h1 {
	padding: 30px 0 10px 0;
	margin: 0 20px 0;
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: 2px;
}


#kp_kraci {
	padding: 20px 20px 40px;
}
#float_levi {
	float: none;
	width: 100%;
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 20px 40px 20px;
}
#float_levi h2 {
	font-size: 20px;
	padding-bottom: 0;
}
#kp_kraci p {
	font-size: 15px;
	line-height: 1.3em;
}
#float_levi p {
	padding: 4px 0;
}
#float_levi p:nth-of-type(1) {
	padding-bottom: 30px;
}
#float_levi p:nth-of-type(6) {
	padding-top: 30px;
}
.trial {
	font-size: 18px !important;
	padding: 7px 0 !important;
}
#kraci_kp_slika {
	display: none;
	width: 0;
	float: none;
}
#kraci_kp_slika img {
	width: 0;
}

#obrazovanje {
	margin-top: 25px;
}
#ekonomska {
	font-size: 18px !important;
	padding: 7px 0 !important;
}
.link_za_detalje {
	margin-top: 40px;
}
.link_za_detalje:hover span {
	padding-left: 10px;
}
.trougao {
	border: none;
	width: 0;
	height: 0;
	position: absolute;
	top: auto;
	right: auto;
	visibility: hidden;
	display: none;
}





#b2b_kraci {
	padding: 20px 20px 40px;
}
#b2b_kraci h2 {
	font-size: 20px;
	padding-bottom: 0;
}
#link_za_test {
	display: inline-block;
	font-family: monserat_black;
	padding-bottom: 5px;
}
#b2b_kraci p {
	font-size: 15px;
	line-height: 1.3em;
	padding: 4px 0;
}
#float_levi_b2b > p:nth-of-type(1){
	margin-bottom: 20px;
}
#float_levi_b2b > p:nth-of-type(2){
	margin-bottom: 20px;
}
#b2b_teze {
	padding-top: 20px;
}
#b2b_teze + p {
	font-size: 16px;
	padding-top: 20px;
}
#float_levi_b2b {
	float: none;
	width: 100%;
	padding: 20px 20px 40px 20px;
}
#kraci_b2b_slika {
	float: none;
	width: 0;
	visibility: hidden;
	display: none;
}
#kraci_b2b_slika img {
	width: 0;
}





#biblioteka_kraci {
	padding: 20px 20px 40px;
}
#biblioteka_kraci h2 {
	font-size: 20px;
	padding-bottom: 20px;
}
#biblioteka_kraci p {
	font-size: 15px;
	line-height: 1.3em;
	padding: 4px 0;
}
#biblioteka_kraci .lista {
	padding: 20px 0 30px;
}
#float_levi_biblioteka > p:nth-of-type(1) {
	font-family: raleway_semi, sans-serif;
	padding-bottom: 20px;
}
#float_levi_biblioteka {
	float: none;
	width: 100%;
	padding: 20px 20px 40px 20px;
}
#kraci_biblioteka_slika {
	visibility: hidden;
	display: none;
	width: 0;
	float: none;
}
#kraci_biblioteka_slika img {
	width: 0;
}







#bilet_kraci {
	padding: 20px 20px 40px;
}
#bilet_kraci h2 {
	font-size: 20px;
	padding-bottom: 20px;
}
#bilet_kraci p {
	font-size: 15px;
	line-height: 1.3em;
	padding: 4px 0;
}
#bilet_kraci .lista {
	padding: 20px 0 30px;
}
#float_levi_bilet > p:nth-of-type(1) {
	padding-bottom: 20px;
}
#float_levi_bilet {
	float: none;
	width: 100%;
	padding: 20px 20px 40px 20px;
	position: relative;
}
#kraci_bilet_slika {
	visibility: hidden;
	display: none;
	width: 0;
	float: none;
}
#kraci_bilet_slika img {
	width: 0;
}






#mapa_div {
	width: 100%;
	height: 400px;
	padding: 20px 20px 12px;
}
#map {
	height: 90%;
}



#reference h3 {
	font-size: 26px;
	text-align: center;
	padding: 50px 0 30px 0;
}
}






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

#top_info {
	font-size: 10px;
}
.top_info_show {
	height: 30px;
	padding: 0;
}
#top_web {
	padding-left: 0;
	background: none;
	display: none !important;
}	

	
	

#drzac_navigacije {
	padding: 0 20px;
}	
nav {
	display: table-cell;
	text-align: left;
}
#list_menu_icon {
	display: inline-block;
	width: 30px;
	height: 27px;
	background-image: url(../img/list_icon.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 8px 0 4px;
	border-radius: 2px;
	box-shadow: 0 0 5px 1px rgba(50, 50, 50, 0.5);
	cursor: pointer;
}
#list_menu_icon:hover {
	box-shadow: 0 0 6px 2px rgba(50, 50, 50, 0.8);
}
#main_ul {
	display: none;
}
#main_ul_list {
	display: block;
	position: absolute;
	top: 43px;
	left: 0;
	background: rgb(255, 255, 255);
}
#main_ul_list a {
	color: rgb(1, 1, 1);
	font-family: raleway_semi, sans-serif;
	text-decoration: none;
	padding: 10px 30px 10px 15px;
	font-size: 12px;
	line-height: 1em;
	display: block;
	border-bottom: 1px solid rgb(200, 200, 200);
	position: relative;
}
#main_ul_list a:hover {
	background: rgb(245, 245, 245);
}
#menu_proizvodi:hover .submenu {
	left: 100%;
	top: -33px;
}
.submenu a {
	padding: 10px 10px 10px 5px;
	width: 170px;
}



#fill1 {
	height: 30px;
}
#fill2 {
	width: 100%;
	height: 43px;
}







#promo {
	height: 140px;
}
#promo_gradient {
	height: 140px;
}
#promo_img {
	top: 0;
	width: 75%;
}
.promo_aplikacije {
	right: 0;
	bottom: 0;
	visibility: hidden;
	display: none;
}

#logo_img_promo {
	visibility: visible;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 2;
	width: 150px;
}





#dobrodosli h1 {
	padding: 20px 0;
	font-size: 17px;
}
#uvod_text {
	padding: 0 20px 20px 20px;
}
#text_segment_1, #text_segment_2 {
	padding-top: 18px;
}
#text_segment_1 {
	padding-bottom: 20px;
}
#uvod_text h3 {
	font-size: 15px;
	padding: 0 0 12px !important;
}
#uvod p {
	font-size: 13px;
	line-height: 1.4em;
}






#dobrodosli_kategorije h2 {
	font-size: 20px;
	line-height: 1.2em;
	padding: 20px 0 10px;
}
#dobrodosli_kategorije #naslov_kategorija h3 {
	font-size: 15px;
	line-height: 1.2em;
	padding: 10px 0 25px;
}
#dobrodosli_kategorije a {
	padding: 5px 20px 20px;
	float: none;
	margin: 0;
	width: 100%;
	height: 150px;
	margin-bottom: 40px;
}
#dobrodosli_kategorije a h3 {
	padding: 10px 0 5px 0;
}
#dobrodosli_kategorije a p {
	font-size: 15px;
}
#dobrodosli_kategorije a img {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: auto;
}




#imate_pitanja {
	padding: 0;
	background: none;
	position: relative;
}
#fill_pitanja {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: 0;
	background: none;
	display: none;
}
#sadrzaj_pitanja {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
#imate_pitanja h3 {
	font-size: 16px;
	padding: 25px 0 20px;
}
#imate_pitanja p {
	font-size: 14px;
	line-height: 1.2em;
}
#imate_pitanja p:last-of-type {
	font-size: 22px;
	padding: 20px 0;
}




#vesti_overlay {
	padding: 20px 20px !important;
}
#sekcija_vesti h3, h4 {
	font-size: 20px;
	padding-bottom: 15px;
}
#sekcija_vesti h4 {
	font-size: 16px;
	padding-bottom: 10px;
}
#sekcija_vesti div {
	padding: 20px 0;
}
#sekcija_vesti p {
	font-size: 14px;
	line-height: 1.4em;
}






#kraci_pregledi {
	padding-bottom: 0;
}
#kraci_pregledi h1 {
	padding: 20px 0 10px 0;
	font-size: 22px;
}


#kp_kraci {
	padding: 20px 20px 40px;
}
#float_levi {
	float: none;
	width: 100%;
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 5px 40px 5px;
}
#float_levi h2 {
	font-size: 18px;
}
#kp_kraci p {
	font-size: 14px;
	line-height: 1.3em;
}
#float_levi p {
	padding: 4px 0;
}
#float_levi p:nth-of-type(1) {
	padding-bottom: 20px;
}
#float_levi p:nth-of-type(6) {
	padding-top: 25px;
}
.trial {
	font-size: 16px !important;
	padding: 7px 0 !important;
}

#obrazovanje {
	margin-top: 20px;
}
#ekonomska {
	font-size: 16px !important;
	padding: 7px 0 !important;
}
.link_za_detalje {
	margin-top: 30px;
	font-size: 15px;
}
.link_za_detalje:hover span {
	padding-left: 10px;
}





#b2b_kraci {
	padding: 20px 20px 40px;
}
#b2b_kraci h2 {
	font-size: 18px;
}
#link_za_test {
	padding-bottom: 5px;
	font-size: 15px;
}
#b2b_kraci p {
	font-size: 14px;
	line-height: 1.3em;
}
#float_levi_b2b > p:nth-of-type(1){
	margin-bottom: 15px;
}
#float_levi_b2b > p:nth-of-type(2){
	margin-bottom: 15px;
}
#b2b_teze {
	padding-top: 20px;
}
#b2b_teze + p {
	font-size: 15px;
	padding-top: 20px;
}
#float_levi_b2b {
	float: none;
	width: 100%;
	padding: 20px 5px 40px 5px;
}




#biblioteka_kraci {
	padding: 20px 20px 40px;
}
#biblioteka_kraci h2 {
	font-size: 18px;
	padding-bottom: 15px;
}
#biblioteka_kraci p {
	font-size: 14px;
	line-height: 1.3em;
}
#biblioteka_kraci .lista {
	padding: 20px 0 30px;
}
#float_levi_biblioteka > p:nth-of-type(1) {
	font-family: raleway_semi, sans-serif;
	padding-bottom: 20px;
}
#float_levi_biblioteka {
	float: none;
	width: 100%;
	padding: 20px 5px 40px 5px;
}



#bilet_kraci {
	padding: 20px 20px 40px;
}
#bilet_kraci h2 {
	font-size: 18px;
	padding-bottom: 15px;
}
#bilet_kraci p {
	font-size: 14px;
	line-height: 1.3em;
}
#bilet_kraci .lista {
	padding: 20px 0 30px;
}
#float_levi_bilet > p:nth-of-type(1) {
	padding-bottom: 20px;
}
#float_levi_bilet {
	float: none;
	width: 100%;
	padding: 20px 5px 40px 5px;
	position: relative;
}



#reference h3 {
	font-size: 26px;
	text-align: center;
	padding: 50px 0 30px 0;
}
#reference a {
	display: table-cell;
	width: 30%;
	margin: 0 10% 50px;
	float: left;
	position: relative;
}
}
