@charset "utf-8";
/* CSS Document */

body {
	background-color: #191919;
	margin: 0px;
}

input:focus {
  outline: none;
}

img {
	object-fit: cover;
}

.vop {
	cursor: pointer;
	color: white;
}

.vop:hover {
	color: #ffc40d;
}

.red {
	color: #E14D4D;
}

.o_p {
	font-family: "Inter Tight", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
	color: #aaa;
	line-height: 1.4;
	letter-spacing: 0.5px;
}

.o_p strong {
	font-weight: 800;
	
}

.clanci {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 18px;
}

.splash {
	
	position: absolute;
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	background-color: rgba(25,25,25,0.8);
	z-index: 100;
	left: 0px;
	padding: 40px;
}

.splash_screen {
	
	display: flex;
	width: 800px;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	background-color: #111;
	padding: 40px;
	border-radius: 10px;
	margin: 0 auto;
}

.close_splash {
	cursor: default;
}

.splash2 {
	
	position: absolute;
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	background-color: rgba(25,25,25,0.8);
	z-index: 100;
	left: 0px;
	padding: 40px;
}

.splash_screen2 {
	
	display: flex;
	width: 900px;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	background-color: #111;
	padding: 40px;
	border-radius: 10px;
	margin: 0 auto;
}

.close_splash2 {
	cursor: default;
}

.splash_info {
	padding: 60px 0px 0px 0px;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	color: white;
	line-height: 1.4;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.5px;
}

.splash_info2 {
	width: auto;
}

.filter {
	display: flex;
	padding: 20px;
	width: calc(100% - 42px);
	flex-direction: row;
	border-radius: 10px;
	border: 1px solid #FFC40D;
	 text-align: center;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin: 20px 0px;
	align-items: center;
	justify-content: space-between;
	
}

.filterD {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 20px;
	grid-gap: 5px;
	color: #ffc40d;
}

.filterD:hover {
	
	color: #D32C2C;
}

.disc {
	display: flex;
	padding: 20px;
	width: calc(100% - 42px);
	flex-direction: row;
	border-radius: 10px;
	border: 1px solid #e14d4d;
	 text-align: center;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
	align-items: center;
}

.cross {
position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;              /* this is KEY */
  height: 100%;
  display: block;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}

.pr_total {
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 70%;
	padding: 10px 0px 20px 0px;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 18px;
	color: white;
	margin: 0 auto;
	border-top: 5px solid #888;
	margin-top: -10px;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 0px;
	
}

.pr_tot_head {
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 22px;
	color: white;
	padding-bottom: 5px;
}

.pr_tot {
	font-weight: 800;
	margin: 0px 5px 0px 10px;
}

.cross:hover {
	opacity: 0.3;
	filter: grayscale(1);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}

.hgh {
	height: 31.5px;
}

.wp-container {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.wp-thumbnail {
  display: inline-block;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.wp-image {
  width: 100%;
  height: 120px;
	object-fit: cover;
  display: block;
	border-radius: 10px;
	filter: saturate(0.5);
}
.wp-title {
  text-align: center;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 18px;
}

.wp-thumbnail:hover .wp-image {
	filter: saturate(1);
}

.wp-thumbnail p {
	margin: 10px 0px 0px 0px;
}

.osoba_minus {
	display: none;
}

.link3 a:link {
	color: #FEC30E;
	text-decoration: none;
}

.link3 a:visited {
	color: #FEC30E;
	text-decoration: none;
}

.link3 a:hover {
	color: #fff;
	text-decoration: none;
}

.more {
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: center;
	border-top: 1px solid #444;
	margin-top: 30px;
}

.content_wrap {
	width: calc(100% - 60px);
	padding: 0px 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	grid-gap: 20px;
}

.content_left {
	display: flex;
	width: 680px;
	flex-direction: column;	
}

.content_right {
	display: flex;
	flex-direction: column;
	width: 340px;
	grid-gap: 20px;
}

.bio_wrap {
	display: flex;
	flex-direction: column;
	padding: 10px 0px 0px 20px;
	margin-bottom: 30px;
}

.p_dk_wrap {
	display: flex;
	flex-direction: row;
	grid-gap: 5px 10px;
	padding: 60px 20px 20px 20px;
	border-radius: 10px;
	flex-wrap: wrap;
	
}

.more_button {
	display: flex;
	column-gap: 10px;
	padding: 0px 10px 10px 10px;
	flex-direction: row;
	justify-content: center;
	margin: -1px 45px 0px 45px;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	color: #ccc;
	width: 160px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #555;
	border-radius: 0px 0px 10px 10px;
	background-color: #191919;
	cursor: pointer;
	text-transform: uppercase;
}

.more_button:hover {
	background: linear-gradient(#191919, #292929);
}

.p_prih_god1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: white;
	padding: 2px 8px 2px 8px;
	grid-gap: 3px;
	background-color: #292929;
	border-radius: 3px;
	border: 1px solid #444;
}

.p_prih_god2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: #ccc;
	padding: 3px 8px;
	grid-gap: 3px;
	background-color: #444;
	border-radius: 3px;
}

.p_funkc_naziv1 {
	display: inline-flex;
	flex-direction: row;
	grid-gap: 10px;
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	font-size: 22px;
	color: white;
	align-items: center;
	
}

.nk_nlg {
	color: #E14D4D;
	padding: 0px 4px 1px 4px;
	border: 1px solid #E14D4D;
	border-radius: 3px;
}

.p_funkc_naziv2 {
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	font-size: 22px;
	
}

.p_prih_fnk1 {
	display: flex;
	flex-direction: column;
	width: calc(100% - 12px);
	justify-content: flex-start;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: #ccc;
	padding: 2px 6px;
	grid-gap: 0px;
	border-radius: 3px;
}

.p_prih_fnk2 {
	display: flex;
	flex-direction: column;
	width: calc(100% - 12px);
	justify-content: flex-start;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: #ccc;
	padding: 2px 6px;
	grid-gap: 0px;
	border-radius: 3px;
}

.p_prih_izn1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: white;
	padding: 4px 8px 2px 8px;
	grid-gap: 3px;
	background-color: #E14D4D;
	border-radius: 3px;
}

.p_prih_izn2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: #ccc;
	padding: 3px 8px;
	grid-gap: 3px;
	background-color: #444;
	border-radius: 3px;
}

.p_nk_kv1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: #191919;
	padding: 4px 8px 2px 8px;
	grid-gap: 3px;
	background-color: #FFC40D;
	border-radius: 3px;
}

.p_nk_kv2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	color: #ccc;
	padding: 3px 8px;
	grid-gap: 3px;
	background-color: #444;
	border-radius: 3px;
}

.p_prev {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	top: 0px;
	width: 50px;
	height: 100%;
	left: -50px;
}

.p_prev_dug {
	display: flex;
	flex-direction: row;
	width: 30px;
	height: 60px;
	background: linear-gradient(90deg, #444, #292929);
	border-radius: 10px 0px 0px 10px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.p_prev_dug:hover {
	background: linear-gradient(90deg, #666, #292929);
}

.p_prev_bck {
	width: 20px;
	height: 100%;
	background-color: #292929;
	border-radius: 10px 0px 0px 10px;
	
}

.p_next {
	position: absolute;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	top: 0px;
	width: 50px;
	height: 100%;
	right: -50px;
}

.p_next_dug {
	display: flex;
	flex-direction: row;
	width: 30px;
	height: 60px;
	background: linear-gradient(-90deg, #444, #292929);
	border-radius: 0px 10px 10px 0px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.yellow {
	color: #ffc40d;
}

.pos {
	position: relative;
}

.p_head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 40px);
	padding: 15px 20px;
	display: flex;
	flex-direction: row;
	grid-gap: 10px;
	
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1;
	
	color: #aaa;
}

.p_head span {
	margin-top: 2px;
}

h2 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0px;
}

.p_next_dug:hover {
	background: linear-gradient(-90deg, #666, #292929);
}

.p_next_bck {
	width: 20px;
	height: 100%;
	background-color: #292929;
	border-radius: 0px 10px 10px 0px;
}

.p_wrapper {
	display: flex;
	flex-direction: column;
	gap: 0px 0px;
	width: 1000px;
	margin: 50px auto 20px;
}

.p_sekcija {
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px 20px;
	flex-wrap: wrap;
}

.p_info {
	display: flex;
	flex-direction: column;
	gap: 0px 0px;
	width: 660px;
	border-radius: 0px 10px 10px 0px;
	background: linear-gradient(-60deg, #424242, #292929);
}

.p_share {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 10px;
	gap: 0px 0px;
	width: 640px;
	border-radius: 0px 10px 10px 0px;
	background: linear-gradient(-60deg, #292929, #191919);
	color: #aaa;
	font-family: "Inter Tight", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 20px;
}

.p_info2 {
	display: flex;
	position: relative;
	flex-direction: column;
	background-color: #292929;
	justify-content: flex-end;
	padding: 20px;
	flex-wrap: wrap;
	border-radius: 10px 0px 0px 10px;
	width: 280px;
	background: linear-gradient(165deg, #1f1f1f 20px, #292929 90px);
}

.head_grad {
	background: linear-gradient(165deg, #1f1f1f 20px, #292929 90px);
}

.p_info1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 20px 20px 0px;
	width: calc(100% - 200px);
}

.p_gen_info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	column-gap: 20px;
}

.p_fotka {
	position: relative;
	width: 180px;
	height: 240px;
	border-radius: 10px;
	overflow: hidden;
	border: 3px solid #ffc40d;
	margin: -3px 0px 0px -3px;
}

.p_azur {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 5px 0px 2px 0px;
	font-family: "Inter Tight", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.5px;
	color: #191919;
	background-color: #FFC40D;
	text-align: center;
}

.p_funkc {
	font-family: "Inter Tight", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 24px;
	line-height: 1.1;
	color: #FFC40D;
	letter-spacing: 0.5px;
}

.p_bio {
	position: relative;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #ddd;
	height: 150px;
	overflow: hidden;
}

.underline {
	
background:
   linear-gradient(-225deg,#0000 5px,#E55050 5px) bottom left,
   linear-gradient(-45deg ,#0000 5px,#E55050 5px) bottom right;
 background-size: 60% 2px;
 background-repeat: no-repeat;
 padding: 0 0px 2px;
 -webkit-box-decoration-break: clone;
 box-decoration-break: clone;
	
}

.p_inst {
	display: inline-flex;
	flex-direction: row;
	font-family: "Inter Tight", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	color: #ccc;
	line-height: 1.1;
	letter-spacing: 0.5px;
	background-color: #191919;
	padding: 5px 8px;
	margin-top: 5px;
	border-radius: 5px;
	border: 1px dashed #888;
	align-items: center;
	column-gap: 5px;
}

.p_inst:hover {
	border: 1px dashed #ffc40d;
}

.p_dok {
	display: inline-flex;
	flex-direction: row;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #ccc;
	line-height: 1.1;
	letter-spacing: 0.5px;
	padding: 2px 8px 2px 2px;
	margin-top: 5px;
	border-radius: 5px;
	border: 1px solid #444;
	align-items: center;
	column-gap: 5px;
}

.p_dok:hover {
	background-color: #191919;
}

.p_pv_wrap {
	display: flex;
	flex-direction: row;
	grid-gap: 5px 10px;
	padding: 60px 20px 20px 20px;
	border-radius: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.p_prih_wrap {
	width: calc(100% - 10px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-gap: 10px;
	justify-content: flex-start;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 5px;
	margin-bottom: 5px;
	align-items: center;
}

.bck {
	background-color: #191919;
}

.p_osobe {
	display: inline-flex;
	flex-direction: row;
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	font-size: 22px;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 0.5px;
	background-color: #191919;
	padding: 6px 14px 6px 8px;
	margin-top: 5px;
	border-radius: 5px;
	border: 1px dashed #888;
	align-items: center;
	column-gap: 0px;
	cursor: pointer;
	flex-wrap: wrap;
}

.p_osobe:hover {
	border: 1px dashed #ffc40d;
}

.font-increase {
	font-size: 120%;
}

.osoba_opis {
	width: 100%;
	font-size: 16px;
	padding: 5px 20px 10px 30px;
	line-height: 1.5;
	font-weight: 300;
	display: none;
	font-family: "Inter Tight", sans-serif;
	font-style: normal;
}

.gray {
	color: #666;
}

.gray2 {
	color: #ccc;
}

.p_dk_link {
	display: inline-flex;
	flex-direction: row;
	font-family: "Inter Tight", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	color: #ccc;
	line-height: 1.1;
	letter-spacing: 0.5px;
	background-color: #191919;
	padding: 5px 8px;
	margin-top: 5px;
	border-radius: 5px;
	border: 1px dashed #888;
	align-items: center;
	column-gap: 5px;
	flex-wrap: wrap;
	width: calc(100% - 16px);
}

.p_dk_link:hover {
	border: 1px dashed #ffc40d;
}

.p_opsti {
	display: inline-block;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: #ccc;
	line-height: 1.1;
	letter-spacing: 0.5px;
	align-items: center;
	column-gap: 5px;
	margin-top: 8px;
}

.p_opsti2 {
	display: inline-block;
	font-family: "Inter Tight", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 0.5px;
	margin-top: 4px;
}

.p_ime {
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 52px;
	color: white;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}

.p_ime h1 {
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 52px;
	color: white;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}

.custom-select-wrapper {
  position: relative;
	width: 300px;
	text-transform: uppercase;
}

.custom-select-trigger {
  background-color: rgba(0,0,0,0);
  color: #fff;
  padding: 0px 0px 5px 0px;
  cursor: pointer;
  border-bottom: 1px solid gray;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #111; /* Dropdown background */
  color: #fff;
  border-top: none;
  display: none;
  z-index: 100;
}

.custom-option {
  padding: 5px;
  cursor: pointer;
}

.co-border {
	border-bottom: 1px solid #555;
}

.custom-option:hover {
  background-color: #555;
}

.prev {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0px 15px;
}

.page_wrapper {
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}

.logo {
	object-fit: cover;
	width: 250px;
}

.meni {
	display: flex;
	flex-direction: row;
	gap: 0px 0px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 20px;
}

.meni2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
	flex-wrap: wrap;
}

.link a:link {
	color: white;
	text-decoration: none;
}

.link a:visited {
	color: white;
	text-decoration: none;
}

.link a:hover {
	color: #ffc40d;
	text-decoration: underline;
}

.dugme {
	
	display: flex;
	flex-direction: row;
	column-gap: 5px;
	align-items: center;
	text-transform: uppercase;
}

.font-inter {
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}

.font-inter-m {
	font-family: "Inter Tight", sans-serif;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}

.pretraga {
	position: relative;
	flex-grow: 1;
}

.filtered {
	position: absolute;
	width: 100%; 
	display: none;
	max-height: 212px;
	overflow-y: auto;
	z-index:100;
	box-sizing: border-box;
	background-color: #111;
}

.search_field {
	width: 100%;
	padding: 0px 0px 5px 0px;
	border: 0px none white;
	background-color: rgba(0,0,0,0);
	color: white;
	border-bottom: 1px solid gray;
	
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}

.navigacija {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
	gap: 30px;
	background-color: #111;
	width: calc(100% - 40px);
	border-radius: 10px;
	padding: 20px;
}

.navigacija2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.pretraga_wrap {
	
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	gap: 10px 10px;
	
}

.drop_wrap {
	
	display: flex;
	flex-direction: row;
	gap: 10px 10px;
	
}

.arrows_e {
	width: calc(100% - 40px);
	display: flex;
	flex-direction: row;
	gap: 20px 20px;
	justify-content: center;
	align-items: center;
	height: calc(100% - 40px);
	padding: 20px 20px 20px 20px; 
	background-color: #111;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	
}

.arrows_e:hover {
	background-color: #292929;
}

.arr {
	display: flex;
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}

.arr a {
	width: 100%;
}

.info {
	display: flex;
	width: calc(32% - 40px);
	border-radius: 10px;
	overflow: hidden;
	background-color: #292929;
	padding: 20px;
	justify-content: center;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
	color: #aaa;
	height: 100%;
	
}

.arrows_w {
	width: calc(100% - 40px);
	display: flex;
	flex-direction: row;
	gap: 20px 20px;
	justify-content: center;
	align-items: center;
	height: calc(100% - 40px);
	padding: 20px 20px 20px 20px; 
	background-color: #111;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	
}

.arrows_w:hover {
	background-color: #292929;
}

.link2 a:link {
	color: white;
	text-decoration: none;
}

.link2 a:visited {
	color: white;
	text-decoration: none;
}

.link2 a:hover {
	color: white;
	text-decoration: none;
}

.search_row {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	padding: 10px;
	height: 50px;
}

.search_row:hover {
	background-color: #555;
}

.search_photo {
	
	width: 50px;
	height: 50px;
	
}

.search_tekst {
	display: flex;
	flex-direction: column;
	gap: 2px 2px;
	justify-content: center;
	width: calc(100% - 70px);
}

.search_ime {
	display: flex;
	flex-direction: row;
	column-gap: 3px;
	flex-wrap: wrap;
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 20px;
}

.search_funkcija {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 13px;
	color: #999;
	line-height: 1.1;
}

.profili_wrap {
	position: relative;
	margin: 50px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px 20px;
}

.profili_wrap a {
	width: 32%;
}

.profil {
	width: calc(100% - 10px);
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px 15px;
	height: 90px;
	background-color: #292929;
	border-radius: 10px;
	padding: 0px 10px 0px 0px;
}

.profil:hover {
	
	background-color: rgba(73,73,73,1.00);
	
}

.profil:hover .fotka {
	
	border: 2px solid #fff;
	
}

.fotka {
	display: flex;
	width: 70px;
	height: 100%;
	border: 2px solid #ffc40d;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff1c9;
}

.podaci {
	display: flex;
	flex-direction: column;
	gap: 5px 5px;
	width: calc(100% - 85px);
}

.profil_ime {
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.profil_fun {
	width: 100%;
	font-family: "Inter Tight", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #aaa;
}

.novo {
	position: absolute;
	top: 5px;
	left: -3px;
	z-index: 50;
	background-color: #d32c2c;
	padding: 1px 2px 1px 4px;
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 13px;
	letter-spacing: 0.5px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	
}

.arh {
	position: absolute;
	top: 5px;
	left: -3px;
	z-index: 50;
	background-color: #555;
	padding: 1px 2px 1px 4px;
	font-family: "Barlow Condensed", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 13px;
	letter-spacing: 0.5px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	
}

.footer {
	margin: 50px 0px 50px 0px;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 20px;
}

.futer_d {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px 3px;
	
}

.futer_l {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px 3px;
	
}


@media only screen and (max-width: 1000px) {
	
	.splash {
	
		position: absolute;
		align-items: flex-start;
		width: calc(100% - 40px);
		height: calc(100vh - 40px);
		left: 0px;
		padding: 20px;
		overflow-y: auto;
	}
	
	.splash_screen {
		justify-content: flex-start;
		flex-direction: column-reverse;
		align-items: flex-end;
		grid-gap: 20px;
	}
	
	.splash2 {
	
		position: absolute;
		align-items: flex-start;
		width: calc(100% - 40px);
		height: calc(100vh - 40px);
		left: 0px;
		padding: 20px;
		overflow-y: auto;
	}
	
	.splash_screen2 {
		justify-content: flex-start;
		flex-direction: column-reverse;
		align-items: flex-end;
		grid-gap: 20px;
	}
	
	.splash_info {
		width: calc(100% - 40px);
	}
	
	.splash_img {
		display: none;
	}
	
	.p_wrapper {
		width: 100%;
		margin-top: 80px;
	}
	
	.p_sekcija {
		flex-direction: column;
		gap: 10px 10px;
	}
	
	.p_info {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		
	border-radius: 10px;
	}
	
	.p_gen_info {
		flex-direction: column;
		align-items: center;
	}
	
	.p_fotka {
		margin-top: -30px;
	}
	
	.p_info1 {
		width: 100%;
		padding: 30px 0px 20px 0px;
		align-items: center;
	}
	
	.p_ime {
		padding: 0px 20px;
		text-align: center;
	}
	
	.p_funkc {
		width: calc(100% - 40px);
		padding: 0px 20px;
		text-align: center;
	}
	
	.p_info2 {
		width: calc(100% - 40px);
		padding: 60px 20px 20px 20px;
		flex-wrap: wrap;
		border-radius: 10px;
	}
	
	.p_opsti2 {
		font-size: 18px;
	}
	
	.p_inst {
		font-size: 18px;
	}
	
	.p_bio {
		padding: 0px 10px 0px 10px;
	}
	
	.bio_wrap {
		padding: 0px;
	}
  
	.page_wrapper {
		width: calc(100% - 20px);
		margin: 0 auto;
		padding-top: 30px;
	}
	
	.meni {
		flex-direction: column-reverse;
		row-gap: 50px;
		justify-content: center;
	}
	
	.meni2 {
		gap: 5px 5px;
		justify-content: center;
	}
	
	.dugme {
		padding: 5px 8px 5px 8px;
		background-color: black;
		border-radius: 4px;
	}
	
	.logo {
		width: 70vw;
	}
	
	.pretraga {
		width: 100%;
	}
	
	.navigacija {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: calc(100% - 40px);
		gap: 20px 20px;
		padding: 20px 20px;
		margin-left: 0px;
	}
	
	.custom-select-wrapper {
		width: 100%;
	}
	
	.pretraga_wrap {
	
		width: 100%;		
	
	}
	
	.drop_wrap {
	
		width: 100%;		
	
	}
	
	.profili_wrap a {
	width: 100%;
}
	
	.profil {
		
		width: calc(100% - 10px);
		
	}
	
	.arr {
		width: calc(50% - 5px);
	}
	
	.info {
		display: none;
	}
	
	.dsk {
		display: none;
	}
	
	.futer_d {
		width: 100%;
	}
	
	.futer_l {
		width: 100%;
		text-align: right;
		align-items: flex-end;
	}
	.footer {
		width: calc(100% - 20px);
		flex-direction: column;
		gap: 20px 20px;
		padding: 10px;
	}
	
	.p_prev {
		display: none;
	}
	
	.p_next {
		display: none;
	}
	
	.more {
		justify-content: center;
	}
	
	.content_wrap {
		padding: 0px;
		width: 100%;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.content_left {
		width: 100%;
	}
	
	.content_right {
		margin-top: -20px;
		width: 100%;
	}
	
	.pr_total {
		width: 90%;
	}
	
	.filter {
		flex-direction: column;
		grid-gap: 20px;
	}
}