/*-----------------------------------------------------------------------------------
	Nobel-díjasok és Tehetséges Diákok Találkozója
	Author: Z
	Version: 2.2
	Built with Blocs
-----------------------------------------------------------------------------------*/
/* Webfont: LatoLatin-Bold */@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Italic */@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Italic.woff') format('woff');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'Lato';
    src: url('fonts/LatoLatin-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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 ugly blue 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 > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .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;
}


/* 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-b-edge{
	background: bottom no-repeat;
}


/* 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
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = 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 > 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 .show .dropdown-menu{
	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>.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: fixed;
	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 > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > 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 */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = 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-rd{
	border-radius: 40px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.icon-spacer{
	margin-right:5px;
}

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

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding: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;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	color:#004166!important;
	font-weight:400;
}
.container{
	max-width:1140px;
}
.h1-style{
	font-family:"Lora";
	font-weight:600;
	font-size:30px;
	text-align:center;
}
.h3-style{
	font-family:Lora;
	font-weight:500;
	font-size:24px;
	margin-bottom:100px;
	color:#0973BA!important;
}
.btn{
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	color:#FFFFFF!important;
	background-color:#0973BA;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	min-width:190px;
	margin:20px 20px 20px 20px;
}
.h6-style{
	font-family:Lato;
	font-weight:400;
	font-size:13px;
	color:#000000!important;
	text-align:center;
	text-transform:uppercase;
}
.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:#004167;
}
.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:"Lora";
	font-weight:500;
	font-size:24px;
	text-align:center;
	color:#6D411F!important;
}
.paragraph{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:28px;
	text-align:left;
	color:#004166!important;
}
.tutulus{
	font-family:"Lato";
	font-weight:400;
	text-align:center;
	color:#6D411F!important;
	font-size:20px;
}
.img-style{
	width:400px;
	height:400px;
}
.h3_sub{
	color:#004166!important;
	font-size:30px;
	margin-bottom:20px;
}
.presentation{
	color:#0973B9!important;
	font-family:"Lora";
	font-weight:500;
	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{
	height:120px;
}
.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;
}
.p-style{
	font-size:20px;
}
.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:"Lato";
	text-align:center;
	color:#0973B9!important;
}
.link-tovább-olvasom-style{
	font-weight:bold;
}
.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_footer{
	float:none;
	overflow:visible;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
}
.lab_body{
	min-height:320px;
}
.instructor_footer{
	height:100px;
}
.guest_card{
	padding-right:40px;
	padding-left:40px;
	box-shadow:0px 4px 14px rgba(0,0,0,0.30);
}
.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:810px;
	box-shadow:0px 4px 14px rgba(0,0,0,0.30);
	padding-right:40px;
	padding-left:40px;
	margin-top:30px;
}
.top-text{
	color:#FEFFFF!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:40px;
	padding-left:40px;
	box-shadow:0px 4px 14px rgba(0,0,0,0.30);
}
.blocsapp-special-menu blocsnav{
	background:linear-gradient(90deg, #0D5E70 0%, #202456 100%);
}
.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:"Lato";
	font-weight:400;
	font-size:18px;
}
.blocsapp-special-menu blocsnav li a:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.light-btn{
	background-color:#FFFFFF;
	color:#0973B9!important;
	border-style:solid;
	border-color:#0973B9!important;
	border-width:1px 1px 1px 1px;
}
.light-btn:hover{
	background-color:#0973B9;
	color:#FFFFFF!important;
}
.navbar-nav li a{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
	text-indent:20px;
}
.navbar-nav li a:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
	color:#0973B9!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;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-blue-ncs{
	background-color:rgba(0,136,199,0.15);
}
.bgc-isabelline{
	background-color:#EDEDED;
}

/* Link colour styles */

.ltc-dark-brown{
	color:#6D411F!important;
}
.ltc-dark-brown:hover{
	color:#573419!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-back2{
	background-image:url("img/back2.jpg");
}
.bg-back-ptrn{
	background-image:url("img/back_ptrn.png");
}
.bg-top-img-konf16{
	background-image:url("img/top_img_konf16.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:"Lato";
		font-weight:400;
	}
	.hamburger{
	}
	.menu-md{
		text-align:center;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.img-style{
		height:344px;
	}
	.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;
	}
	
}

@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:"Lato";
		font-weight:700;
		font-size:18px;
		text-align:center;
	}
	.close_btn:hover{
	}
	.blocsapp-special-menu blocsnav:hover{
		font-size:18px;
		font-family:"Lato";
		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:"Lato";
		line-height:90px;
	}
	
}

@media (max-width: 575px){
	.hamburger{
		text-align:center;
	}
	.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:"Lato";
		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;
	}
	.p-style{
		font-size:16px;
	}
	.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:200px;
	}
	.close:hover{
		background-color:transparent;
	}
	.blocsapp-special-menu blocsnav li a{
		color:#FFFFFF!important;
		font-family:"Lato";
		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:"Lato";
		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{
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

