@media screen and (max-width: 1250px) {
	
	#speakers ul.faculty-list {
		grid-template-columns: 1fr 1fr;
		grid-gap: 22px;
	}
	
	#speakers ul.faculty-list li {
	font-size:33px;
	
	}
}
@media screen and (max-width: 1000px) {

	#site_branding.logo_prikazan {
		top: -150px;
	}

	#site_description {
		font-size: 50px;
		line-height: 50px;
	}

	#opis_strani p span:nth-child(1),
	 #opis_strani p span:nth-child(2),
	#time-and-date {
		font-size: 25px;
		line-height: 25px;
	}

	.speakers-okvir,
		.programme-okvir,
		#when-and-where .jp-s {
		width: 100%;
	}
	

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

	
	#speakers ul.faculty-list li {
		font-size: 33px;
	}
	
	.slickslider-okrog {
	padding-left: 44px;
	padding-right: 44px;
}
	
	.speaker-portrait {
	width: 88px;
	height: 88px;
	
}

.speaker-text {
	
	width: calc(100% - 110px);
	
}

	#when-and-where .okrasek1 {
		display: none;
	}

	.mapframe {
		left: -44px;
		width: calc(100% + 88px);
	}
}

@media screen and (max-width: 750px) {
	/*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-top: 22px;
		padding-bottom: 22px;
	}

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

	#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*/
	
	#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;
	}

	#scroll_down_arrow {
		left: 22px;
		bottom: 22px;
		width: 33px;
		height: 33px;
	}

	#about {
		margin-top: 0px;
	}

		#thank-you{
		padding-top: 0px;
	
	}
	
		#thank-you p{
			font-size:44px;
		}

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


	.pavle {
		position: relative;
		left: -22px;
		top: auto;
		width: 100%;
		width: calc(100% + 44px);
		height: 350px;
		overflow: hidden;
	}

	.okrasek2,.okrasek1 {
		display: none;
	}
	
	.register-link{
	margin-right:0px;
	margin-top:22px;
	margin-bottom:0px;
}

	.register-link.button-download{
		margin-top:44px;
	}

	
p.extended-registration{
	display: block;
	margin-left: 0px;
	margin-bottom:40px;
}


	#about p {
		font-size: 22px;
	}

	.naslov-sekcije {
		font-size: 44px;
		margin-bottom: 44px;
		margin-top: 88px;
	}

	#programme {
		overflow: auto;
	}

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

	#programme ul li {
		margin-bottom: 44px;
		break-inside: avoid;
	}
	
	.programme-download{
		padding-bottom: 88px;
	}	

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

	#programme ul li strong::before {
		content: ' ';
		width: 15px;
		height: 15px;
	}

	.delavnica h3 {
		font-size: 22px;
	}

	.delavnica_naslov {
		font-size: 33px;
	}

	.delavnica p {
		font-size: 22px;
	}

	#speakers h2 {
		font-size: 66px;
		margin-bottom: 44px;
		margin-top: 88px;
	}

	#speakers ul.faculty-list {
		margin-top: 0;
		grid-template-columns: 1fr;
		grid-gap: 22px;
	}
	
	.speaker-portrait {
	width: 66px;
	height: 66px;
}
	.speaker-text {
	width: calc(100% - 88px);
	height: auto;
}
	
	.slickslider-okrog {
	padding-left: 66px;
	padding-right:66px;
}
	

	#speakers ul.faculty-list li {
		font-size: 33px;
		line-height: 44px;
	}

	#when-and-where p.pomembno {
		font-size: 22px;
		margin-bottom: 22px;
	}

	#when-and-where p {
		font-size: 22px;
		margin-bottom: 22px;
	}

	#when-and-where .jp-s:first-child::after {
		height: 88px;
	}
	

.fees-frame{
	padding-right:22px;
}
	.mapframe {
		left: -22px;
		width: calc(100% + 44px);
	}

	#newsletter {
		padding-top: 0px;
		padding-bottom: 88px;
		overflow: auto;
	}

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

@media screen and (max-width: 450px) {
	
	
.mobile{
	display: block;
}

.desktop{
	display: none;
}
	
	#site_description {
		font-size: 36px;
		line-height: 36px;
	}

	#opis_strani p span:nth-child(1), #opis_strani p span:nth-child(2), #time-and-date {
		font-size: 18px;
		line-height: 18px;
	}
	
	

		#thank-you{
		padding-top: 0px;
		font-size:33px;
	}
	
		#thank-you p{
			font-size:33px;
		}


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

	#about p {
		font-size: 22px;
	}

	.naslov-sekcije {
		font-size: 33px;
		margin-bottom: 22px;
		margin-top: 66px;
	}

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

	#programme ul li {
		margin-bottom: 33px;
	}
	
	.programme-download{	
		padding-bottom: 66px;
	}

	.delavnica h3, h3 {
		font-size: 22px;
		margin-bottom: 22px;
	}

	.delavnica p {
		font-size: 18px;
	}

	.delavnica_naslov {
		font-size: 22px;
	}

	#speakers h2 {
		text-align: left;
		font-size: 44px;
		margin-bottom:44px;
		margin-top: 66px;
	}
	
	.speaker-portrait {
	width: 44px;
	height: 44px;
	margin-right: 11px;
}

.speaker-text {
	width: calc(100% - 55px);
	height: auto;
}
	
	#speakers ul.faculty-list{
		grid-template-columns: 1fr ;
		grid-gap: 22px;
	}
	#speakers ul.faculty-list li {
		display: block;
		font-size: 22px;
		line-height: 22px;
		padding: 0 0px 0px 0;
	}

	#speakers ul.faculty-list{
		margin-top: 0;
	}
	
	#speakers ul.faculty-list li .speaker-location {
	font-size: 16px;
	line-height:16px;
}

.slickslider-okrog {
	padding-left:0px;
	padding-right: 0px;
}
	
	.speakers-okvir {
	padding-bottom: 55px;
}

	#when-and-where p {
		font-size: 18px;
	}

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

	#newsletter {
		padding-bottom: 66px;
	}

	#footer {
		font-size: 18px;
	}
}