<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------
	Nobel-dÃ­jasok Ã©s tehetsÃ©ges diÃ¡kok XVIII. talÃ¡lkozÃ³ja
	Author: Z
	Version: 3.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#EDEDED;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* = Full Screen Blocs
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen &gt; .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen &gt; .container &gt; .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(255, 255, 255);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav &gt; li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show&gt;.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav &gt; li a,.nav-special.fullscreen-nav .nav .dropdown-menu &gt; li &gt; a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav &gt; li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){

.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
	color:#151515!important;
	font-weight:400;
}
.container{
	max-width:1140px;
}
.h1-style{
	font-family:"Roboto";
	font-weight:600;
	font-size:40px;
	text-align:center;
}
.h3-style{
	font-family:"Roboto";
	font-weight:600;
	font-size:30px;
	margin-bottom:100px;
	color:#000000!important;
}
.btn{
	font-family:"Open Sans";
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	color:#FFFFFF!important;
	background-color:#57A0EA;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	min-width:190px;
	letter-spacing:1px;
	margin:20px 20px 20px 20px;
}
.h6-style{
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	color:#000000!important;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
.btn:hover{
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	font-family:"Open Sans";
	font-weight:700;
	color:#FFFFFF!important;
	font-size:15px;
	background-color:#151515;
}
.team-card{
	min-height:785px;
	box-shadow:0px 4px 14px rgba(0,0,0,0.30);
	padding-right:40px;
	padding-left:40px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.name{
	font-family:"Roboto";
	font-weight:700;
	font-size:26px;
	text-align:center;
	color:#151515!important;
}
.paragraph{
	font-family:"Open Sans";
	font-weight:400;
	font-size:16px;
	line-height:28px;
	text-align:left;
	color:#151515!important;
}
.titulus{
	font-family:"Open Sans";
	font-weight:500;
	text-align:center;
	color:#9B9B9B!important;
	font-size:18px;
}
.img-style{
	width:350px;
	height:482px;
}
.h3_sub{
	color:#151515!important;
	font-size:34px;
	margin-bottom:20px;
	font-family:"Roboto";
}
.presentation{
	color:#151515!important;
	font-family:"Open Sans";
	font-weight:700;
	font-size:20px;
	text-align:center;
}
.card_s{
	margin-top:30px;
}
.h3-sub-2{
	color:#004166!important;
	font-size:30px;
	margin-top:100px;
	margin-bottom:20px;
}
.lab_title{
	margin-bottom:20px;
	margin-top:30px;
	color:#004166!important;
}
.lab_btn{
	margin-bottom:0px;
	min-width:190px;
	font-size:15px;
	font-family:"Lato";
	font-weight:700;
	color:#6D411F!important;
	text-align:center;
	background-color:#FFFFFF;
}
.lab_card{
	box-shadow:0px 4px 14px rgba(116,152,172,0.30);
	margin-top:30px;
	min-height:460px;
}
.lab-btn-2{
	margin-bottom:0px;
	min-width:190px;
	background-color:#7498AB;
	color:#FEFFFE!important;
	background-position:center center;
	box-shadow:0px 4px 8px rgba(116,152,172,0.50);
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
	text-align:center;
}
.lab_btn:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
	color:#6D411F!important;
	text-align:center;
	background-color:#FCF5EE;
}
.team_highlight-1{
	min-height:785px;
	background-color:#FFFFFF;
}
.team-highlight-2{
	background-color:#FFFFFF;
	min-height:785px;
}
.navbar-brand img{
	width:500px;
	height:80px;
}
.lab-btn-2:hover{
	background-color:#5C8197;
	box-shadow:0px 2px 4px rgba(116,152,171,0.50);
	font-size:15px;
	font-family:"Lato";
	font-weight:700;
	color:#FFFFFF!important;
	text-align:center;
}
.nobelcards-height{
	min-height:570px;
}
.talentumcards_height{
	min-height:785px;
}
.text-span-color{
	color:#ff2600;
}
.close_btn{
	width:40px;
	height:40px;
	max-height:40px;
	max-width:40px;
	float:left;
	background-color:transparent;
	min-width:40px;
	min-height:40px;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}
.modal_data{
	padding:20px 20px 20px 20px;
}
.close{
	text-align:center;
	background-position:center center;
}
.modal_header{
	margin-bottom:40px;
}
.card-header-style{
	height:72px;
}
.link-style{
	font-weight:700;
	font-size:15px;
	font-family:"Open Sans";
	text-align:center;
	color:#57A0E9!important;
	letter-spacing:1px;
}
.link-tovÃ¡bb-olvasom-style{
	font-weight:bold;
	font-family:"Open Sans";
}
.p-laboratoriumok-style{
	font-size:15px;
}
.link-style:hover{
	font-size:15px;
	font-family:"Lato";
	font-weight:700;
	color:#004166!important;
	text-align:center;
}
.secondary_btn{
	display:block;
	margin:20px 20px 20px 20px;
}
.lab_div{
	margin-bottom:30px;
}
.secondary_btn:hover{
	display:block;
	margin:20px 20px 20px 20px;
}
.lab_body{
	min-height:400px;
}
.instructor_footer{
	height:100px;
}
.guest_card{
	padding-right:40px;
	padding-left:40px;
	box-shadow:0px 2px 0px rgba(0,0,0,0.20);
}
.guest_card2{
	min-height:785px;
	box-shadow:0px 4px 14px rgba(0,0,0,0.30);
	padding-right:40px;
	padding-left:40px;
	margin-top:30px;
}
.guest-card3{
	min-height:350px;
	box-shadow:0px 4px 14px rgba(0,0,0,0.30);
	padding-right:40px;
	padding-left:40px;
	margin-top:30px;
}
.top-text{
	color:#FFFFFF!important;
}
.talentum-card{
	min-height:400px;
	background:linear-gradient(0deg, #A8C7E3 0%, #EFF3FB 100%);
}
.close_btn:hover{
	background-color:rgba(9,115,185,0.20);
	background-size:length;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}
.guest-card-xs{
	padding-right:20px;
	padding-left:20px;
	box-shadow:0px 2px 0px rgba(0,0,0,0.20);
}
.blocsapp-special-menu blocsnav{
	font-family:"Open Sans";
	color:#151515!important;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	padding-left:0px;
}
.scrollToTop{
	background-color:rgba(82,82,82,0.50);
	background-size:cover;
	border-color:transparent!important;
	max-width:50px;
	max-height:50px;
	text-align:center;
	text-decoration:none;
	text-overflow:clip;
	width:50px;
	font-weight:bold;
	background-position:center center;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	height:50px;
	min-width:50px;
	min-height:50px;
	border-radius:100px 100px 100px 100px;
}
.scroll-to-top-btn-icon{
	text-align:center;
	background-position:center center;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.scrollToTop:hover{
	background-color:rgba(82,82,82,0.80);
}
.blocsapp-special-menu blocsnav li a{
	font-family:"Open Sans";
	font-weight:500;
	font-size:18px;
	color:#000000!important;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	padding-left:0px;
}
.blocsapp-special-menu blocsnav li a:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.light-btn{
	background-color:#FFFFFF;
	color:#57A0E9!important;
	border-style:solid;
	border-color:#57A0E9!important;
	font-family:"Open Sans";
	border-width:1px 1px 1px 1px;
}
.light-btn:hover{
	background-color:#57A0EA;
	color:#FFFFFF!important;
	font-family:"Open Sans";
}
.navbar-nav li a{
	font-family:"Open Sans";
	font-weight:500;
	font-size:16px;
	text-indent:15px;
	color:#151515!important;
	letter-spacing:0px;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
.navbar-nav li a:hover{
	font-family:"Open Sans";
	font-weight:500;
	font-size:16px;
	color:#57A0EA!important;
}
.yt-btn{
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	color:#FFFFFF!important;
	background-color:#FE0002;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	min-width:190px;
	margin:20px 20px 20px 20px;
}
.yt-btn:hover{
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	font-family:"Lato";
	font-weight:700;
	color:#FFFFFF!important;
	font-size:15px;
	background-color:#C50002;
}
.yt-col{
	background-color:#FFEEEE;
	margin-top:20px;
	padding-top:10px;
	border-radius:5px 5px 5px 5px;
}
.h3-style-mod{
	font-family:Lora;
	font-weight:500;
	font-size:24px;
	margin-bottom:40px;
	color:#0973BA!important;
}
.yt-txt{
	color:#FF0000!important;
}
.yt-date{
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	color:#6D411F!important;
	font-size:20px;
}
.talentum-colors{
	background:linear-gradient(0deg, #A8C7E3 0%, #EFF3FB 100%);
}
.talentum-footer{
	float:none;
	overflow:visible;
	background-color:transparent;
	padding:0px 0px 0px 0px;
}
.talentum-card2{
	box-shadow:0px 4px 14px rgba(0,0,0,0.30);
	padding-right:40px;
	padding-left:40px;
	margin-top:30px;
}
.bloc-style{
	opacity:0.6;
}
.img-portre-style{
	width:150px;
}
.p-italic{
	font-family:"Open Sans";
	font-style:italic;
	font-weight:600;
}
.h5-style{
	font-family:"Open Sans";
	color:#151515!important;
}
.h5-kapcsolat-style{
	font-family:"Open Sans";
	font-weight:400;
}
.link-kapcsolat-style{
	font-weight:bold;
}
.divider-space{
	margin-top:40px;
}
.img-eloadok-style{
	width:150px;
	height:150px;
}
.img-5-style{
	width:150px;
	height:150px;
}
.link-tovÃ¡bb-olvasom-style:hover{
	font-family:"Open Sans";
}
.link-tovÃ¡bb-olvasom-style:active{
	font-family:"Open Sans";
}
.img-6-style{
	width:150px;
	height:150px;
}
.img-4-kocsis-end-style{
	width:150px;
	height:150px;
}
.img-portrait-s-style{
	width:150px;
	height:150px;
}
.img-terkep-style{
	width:1040px;
	height:600px;
}
.covid-btn{
	font-family:"Open Sans";
}
.covid-btn:hover{
	font-family:"Open Sans";
	background-color:#FEFFFE;
}
.btn-youtube{
	font-family:"Open Sans";
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	color:#FFFFFF!important;
	background-color:#772CE8;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	min-width:190px;
	letter-spacing:1px;
	padding-bottom:20px;
	margin:20px 20px 20px 20px;
}
.btn-youtube:hover{
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	font-family:"Open Sans";
	font-weight:700;
	color:#FFFFFF!important;
	font-size:15px;
	background-color:#151515;
}
.name-lab{
	font-family:"Roboto";
	font-weight:700;
	font-size:20px;
	text-align:center;
	color:rgba(21,21,21,0.60)!important;
}
.guest-card3-lab{
	min-height:140px;
	box-shadow:0px 2px 0px rgba(0,0,0,0.20);
	margin-top:30px;
}
.lab-card-footer{
	background-color:#FEFFFE;
}
.divider-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.size{
	height:100vh;
}
.light-btn-2{
	color:#57A0E9!important;
	border-style:solid;
	border-color:#57A0E9!important;
	font-family:"Open Sans";
	background-color:transparent;
	fill:transparent;
	border-width:1px 1px 1px 1px;
}
.light-btn-2:hover{
	color:#151515!important;
	font-family:"Open Sans";
	background-color:transparent;
	border-color:#151515!important;
}
.h3-style-video{
	font-family:"Roboto";
	font-weight:600;
	font-size:30px;
	margin-bottom:0px;
	color:rgba(9,115,186,0.40)!important;
	margin-top:40px;
}
.nav-space{
	margin-left:-20px;
}
.labor1-header{
	background-size:cover;
	background-image:url("img/epulet-radnoti.jpg");
	min-height:200px;
	padding-bottom:0px;
	display:flex;
	align-items:flex-end;
}
.labor2-header{
	background-size:cover;
	min-height:200px;
	background-image:url("img/epulet-szte-gyakorlo.jpg");
	display:flex;
	align-items:flex-end;
	padding-bottom:0px;
}
.labor3-header{
	background-size:cover;
	min-height:200px;
	background-image:url("img/epulet-nemeth.jpg");
	align-items:flex-end;
	display:flex;
	padding-bottom:0px;
}
.labor4-header{
	background-size:cover;
	min-height:200px;
	background-image:url("img/epulet-szte-vegytani.jpg");
	display:flex;
	align-items:flex-end;
	padding-bottom:0px;
}
.h3-style-2{
	font-family:"Roboto";
	font-weight:600;
	font-size:30px;
	margin-bottom:20px;
	color:#000000!important;
}
.link-tanulmÃ¡nya-style{
	text-decoration:underline;
}
.labor5-header{
	background-size:cover;
	min-height:200px;
	background-image:url("img/covid.jpg");
}
.img-szeged-to-style{
	border-radius:10px 10px 10px 10px;
}
.img-kollegi-style{
	border-radius:10px 10px 10px 10px;
}
.card-style{
	width:100%;
}
.talentum-date{
	padding:100px 100px 100px 100px;
}
.logo-eng{
	background-image:url("img/logo-eng.svg");
}
.link-study-style{
	text-decoration:underline;
}
.img-sponsor-style{
	border-radius:10px 10px 10px 10px;
}
.prog-card{
	box-shadow:0px 2px 0px rgba(0,0,0,0.20);
	border-radius:5px 5px 5px 5px;
}
.prog-card3-img{
	background-image:url("img/kollegium.jpg");
	background-size:cover;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	min-height:375px;
	background-position:center bottom;
}
.prog-card-text{
	padding:20px 20px 20px 20px;
}
.prog-card2-img{
	background-size:cover;
	background-image:url("img/szeged.jpg");
	background-position:center bottom;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	min-height:375px;
}
.pedagogy-bg{
	background-image:url("img/pedagogy-img.jpg");
	padding:20px 20px 20px 20px;
	border-radius:5px 5px 5px 5px;
}
.labor-name-img{
	font-size:20px;
	font-weight:700;
	text-align:center;
	color:#FFFFFF!important;
	filter:blur(0px) blur(0px);
	background-position:center center;
	padding-top:130px;
}
.missed{
	color:#FF2600!important;
}
.lab-header{
	background-image:url("img/szbk.jpg");
	background-size:cover;
	min-height:300px;
	background-position:center center;
}
.divider-background-color{
	background-color:rgba(0,0,0,0.13);
}
.lab-block{
	padding-bottom:40px;
}
.lab-header-2{
	background-image:url("img/szte.jpg");
	background-size:cover;
	min-height:300px;
	background-position:center center;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-glitter{
	background-color:#E3EAF3;
}
.bgc-beau-blue{
	background-color:#B6C5DF;
}
.bgc-isabelline{
	background-color:#EDEDED;
}

/* Link colour styles */

.ltc-united-nations-blue{
	color:#57A0E9!important;
}
.ltc-united-nations-blue:hover{
	color:#4680ba!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-united-nations-blue{
	color:#57A0E9!important;
	border-color:#57A0E9!important;
}

/* Bloc image backgrounds */

.bg-background-pattern{
	background-image:url("img/background-pattern.png");
}
.bg-background-2{
	background-image:url("img/background-2.jpg");
}
.bg-img-top{
	background-image:url("img/img-top.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none;
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.btn:hover{
		background-color:#004166;
	}
	.card_s{
	}
	.lab_card{
		;
	}
	.h5-style{
		font-size:20px;
		line-height:28px;
		font-family:"Roboto";
		font-weight:400;
	}
	.hamburger{
	}
	.menu-md{
		text-align:center;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.img-style{
		height:482px;
		width:350px;
	}
	.light-btn{
		background-color:#FEFFFE;
		color:#0973B9!important;
		border-style:solid;
		border-color:rgba(9,115,185,0.50)!important;
		border-width:1px 1px 1px 1px;
	}
	.light-btn:hover{
		background-color:#0973B9;
		color:#FFFFFF!important;
		border-color:#0973B9!important;
		border-style:solid;
		border-width:1px 1px 1px 1px;
	}
	.btn{
	}
	.yt-btn{
	}
	.yt-btn:hover{
		background-color:#004166;
	}
	.btn-youtube{
	}
	.btn-youtube:hover{
		background-color:#004166;
	}
	.light-btn-2{
		background-color:#FEFFFE;
		color:#0973B9!important;
		border-style:solid;
		border-color:rgba(9,115,185,0.50)!important;
		border-width:1px 1px 1px 1px;
	}
	.light-btn-2:hover{
		background-color:#0973B9;
		color:#FFFFFF!important;
		border-color:#0973B9!important;
		border-style:solid;
		border-width:1px 1px 1px 1px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.navbar-brand img{
		width:500px;
	}
	.nav-list-space{
		margin-right:-px;
		margin-left:-30px;
	}
	.card-eloadok-style{
		width:100%;
	}
	.card-9-style{
		width:100%;
	}
	.card-17-style{
		width:100%;
	}
	.prog-card3-img{
		background-position:center center;
	}

}

@media (max-width: 767px){
	.h1-style{
		margin-top:100px;
	}
	.team-card{
		float:none;
	}
	.booklet_s{
		margin-top:60px;
	}
	.card_s{
	}
	.lab_btn{
	}
	.lab-btn-2{
	}
	.lab_card{
		;
	}
	.blocsapp-special-menu blocsnav{
		background:linear-gradient(0deg, #202456 0%, #0D5E70 100%);
		color:#FFFFFF!important;
		font-family:"Roboto";
		font-weight:700;
		font-size:18px;
		text-align:center;
	}
	.close_btn:hover{
	}
	.blocsapp-special-menu blocsnav:hover{
		font-size:18px;
		font-family:"Roboto";
		font-weight:700;
		color:#0973B9!important;
		text-align:center;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		color:#0973B9!important;
		text-align:center;
		font-weight:400;
		line-height:90px;
	}
	.blocsapp-special-menu blocsnav li a{
		font-weight:400;
		color:#FFFFFF!important;
		text-align:center;
		font-family:"Roboto";
		line-height:90px;
	}
	.img-style{
		width:300px;
		height:413px;
	}
	.img-terkep-style{
		height:400px;
	}

}

@media (max-width: 575px){
	.hamburger{
		text-align:right;
	}
	.h3_sub{
		margin-bottom:20px;
	}
	.h3-style{
		line-height:32px;
		font-size:20px;
	}
	.h3-sub-2{
		margin-bottom:20px;
	}
	.blocsapp-special-menu blocsnav{
		text-align:center;
		font-family:"Roboto";
		font-weight:400;
		font-size:16px;
		background:linear-gradient(0deg, #202456 0%, #0D5E70 100%);
		color:#FFFFFF!important;
	}
	.map_link{
	}
	.map-link{
		margin-top:30px;
		margin-bottom:0px;
	}
	.lab-btn-2:hover{
	}
	.lab-btn-2:active{
	}
	.lab_btn:hover{
	}
	.lab_btn:active{
	}
	.lab-btn-2{
	}
	.lab_btn-copy-1:active{
		background-color:#7498AB;
	}
	.lab_btn{
	}
	.h1-style{
		font-size:25px;
	}
	.guest-card-xs{
		padding-left:20px;
		padding-right:20px;
	}
	.guest_card{
	}
	.guest_card2{
	}
	.card_s{
	}
	.h5-eloadok-style{
		font-size:18px;
	}
	.h5-kapcsolat-style{
		font-size:16px;
	}
	.navbar-brand img{
		width:250px;
		height:50px;
	}
	.close:hover{
		background-color:transparent;
	}
	.blocsapp-special-menu blocsnav li a{
		color:#FFFFFF!important;
		font-family:"Roboto";
		font-weight:400;
		font-size:15px;
		text-align:center;
		padding-top:20px;
		margin-top:20px;
		line-height:60px;
	}
	.scrollToTop{
		background-color:rgba(82,82,82,0.50);
		float:right;
		width:45px;
		height:45px;
	}
	.navbar-nav li a{
	}
	.navbar-nav li a:hover{
		color:#0973B9!important;
	}
	.blocsapp-special-menu blocsnav:hover{
		font-size:16px;
		font-family:"Roboto";
		font-weight:400;
		color:#0973B9!important;
		text-align:center;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		line-height:60px;
	}
	.h3-style-mod{
		line-height:32px;
		font-size:20px;
	}
	.talentum-card2{
	}
	.img-terkep-style{
		height:200px;
	}
	.mt-1{
	}
	.h3-style-video{
		line-height:32px;
		font-size:20px;
	}
	.h3-style-2{
		line-height:32px;
		font-size:20px;
	}
	.labor3-header{
		background-position:center center;
	}
	.labor2-header{
		background-position:center center;
	}
	.labor4-header{
		background-position:center center;
	}
	.labor1-header{
		background-position:center center;
	}
	.pedagogy-bg-sm{
		padding-right:0px;
		padding-left:0px;
	}
	.pedagogy-bg{
	}

	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}

}
</pre></body></html>