/*type
generate yours at http://type-scale.com/
*/
    @font-face {
      font-family: 'colo';
      src: url('../font/colo.eot?68853351');
      src: url('../font/colo.eot?68853351#iefix') format('embedded-opentype'),
           url('../font/colo.woff?68853351') format('woff'),
           url('../font/colo.ttf?68853351') format('truetype'),
           url('../font/colo.svg?68853351#colo') format('svg');
      font-weight: normal;
      font-style: normal;
    }

*, div, span, button, textarea, input,a {
	font-family: 'DecimaProLight', Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: normal;
	position: relative;
	margin-block-start: 0;
	margin-block-end: 0;
	box-sizing: border-box;
}

html {
	font-size: 1em;
	font-size: 18px;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'DecimaPro', Arial, Helvetica, sans-serif;
	font-weight: 200;
	line-height: 1.25;
	color: var(--p_c);
	background-color: var(--l_c);
	overflow-x: hidden;
}

:root {
	--t_c: #f8f8f8;
}

/*type*/
p {
	margin-bottom: 1.3em;
}

h1, h2, h3, h4 {
	margin: 3rem 0 1.38rem;
	font-weight: 100;
	line-height: 1.3;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.488rem;
}

h2 {
	font-size: 2.074rem;
}

h3 {
	font-size: 1.728rem;
}

h4 {
	font-size: 1.44rem;
}

h5 {
	font-size: 1.2rem;
}

small, .text_small {
	font-size: 0.833rem;
}

.center {
	text-align: center;
}

i,em,.italic{
	font-family: 'DecimaProLight-Italic', arial, helvetica, sans-serif;
}

blockquote {
	margin: 0px auto;
	quotes: "\201C""\201D""\2018""\2019";
	color: var(--l_c);
	display: block;
	position: relative;
	width: 68.1%;
}

blockquote:before {
	color: var(--l_c);
	content: open-quote;
	font-size: 250px;
	line-height: 0.1em;
	position: absolute;
	top: 66px;
	left: -88px;
	vertical-align: -0.4em;
	opacity: .05;
}

blockquote p {
	display: inline;
	font-size: 44px;
	line-height: 66px;
	font-weight: 100;
	margin-bottom: 0px;
}

blockquote footer {
	text-align: right;
	line-height: 1em;
}

blockquote footer:before {
	content: "- ";
}

ul, menu, dir {
	display: block;
	list-style-type: none;
	margin-block-start: 22px;
	margin-block-end: 0em;
	padding-inline-start: 0px;
	padding-left: 0px;
}

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

ul li:before {
	margin-right: 0px;
	padding-right: 0px;
	color: var(--p_c);
}

ul {
}

.mobile{
	display: none;
}

strong {
	font-family: 'DecimaPro', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.ikona{
      font-family: "colo";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
     
      line-height: 1em;
     
      margin-left: .2em;
      margin-right: 11px;
     
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

/*highlighting*/
*:focus {
	outline-width: medium;
	outline-style: solid;
	outline-color: var(--p_c);
}

::selection {
	color: var(--l_c);
	background: var(--s_c);
}
/*general stuff*/

a {
	text-decoration: none;
	color: var(--s_c);
	transition: color .4s ease;
}

a:hover {
	color: var(--d_c);
	transition: color .4s ease;
}

#to_top_arrow {
	display: block;
	position: fixed;
	z-index: 504;
	right: 22px;
	bottom: -66px;
	width: 44px;
	height: 44px;
	padding: 0px;
	border-radius: 50%;
	border: none;
	background-image: url('../svg/ikona-puscica-gor.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	background-color: var(--p_c);
	cursor: pointer;
	transition: bottom .4s ease;
}

.to_top_arrow_appear {
	bottom: 22px !important;
	transition: bottom .4s ease;
}

#scroll_down_arrow {
	display: block;
	position: fixed;
	z-index: 505;
	left: 44px;
	bottom: 44px;
	width: 44px;
	height: 44px;
	padding: 0px;
	border: none;
	background-color: var(--p_c);
	background-image: url('../svg/ikona-puscica-dol.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	cursor: pointer;
	background-color: transparent;
	transition: bottom .4s ease,  background-position .4s ease;
}

#scroll_down_arrow:hover {
	background-position: 0% 100%;
	transition: background-position .4s ease;
}

.scroll_down_arrow_hidden {
	transition: bottom .4s ease;
	bottom: -66px !important;
}

/*buttons*/

.button,
a.button {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	padding: 11px 44px;
	background: var(--p_c);
	color: var(--l_c);
	text-align: center;
	border-radius: 33px;
	text-transform: uppercase;
}

.button-download:before {
	display: inline-block;
	content: ' ';
	height: 20px;
	width: 20px;
	margin-right: 11px;
	background-image: url('../svg/download-bel.svg');
	background-size: contain;
	background-position: 50% 50%;
}

.button:hover,
a.button:hover {
	background: var(--s_c);
	transition: background-color .3s ease;
}

/*header*/

html,
body,
#header {
	height: 100%;
	min-height: 100%;
	position: relative;
}

#header_float {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: transparent;
	font-size: 0;
	transition: background-color .2s ease-in, box-shadow .2s ease-in;
	z-index: 1500;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

#header_float.header_pobarvaj {
	background-color: var(--p_c);
	transition: background-color .4s ease-in, box-shadow .4s ease-in;
}

#header_float.header_pobarvaj ul li a {
	color: var(--l_c);
	transition: color .4s ease-in;
}

#header_frame {
	position: relative;
}



/*branding*/

#site_branding {
	position: absolute;
	left: 0px;
	padding-left: 44px;
	top: -150px;
	height: 44px;
	line-height: 44px;
	width: 100%;
	z-index: 501;
	display: table;
	transition: top .2s linear;
	line-height: 1em;
	font-size: 18px;
	background-color: var(--p_c)
}

#site_branding.logo_prikazan {
	top: 0px;
	transition: top .2s linear;
}

#site_logo {
	vertical-align: middle;
	display: table-cell;
	height: 22px;
	width: 22px;
}

#site_logo img {
	height: 100%;
	width: auto;
	margin-top: 4px;
}

h1.stran-naslov {
	font-family: 'DecimaPro', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	display: block;
	font-size: 1em;
	line-height: 44px;
	color: var(--l_c);
	font-weight: 400;
	letter-spacing: 0;
}

.register-link{
	margin-right:22px;
	margin-top:44px;
	margin-bottom:22px;
}

p.extended-registration{
	display: inline;
	margin-left: 20px;
	font-size:20px;
	color: var(--s_c);
}

/*navigation*/
#navigation {
	position: relative;
	display: block;
}

#navigation ul {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	line-height: 1em;
	font-size: 18px;
	
}

#navigation ul li {
	display: inline-block;
	margin-left: 22px;
	padding-left: 0;
}

#navigation ul li a {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0;
	color: var(--p_c);
}

#navigation ul li a:hover {
	color: var(--s_c);
	transition: color .3s linear;
}

	/*menus*/
	#navigation {
		position: fixed;
		top: -100%;
		left: 0px;
		z-index: 502;
		width: 100%;
		opacity: 1;
		background-color: var(--p_c);
		transition: top .4s ease;
	}

	#navigation ul {
		text-align: left;
		padding-left: 0px;
		padding: 44px;
	}

	#navigation ul li {
		display: block;
		margin-bottom: 22px;
		margin-left: 0;
	}

	#navigation ul li:last-child {
		margin-bottom: 0px;
	}

	#navigation ul li a {
		color: var(--l_c);
		font-size: 22px;
		line-height: 1.0;
	}

	.menu_appear {
		top: 0px!important;
		transition: top .4s ease;
	}

/*
#mobile_button {
	display: none;
	width: 0px;
	height: 0px;
}
*/
#mobile_button {
	display: block;
	position: fixed;
	z-index: 503;
	right: 22px;
	top: 22px;
	width: 44px;
	border-radius: 50%;
	height: 44px;
	padding: 0px;
	border: none;
	background-image: url('../img/menu_icon.png');
	background-size: 22px 18px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

.close_button {
		background-image: url('../img/close_icon.png') !important;
		background-size: 18px 18px !important;
	}
/*skupne stvari*/

.naslov-sekcije {
	font-size: 60px;
	font-family: 'DecimaPro', arial, helvetica, sans-serif;
	font-weight: 300;
	margin-bottom: 88px;
	margin-top: 110px;
}

h3 {
	font-size: 40px;
	font-family: 'DecimaPro', arial, helvetica, sans-serif;
	font-weight: 300;
	margin-bottom: 44px;
	margin-top: 44px;
}

.invert-colors {
	background: var(--p_c);
	color: var(--l_c);
}

.prozoren {
	opacity: 0;
}

.gray-background {
	background: var(--t_c);
}
/*home*/

#site_description {
	color: var(--p_c);
	font-size: 5vw;
	line-height: 5vw;
}

#opis_strani p span {
}

#opis_strani p span:nth-child(1),
#opis_strani p span:nth-child(2) {
	font-family: 'DecimaProLight-Italic', arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size: 2.5vw;
	line-height: 2.5vw;
}

#opis_strani p span:nth-child(3),
#opis_strani p span:nth-child(5),
#opis_strani p span:nth-child(6),
#opis_strani p span:nth-child(7) {
	&::before {
    content: "\A";
	white-space: pre;
	}
}

#opis_strani p span:nth-child(5),
#opis_strani p span:nth-child(7),
#opis_strani p span:nth-child(8),
#opis_strani p span:nth-child(9) {
	font-family: 'DecimaPro', arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
}


#time-and-date {
	font-size: 2.5vw;
	line-height: 2.5vw;
	margin-bottom: 0;
}

/*thank you sept2024*/

p.thank-you-text{
	font-size: 44px;
	font-family: 'DecimaPro', arial, helvetica, sans-serif;
	margin-bottom:0;
	text-align: center;
}


/*about*/

#about {
	/*margin-top: 44px;*/
}

#about-tekst {
	padding-top: 110px;
	padding-bottom: 110px;
}

#about p {
	font-size: 30px;
	color: var(--p_c);
}

#about p:last-child {
	margin-bottom: 0;
}

#about p strong a {
	color: var(--p_c);
	font-family: 'DecimaPro', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.pavle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	width: calc(100% + 44px);
	height: 100%;
	overflow: hidden;
}

.pavle-znotraj {
	width: 100%;
	height: 100%;
	position: relative;
	background: var(--p_c);
}

.pavle-okvir-slike {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	width: calc(100% + 44px);
	height: 100%;
}

.pavle-okvir-slike img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

/*programme*/

#programme {
	background: var(--t_c);
}

#programme h2 {
}

#programme ul {
	font-size: 22px;
	display: grid;
	column-gap: 88px;
	row-gap: 44px;
	grid-template-columns: 1fr 1fr 1fr;
	
	padding-bottom: 88px;
}


.programme-download{
	
	padding-bottom: 110px;
}

#programme ul li {
	margin-bottom: 0px;
	break-inside: avoid;
	/*border-left: 2px solid var(--t_c);
	
	padding-left: 22px;
	padding-top: 11px;
	padding-bottom: 11px;
	*/;
}

#programme ul li strong {
	font-size: 30px;
	margin-bottom: 22px;
}

#programme ul li strong:before {
	content: ' ';
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url('../svg/ikona-puscica-desno.svg');
	background-size: auto 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

.delavnica {
	/*
	text-align: center;
	*/;
}

.delavnica h3 {
	margin-top: 0;
	font-family: 'DecimaProLight-Italic', arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size: 22px;
}

.delavnica p {
	margin-bottom: 0;
	font-size: 30px;
}
.delavnica p.limited  {
	font-family: 'DecimaProLight-Italic', arial, helvetica, sans-serif;
	margin-top: 44px;
	font-size: 20px;
}

.delavnica_naslov {
	font-family: 'DecimaPro', arial, helvetica, sans-serif;
	font-size: 40px;
	&::after {
    content: "\A";
	white-space: pre;
}
}

.okrasek2 {
	position: absolute;
	top: -10%;
	left: -5000px;
	height: 110%;
	width: 5000px;
	background-color: var(--p_c);
	z-index: 1100;
	transform: rotate(16deg);
	transform-origin: 100% 100%;
}

/*speakers*/

#speakers {
	text-align: left;
}

.speakers-okvir{
	
	padding-bottom: 110px;
}

.slickslider-okrog{
	padding-left:88px;
	padding-right:88px;
}

#speakers h2 {
	text-align:center;
	/*font-family: 'DecimaProLight-Italic', arial, helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 44px;
	margin-top: 110px;
	*/
}

#speakers ul.faculty-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 22px;
}

#speakers ul.faculty-list li {
	font-size: 44px;
	
	padding: 0 0px 0px 0;
	display: inline-block;
}



#speakers ul.faculty-list li .speaker-location {
	font-size: 22px;
	display: block;
	font-family: 'DecimaProLight-Italic', arial, helvetica, sans-serif;
	line-height:33px;
}

#speakers ul.faculty-list li .speaker-location .v{
	display: none;
}

.speaker-text{
	display: inline-block;
	width: calc(100% - 132px);
	line-height: 1em;
	height:88px;
}
.speaker-portrait{
	width:110px;
	height:110px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border-radius: 50%;
	margin-right:22px;
	background-color: var(--d_c);
	background-color: #9fb5d3;
}

.speaker-portrait img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 50% 50%;
	
}

.speaker-portrait img.katarina{	object-position: 30% 50%;}
.speaker-portrait img.klaus{	object-position: 0% 50%;}
.speaker-portrait img.matic{	object-position: 90% 50%;}
.speaker-portrait img.marija{	object-position: 90% 50%;}
.speaker-portrait img.zoran{	object-position: 90% 50%;}
.speaker-portrait img.nina{	object-position: 90% 50%;}
.speaker-portrait img.petra{	object-position: 90% 50%;}
.speaker-portrait img.valentin{	object-position: 90% 50%;}
.speaker-portrait img.peter2{	object-position: 50% 20%;}

/*mark your*/

#venue {
}

#venue {
	font-size: 22px;
	/*margin-bottom: 44px;*/
}

#venue p.pomembno {
	font-family: 'DecimaPro', arial, helvetica, sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 44px;
}

#venue .jp-s:first-child:after {
	content: '';
	display: block;
	height: 110px;
}

.mapframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	width: calc(100% + 44px);
	height: 100%;
	overflow: hidden;
}

.okrasek1 {
	position: absolute;
	top: -10%;
	left: -5000px;
	height: 110%;
	width: 5000px;
	background-color: var(--l_c);
	z-index: 1100;
	transform: rotate(16deg);
	transform-origin: 100% 100%;
}

.map-links{
	position:absolute;
	bottom: 44px;
	width:100%;
	right:0px;
	text-align:right;
	z-index: 1242;
}

.map-links .button{}
.map-links .button:first-child{
	margin-bottom:22px;
}

/*registration*/


#registration-and-fees{
	background: var(--l_c);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.registration-frame{
	padding-bottom: 110px;
	padding-right: 44px;
}

/*FEES*/

.tabble-holder{
	overflow: auto;
}

table.fees-table{
	width:100%;
font-size: 22px;
font-style: normal;border-collapse: collapse;
text-align: center;
}
table.fees-table tr{}
table.fees-table tr th,
table.fees-table tr td{
	padding: 11px 11px
}
table.fees-table tr th{
	padding-top: 0px 
}
table.fees-table tr td{}
table.fees-table tr td:first-child{
text-align: left;}
table.fees-table tr td:last-child{}

table.fees-table tr:nth-child(even) td{
	background-color: #9fb5d3;
	color: var(--l_c)
}

/*bank transfer*/
table.bank-transfer-table{
	width:100%;
	font-size: 18px;
	font-style: normal;border-collapse: collapse;
	text-align: left;
}

table.bank-transfer-table tr td{
	padding: 11px 11px
}

table.bank-transfer-table tr td:nth-child(even){
	font-family: 'DecimaPro', arial, helvetica, sans-serif;
}

table.bank-transfer-table tr:nth-child(even) td{
	background-color: var(--l_c);
	
}


.fees-frame p.alignright{
	margin-top:22px;
	text-align: right;
}
ul.list-fees{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 44px;
	text-align: left;
	margin-bottom:44px;
}

ul.list-fees li{
	
	font-size: 33px;
}

#registration-and-fees p{
	font-size: 22px;
}

#registration-and-fees p.drobnitisk{
	font-size: .8em;
}


h3.regisration-fieldset-title{
	margin-top:0;
}

#registration-and-fees ul li::before {
  content: ' ';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url('../svg/ikona-puscica-desno.svg');
  background-size: auto 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.fees-frame{
	
	margin-bottom:110px;
}

ul.list-fees li strong{
	display: block;
	clear: both;
	font-family: 'DecimaPro', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
ul.list-fees li strong:before{
	display: block;
	content: ' ';
}

/*stay tuned*/

#newsletter {
	padding-bottom: 110px;
}

#newsletter p {
	font-size: 22px;
	margin-bottom: 44px;
}

#newsletter p.obrazec_pojasnilo {
	font-size: 16px;
	color: var(--d_c);
	text-align: right;
	margin-top: 11px;
	display: block;
	clear: both;
}

/*forms*/

#contact_form {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

#contact_form .field_pack input[type="email"],
#contact_form .field_pack input[type="number"], 
#contact_form .field_pack input[type="tel"],
 #contact_form .field_pack input[type="text"] {
	display: block;
	width: 100%;
	float: none;
	border: 0px;
	text-align: left;
	font-size: 22px;
	background: var(--l_c);
}

#contact_form .submit_okrog {
	border: 0px solid var(--l_c);
	padding: 0px;
	width: 100%;
	margin: 0px auto;
	transition: border-color .4s ease-in, color .4s ease-in;
}

#contact_form .submit_button {
	width: 100%;
	background-color: var(--p_c);
	box-sizing: border-box;
	clear: both;
	height: auto;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	color: var(--l_c);
	text-align: center;
	border: 0px solid var(--l_c);
	border-radius: 33px;
	transition: background-color .4s ease-in, color .4s ease-in;
	font-size: 22px;
	line-height: 22px;
	padding: 11px 44px;
}

#contact_form .submit_button:hover {
	background-color: var(--s_c);
	transition: background-color .4s ease-in, color .4s ease-in;
}

#contact_form_message {
	background-color: rgba(248,248,248,.8);
}

#m_m {
	background-color: var(--t_c);
}

/*ikone*/

/*footer*/
#footer {
	text-align: left;
	font-size: 22px;
}

#footer a {
	color: var(--p_c);
	transition: color .4s ease;
}

#footer a:hover {
	color: var(--s_c);
	transition: color .4s ease;
}

.footer_links {
}

.footer_links ul {
	margin-bottom: 22px;
	margin-top: 0;
}

.footer_links ul li {
}
/*
.footer_links ul li:after{
	content: ' - ';
}
.footer_links ul li:last-child:after{
	content: '';
}
*/
.footer_logo img {
	width: 44px;
	height: auto;
}

.footer_logo {
	margin-bottom: 22px;
}

.footer-razdelek {
	margin-bottom: 22px;
}

#credits_okrog {
	margin: 0px auto;
}

#janezpolc {
	background-color: var(--p_c);
	background-image: url('../svg/jp_logo_2020_mono_bel.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#copyright,
#copyright a {
	color: var(--p_c);
}

#cookie_settings_link {
	cursor: pointer;
	color: var(--d_c);
	transition: color .4s ease;
}

#cookie_settings_link a:hover {
	color: var(--d_c);
	transition: color .4s ease;
}

.logo-footer {
	margin: 0 auto 22px;
	max-width: 250px;
}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
}

/*cookies popup*/
#cookies_popup {
	position: fixed;
	height: auto;
	padding: 11px;
	bottom: 22px;
	right: 22px;
	background: #ccc;
	z-index: 506;
	width: auto;
}

#cookies_buttons {
	display: block;
}

.cookies_unit {
	display: block;
}

.cookies_button {
	padding: 11px 11px 9px 11px;
	background-color: #000;
	color: var(--l_c);
	display: inline-block;
	width: auto;
	cursor: pointer;
	transition: .4s ease;
}

.cookies_button:hover {
	background-color: #333;
	transition: .4s ease;
}

#cookies_accept {
	border-bottom: 2px solid green;
}

#cookies_deny {
	border-bottom: 2px solid red;
}

#cookies_text {
	margin-bottom: 11px;
}

#cookie_small_print {
	font-size: .75em;
}

.notice_hide {
	right: -500px !important;
	transition: right .3s ease;
}

.notice_appear {
	right: 11px;
	transition: right .3s ease;
}