/*
new: #35947e
old: #35947e
*/

/*debug*/
-div{
	border:1px solid #ccc;
}

/*fonts*/
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('/css/HelveticaNeueLight.woff2') format('woff2'),
        url('/css/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*utiles*/

.h-100{
	height: 100%;
}

.w-1200-m{
	max-width: 1200px !important;
	width: auto !important;
}

.w-1000-m{
	max-width: 1000px;
}

.w-800-m{
	max-width: 800px;
}

.w-700-m{
	max-width: 700px;
}

.w-400-m{
	max-width: 400px;
}

.w-95{
	width:95%;
	max-width: 95%;
}

.w-80{
	width:80%;
	max-width: 80%;
}

.w-70{
	width:70%;
	max-width: 70%;
}

.w-20{
	width:20%;
	max-width: 20%;
}

.fbshare:hover{
	cursor: pointer;
}

.absco {
    position: absolute;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.vp-layer{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
	display: none;
}

.vp-layer.on{
	display: block;
}

.vp-wrapper{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    position: fixed;
    outline: none !important;
	display: none;
}

.vp-wrapper.on{
	display: block;
}

.vp-container{
	position: absolute;
	top:50%;
	left:50%;
	/*width:80%;*/
	/*height:60%;*/
	max-width: 90%;
	transform: translate(-50%,-50%);
	background-color:white;
}


.vp-close{
	text-align: center;
	display: none;
	position: absolute;
	top:-15px;
	right:-15px;
	color:#fff;
	width: 28px;
	height: 28px;
	background: transparent url(/images/fancybox.png) -40px 0px;
	background-repeat: no-repeat;
    cursor: pointer;
}

.vp-close.on{
	display: block;
}

.vjs-big-play-button{
	/*display:none !important;*/
}

/**/
.wow {
  visibility: hidden;
}
.icon-input{
	display:inline-block;
	position: relative;
}

.icon-input i.search{
	position: absolute;
	left:5px;
	top:9px;
	width:19px;
	height:19px;
	background-image:url(/images/search.png);
}

.icon-input input{
	padding:5px;
	padding-left:30px;	
}

.button1{
	/* border:2px solid #c3c3c3; */
	border-image: linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
	border-image-slice: 1;
	border-width: 2px;
	border-radius: 2px;
	background-color:white;
	width:165px;
	height:37px;
	overflow: hidden;
	transition: 0.3s linear all;
}

.button1:hover {
	/* border: 2px solid transparent; */
    color: white;
    background: linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
}

.button2{
	border:0px solid #c3c3c3;
	border-radius: 2px;
	color:white;
	width:165px;
	height:37px;
	transition: 0.3s linear all;
}

.button2:hover {
	/* border: 2px solid #35947e; */
    color: #d0e2de;
    background-color: transparent;
}

.button3{
	border:2px solid #c3c3c3;
	border-radius: 2px;
	background-color:white;
	width:250px;
	height:53px;
	font-size: 1.2rem;
}

.button4{
	border:0px solid #c3c3c3;
	border-radius: 2px;
	color:white;
	width:250px;
	height:53px;
	font-size: 1.2rem;
	transition: 0.3s linear all;
}

.button4:hover {
	/* border: 2px solid #ffffff; */
    color: #d0fcf2;
    background-color: transparent;
}

.button5{
	border:2px solid white;
	border-radius: 2px;
	background-color:transparent;
	width:200px;
	height:45px;
	color:white;	
}

.button6{
	border-image: linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
	border-image-slice: 1;
	border-width: 2px;
	border-radius: 2px;
	background:linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
	width:200px;
	height:45px;
	color:white;	
	transition: 0.3s linear all;
}

.button6:hover {
	color: #ffffff;
	background:linear-gradient(to right, rgb(49, 212, 212) 0%, rgb(7, 153, 197) 100%);
    background-color: transparent;
}

.button7{
	border:1px solid white;
	border-radius: 2px;
	background-color:transparent;
	width:100%;
	height:45px;
	color:white;
	font-size:16px;
}

.button8{
	border:2px solid #c3c3c3;
	border-radius: 2px;
	background-color:white;
	width:200px;
	height:45px;
	transition: 0.3s linear all;
}

.button8:hover {
	/* border: 2px solid transparent; */
    color: white;
    background:linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
}

.button-fooldal{
	border:2px solid #ffffff;
	border-radius: 2px;
	background-color:#ffffff00;
	color: white;
	width:200px;
	height:45px;
	transition: 0.3s linear all;
}

.video-cover{
	width:100%;
	height:100%;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-image:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%), url(/images/video-borito.png);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

.video-cover .title{
	position: absolute;
	width:100%;
	bottom:0px;
	background-color:#0A3D5B;
	color:white;
	font-size: 1.3rem;
	padding:1rem;
	padding-left:30px;
}

.video-cover.small .title{
	background-color:transparent;
	font-size: 1.1rem;
}

.video-cover .title .video-count{
	background-color:#35947e;
	border-radius: 50%;
	width:38px;
	height:38px;
	position: absolute;
	text-align: center;
	padding-top:6px;
	bottom:10px;
	right:80px;
	font-size: 1rem;
}

.video-cover.small .title .video-count{
	right:10px;
}

.video-cover .video-btn::before,
.video-cover .video-btn::after {
	content: '';
}
.video-cover .video-btn {
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.video-cover .video-btn::before,
.video-cover .video-btn::after,
.video-cover .video-btn .video-btn-center,
.video-cover .video-btn {
	position: absolute;
	display: block;
	width:110px;
	height:110px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.video-cover.small .video-btn::before,
.video-cover.small .video-btn::after,
.video-cover.small .video-btn .video-btn-center,
.video-cover.small .video-btn {
    width: 80px;
    height: 80px;
}

.video-cover .video-btn .video-btn-center {
	background-image: url('/images/video-play-btn.svg');
	transition: 0.5s linear transform;
}

.video-cover:hover .video-btn .video-btn-center {
	transform: scale(1.3) translateX(3px);
}

.video-cover:hover .video-btn::before {
	animation-play-state: paused;
}

.video-cover:hover .video-btn::after {
	animation: pulse 1s infinite 1s;
}

.video-cover .video-btn::before {
	background-image: url('/images/video-play-circle-white.svg');
	animation: pulse 2s infinite;
}
.video-cover .video-btn::after {
	background-image: url('/images/video-play-circle-cyan.svg');
	animation: pulse 2s infinite 1s;
}

.video-cover.small::after{
	width:80px;
	height:80px;
}

.video-cover.sorozat .subtitle{
	position: absolute;
	width:100%;
	bottom:50px;
	background-color:transparent;
	color:white;
	font-size: 3rem;
	font-weight: 100;
	padding:1rem;
	padding-left:75px;
}

.video-cover.sorozat .title{
	padding-left:80px;
}

.video-cover.sorozat .title::before{
	content: " ";
	width:39px;
	height:28px;
	background-image:url(/images/lista.png);
	background-size: cover;
	display:block;
	position: absolute;
	left:25px;
	top:18px;
}

.uj-video::before{
	content: " ";
	display: inline-block;
	background-image:url(/images/uj-cyan.svg);
	background-size: cover;
	width:73px;
	height:75px;
	position: relative;
    left: -40px;
	top: 20px;
}

#nepszeru-videos:hover .uj-video::before,
#ajanlott-videos:hover .uj-video::before{
	animation: tada 2s infinite;
}

h1.inner-title{
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 1.8rem;
	padding-left:60px;
}

h1.inner-title.center{
	left:50%;
	transform: translateX(-50%);
	padding-left:0px;	
}

.inner-title::before{
	content: " ";
	display: inline-block;
	background-image:url(/images/video-play2.svg);
	background-size: cover;
	width:46px;
	height:46px;
	position: absolute;
    left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.inner-title.center::before{
	display: none;
}

.legnezettebb-video::before{
	content: " ";
	display: inline-block;
	background-image:url(/images/uj.svg);
	background-size: cover;
	width:73px;
	height:75px;
	position: relative;
    left: -40px;
	top: 20px;
}

/*design colors*/
.dc-b{
	/* background-color:#35947e; */
	background: linear-gradient(to right, #33E8E7, #00B3E9);
}
.dc-b2{
	background-color:#f8f9fb; 
	/* background-image: url(/images/Path15.png); */
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	/* background-position: 0px 700px; */
}

.background-path{
	/* background-color:#f8f9fb; */
	background-image: url(/images/Path15.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0px 550px;
}

.background-path-register-page{
	/* background-color:#f8f9fb; */
	background-image: url(/images/Path15.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0px 250px;
}
.dc-b3{
	background-color:white;
}

.dc-b4{
	background: linear-gradient(to bottom, #33E8E7, #00B3E9);
}

body.fade-out {
    opacity: 0;
    transition: none;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

body,input,button{
	color:#707070;
}

button{
	cursor: pointer;
}

h2{
	/*font-family: 'HelveticaNeueLight';*/
	font-weight: normal;
	/*text-transform: uppercase;*/
}

h3{
	font-weight: normal;
}

/*mobil menu*/
#mobil-menu{	
	position: fixed;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	z-index: 1100;
	visibility: hidden;
	transform: translateX(100%);
	transition: all 0.8s;
}

#mobil-menu.on{
	visibility: visible;
	transform: translateX(0%);
}

#mobil-menu .menu-wrapper{
	position: absolute;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:#323740;
	max-width: calc(100% - 70px);
	width:400px;	
}

#mobil-menu .menu-container{
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	overflow-y: auto;
}

#mobil-menu .menu-container .body{
	background-color:#00B3E9;
	padding-top:40px;
	padding-bottom:40px;
}

#mobil-menu .menu-container .menu-items{
	width:100%;
	text-transform: uppercase;
	color:white;
	padding-top:15px;
	padding-bottom:15px;
	display:block;
	text-align: center;
	font-size:13px;
}

#mobil-menu .menu-container .footer{	
	margin-top:20px;
	background-color:transparent;
}


#mobil-menu .icon-input{
	width:100%;
	margin-top:30px;
}

#mobil-menu input[type="text"]{
	border:1px solid white;	
	width:100%;
}

#mobil-menu .menu-close{
	position: absolute;
	left: -70px;
	width:70px;
	height:90px;
	top:0px;
	background-color:white;
	background-image: url(/images/bezar-cyan.svg);
	background-size:40% 40%;
	background-position: center center;
	background-repeat: no-repeat;
}

/*home*/

#social .row:first-child{
	height:43px;
}

#social .icon{
	color:white;
	margin-left:30px;
}

/*header*/
#header .row:first-child{
	min-height:90px;
}

#header .logo{
	background-image: url(/images/logo.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 150px;
	min-height:62px;
}

#header a{	
	font-size: 0.9rem;
	color:#707070
}

#header input[type="text"]{
	border:1px solid #c3c3c3;	
	width:250px;
}

@media (max-width: 1550px){
	#header .top-menu{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

@media (max-width: 1290px){
	#header .top-menu{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
}

#header .mobile{
	min-height: 90px;
}

#header .mobile .mobil-menu-button{
	font-size: 2.5rem;
	color: #00B3E9;
}

/*slider*/
#slider .owl-dots{
	position: absolute;
	bottom:80px;
	margin-left:50%;
	transform: translateX(-50%);
}

.lista-ar{
	padding-left:0px;
	position:absolute;
	bottom:60px;
	font-size:24px;
	font-weight:bold;
}

@media (max-width: 768px){
	#slider .owl-dots{
		bottom:20px;
	}

	.lista-ar{
		font-size:18px;
		bottom:0px;
	}
	.lista-ar.akademia{
		bottom:-30px;
	}
}

#slider .owl-dots .owl-dot span{
	background-color:transparent;
	border:1px solid white;
}

#slider .owl-dots .owl-dot.active span, #slider .owl-dots .owl-dot:hover span{
	background-color:white;
	border:1px solid white;
}

#slider .item .txt{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size: 80px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	color:#fff;
	white-space: nowrap;
}

#slider .item{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:450px;
}

@media (max-width: 1800px){
	#slider .item{
		height:400px;
	}
}

@media (max-width: 1650px){
	#slider .item{
		height:360px;
	}
}

@media (max-width: 1380px){
	#slider .item{
		height:330px;
	}
}

@media (max-width: 1380px){
	#slider .item{
		height:300px;
	}
}

@media (max-width: 1200px){
	#slider .item{
		height:280px;
	}
}

@media (max-width: 1100px){
	#slider .item{
		height:230px;
	}
	#slider .item .txt{
		font-size: 60px;
	}
}

@media (max-width: 768px){
	#slider .item{
		height:170px;
	}
	#slider .item .txt{
		font-size: 30px;
	}
}

@media (max-width: 600px){
	#slider .item{
		height:140px;
	}
}

@media (max-width: 500px){
	#slider .item{
		height:100px;
	}
}

#kiprobalom-regisztracio{
	width:690px;
	max-width:690px;
	position: relative;
	transform: translateY(-50%);
	z-index: 1000;
	background-color:white;
	-webkit-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
}

@media (max-width: 768px){
	#kiprobalom-regisztracio{
		transform: translateY(0%);
	}
}

#kiprobalom-regisztracio .row:first-child{
	height:130px;
}

/**/

#nepszeru-videos .inner{
	padding-bottom: 50%;
    position: relative;	
}

#nepszeru-videos  .left{
	background-color: white;
	-webkit-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	padding-left:3rem;
	padding-right:3rem;
}

@media (max-width: 800px){
	#nepszeru-videos  .left{
		padding-left:0px;
		padding-right:0px;
	}
}

#nepszeru-videos .video-list{
	height:20%;
}

.video-list{
	background-color:#f4f4f4;
}

.video-list .title{
	font-size:1.6rem;
	font-weight: 400;
	line-height: 1.8rem;
}

.video-list .intro{
	font-size:0.8rem;
	line-height: 1rem;
}

/* .video-list button{
	width:80%;
	height:40px;
	border:2px solid #35947e;
	color:#35947e;
	background-color: transparent;
	font-weight: 500;
	transition: 0.3s linear all;
} */

.video-list button{
	width:80%;
	height:40px;
	border-image: linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
	border-image-slice: 1;
	color:#0A3C5B;
	background-color: transparent;
	font-weight: 500;
	transition: 0.3s linear all;
}

/* .video-list button:hover{
    border: 2px solid white;
    color: white;
    background-color: #35947e;
} */

.video-list button:hover{
    border: 2px solid white;
    color: white;
    background: linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
}

.video-list .video-cover{
	border-right:3px solid #33E8E7;;
}

.video-list .video-cover::after{
	width: 65px;
    height: 65px;	
}

#nepszeru-videos .buttoncont{
	margin-top:50px;
}

#nepszeru-videos .right{
	margin-top:100px;
	margin-bottom:100px;
}

@media (max-width: 1700px){
	
	.video-list .title{
		font-size:1.3rem;
		line-height: 1.4rem;
	}	
	
	.video-list .intro{
		font-size:0.7rem;
		line-height: 0.8rem;
	}
	
	.video-list button{
		font-size: 0.8rem;
	}
	
	#nepszeru-videos .buttoncont{
		margin-top:20px;
	}
	
}

@media (max-width: 1500px){
	#nepszeru-videos .video-list .video-megtekintese{
		display: none;
	}
	
	#nepszeru-videos .video-list .intro{
		flex-basis: 100%;
		max-width: 100%;
		font-size:0.8rem;
		line-height: 1rem;
	}
	
	#nepszeru-videos .inner{
		padding-bottom: 55%;
	}
	
}

@media (max-width: 1330px){
	#nepszeru-videos .inner{
		padding-bottom: 60%;
	}
}

@media (max-width: 1200px){
	#nepszeru-videos .inner{
		padding-bottom: 0px;
		position: static;
	}
	#nepszeru-videos .absco{
		position: static;
		height: auto;
	}
	#nepszeru-videos .video-list{
		height:200px;
	}
	#nepszeru-videos .video-list .video-megtekintese{
		display: block;
	}
	
	#nepszeru-videos .video-list .intro{
		flex-basis: 50%;
		max-width: 50%;
		font-size:0.8rem;
		line-height: 1rem;
	}
	#nepszeru-videos .video-list .title{
		font-size:1.6rem;
		font-weight: 400;
		line-height: 1.8rem;
	}
	#nepszeru-videos .video-list .intro{
		font-size:1rem;
		line-height: 1.2rem;
	}
	#nepszeru-videos .buttoncont{
		margin-bottom:20px;
	}
	#nepszeru-videos .video-list button{
		font-size: 1em;
	}
	#nepszeru-videos .right{
		height:700px;
	}
	#nepszeru-videos .right{
		margin-top:30px;
		margin-bottom:30px;
	}
}

@media (max-width: 800px){
	#nepszeru-videos .video-list .video-megtekintese{
		display: none;
	}	
	#nepszeru-videos .video-list .intro{
		flex-basis: 100%;
		max-width: 100%;
		font-size:0.8rem;
		line-height: 1rem;
	}
	#nepszeru-videos .video-list{
		height:430px;
	}
	#nepszeru-videos .right{
		height:400px;
	}	
	#nepszeru-videos .covercontainer{
		height:300px;
	}
}

/**/

/**/

#ajanlott-videos .inner{
	padding-bottom: 30%;
    position: relative;	
}

#ajanlott-videos{
	/* background-color: white;
	-webkit-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);	 */
}

#ajanlott-videos{
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(/images/Path15.png);
}

#ajanlott-videos .left{
	padding-left:3rem !important;
	padding-right: 1.5rem !important;
}

#ajanlott-videos .right{
	padding-left: 1.5rem !important;
	padding-right:3rem !important;
}

#ajanlott-videos .video-list{
	height:40%;
}

@media (max-width: 1700px){
	
	.video-list .title{
		font-size:1.3rem;
		line-height: 1.4rem;
	}	
	
	.video-list .intro{
		font-size:0.7rem;
		line-height: 0.8rem;
	}
	
	.video-list button{
		font-size: 0.8rem;
	}
	
	#ajanlott-videos .buttoncont{
		margin-top:20px;
	}
	
}

@media (max-width: 1500px){
	#ajanlott-videos .video-list .video-megtekintese{
		display: none;
	}
	
	#ajanlott-videos .video-list .intro{
		flex-basis: 100%;
		max-width: 100%;
		font-size:0.8rem;
		line-height: 1rem;
	}
	
	#ajanlott-videos .inner{
		padding-bottom: 25%;
	}
	
}

@media (max-width: 1330px){
	#ajanlott-videos .inner{
		padding-bottom: 25%;
	}
}

@media (max-width: 1200px){
			
	#ajanlott-videos .inner{
		padding-bottom: 0px;
		position: static;
	}
	#ajanlott-videos .absco{
		position: static;
		height: auto;
	}
	#ajanlott-videos .video-list{
		height:200px;
	}
	#ajanlott-videos .video-list .video-megtekintese{
		display: block;
	}
	
	#ajanlott-videos .video-list .intro{
		flex-basis: 50%;
		max-width: 50%;
		font-size:0.8rem;
		line-height: 1rem;
	}
	#ajanlott-videos .video-list .title{
		font-size:1.6rem;
		font-weight: 400;
		line-height: 1.8rem;
	}
	#ajanlott-videos .video-list .intro{
		font-size:1rem;
		line-height: 1.2rem;
	}
	#ajanlott-videos .buttoncont{
		margin-bottom:20px;
	}
	#ajanlott-videos .video-list button{
		font-size: 1em;
	}
	
	#ajanlott-videos .right{
		margin-bottom:30px;
	}
	
	#ajanlott-videos .left{
		padding-left:3rem !important;
		padding-right: 3rem !important;
	}
	
	#ajanlott-videos .right{
		padding-left: 3rem !important;
		padding-right:3rem !important;
	}
}

@media (max-width: 800px){
	#ajanlott-videos .video-list .video-megtekintese{
		display: none;
	}	
	#ajanlott-videos .video-list .intro{
		flex-basis: 100%;
		max-width: 100%;
		font-size:0.8rem;
		line-height: 1rem;
	}
	#ajanlott-videos .video-list{
		height:430px;
	}
	#ajanlott-videos .covercontainer{
		height:300px;
	}
}

/**/

#new-videos .uj-video{
	margin-bottom:90px;
}

/*auto height hack*/
#new-videos .inner{ 
	padding-bottom: 32%;
    position: relative;
}

#new-videos .inner .v1{
	padding-right:7px;
}

#new-videos .inner .v2, #new-videos .inner .v3{
	padding-left:7px;	
}

#new-videos .inner .v4, #new-videos .inner .v5{
	padding-left:14px;	
}

/*elso sor*/
#new-videos .inner .v2, #new-videos .inner .v4{
	padding-bottom:7px;
}

/*masodik sor*/
#new-videos .inner .v3, #new-videos .inner .v5{
	padding-top:7px;
}

/*seo & ajanlat*/

#kiemelt{
	background-color: white;
    -webkit-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
    box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	margin-top: 3rem!important;
}

@media (max-width: 768px){
	#kiemelt{
		margin-top:40px !important;
		padding-top:10px;
		padding-bottom:10px;		
	}
	#kiemelt .fbshare{
		margin-bottom:20px;
	}
}

/*edzoknek-akademia*/
#edzoknek-akdemia{
	margin-top:14px !important;
	margin-bottom:14px !important;
}

#edzoknek-akdemia .row:first-child{
	min-height:205px;
	margin-left:0px;
	margin-right:0px;	
}

#edzoknek-akdemia .edzoknek{
	background-image:url(/images/left-bg.png);
	background-size: cover;
	border-top:1px solid #a0ac58;
	color:white;
}

#edzoknek-akdemia .akademia{
	background-image:url(/images/right-bg.png);
	background-size: cover;
	border-top:1px solid #d1d0ce;
}

/*legnezettebb*/
#legnezettebb{
	margin-bottom:250px !important;
	margin-top:100px !important;
}

#legnezettebb > .row:first-child{
	height:828px;
	background-size:cover;
	background-image:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%), url(/images/video-borito2.png);
	margin-left: 0px;
	margin-right: 0px;
}

#legnezettebb .video-cover.sorozat{
	background-image:none;
}

#legnezettebb .video-cover.sorozat .title{
	transform: translateY(95%);
}

#legnezettebb-float{
	position: absolute;
	top:130px;
	right:0px;
	background-color:white;
	margin-right:0px;
	padding-left:50px;
	padding-right:50px;
	max-width:740px;
	padding-bottom:50px;
	-webkit-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
}

#legnezettebb-float .legnezettebb-video{
	margin-top:20px;
	margin-bottom:60px;
}

#legnezettebb-float .video-cover{
	height: 270px;
	margin-bottom:14px;
}

#legnezettebb-float .button4{
	margin-top:40px;
}

/*kiprobalom*/
#kiprobalom .row:first-child{
	height:175px;
	color:white;
	font-size: 1.2rem;
}

/*hirlevel*/
#hirlevel{
    margin-top: 14px !important;
    margin-bottom: 14px !important;	
}

#hirlevel .row:first-child{
	height:175px;
	color:#707070;
	font-size: 1.2rem;
	margin-left: 0px;
	margin-right: 0px;
}

#hirlevel .input{
	font-size: 16px;
	padding:3px;
	width: 300px;
}

@media (max-width: 1045px){
	#hirlevel .row:first-child{
		height:275px;
	}
	#hirlevel .hirlevel{
		width:400px;
	}
	#hirlevel .hirlevel input{
		margin-left:0px !important;
		margin-top:5px !important;
	}
}

/*footer*/
#footer>.row:first-child{
	/*height:260px;*/
	color:white;
}

#footer .icons{
	border-right:1px solid #fff;
}

#footer .icon{
	font-size: 20px;
}

#footer .menu a{
	color:white;
	border-bottom:1px solid #fff;
}

#footer a:hover{
	text-decoration: none;
}

/*footer2*/

#footer2 a{
	font-size: 1rem;
	color:#fff;
}

#footer2 a:hover{
	text-decoration: underline;
}

#footer2>.row:first-child{
	height:70px;
	color:#84858a;
	font-size: 0.8rem;
}

.footer1-background{
	background-color: #1D5374;
}

.footer2-background{
	background-color: #051C2B;
}

/*training list*/

#inner-header{
	height:210px;
	background-size:cover;
	background-image:url(/images/inner-header-bg.png); 
	position: relative;
}

#inner-header h1{
	/*color:#0A3C5B;*/
	color:#ffffff;
	position: absolute;
	top:50px;
}

/*auto height hack*/
#trainings{
	min-height: 400px;
	position: relative;
	top:-80px;
}

#trainings .training .inner{ 
	padding-bottom: 12%;
    position: relative;
}

#trainings .training{
	background-color: white;
	margin-bottom:10px;
	-webkit-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	padding:30px;
	padding-bottom:100px;
}

#trainings .training.akademia{
	width:50%;
	float:left;
}

#trainings .training>.row:first-child{
	min-height: 300px;
	/*height: 300px;*/
	/*max-height: 300px;*/
}

#trainings .training .video{
	padding-left:10px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

#trainings .training .profil img{
	border:5px solid #EBEBEB;
	width:100%;
	max-width:190px;
}

#trainings .training .profil .img.kicsi img{
	max-width: 130px;
	margin-top:15px;
}

#trainings .training .profil .img{
	position: relative;
	display: inline-block;
}

#trainings .training .profil .img.kicsi{
	display: block;
}

#trainings .training .profil .ingyenes{
	position: absolute;
	bottom:-3px;
	left:50%;
	transform: translateX(-50%);
	background:linear-gradient(to right, #33E8E7 0%, #00B3E9 100%);
	padding:4px 20px 4px 20px;
	color:white;
	font-weight: bold;
	font-size: 0.7rem;
	text-transform: uppercase;
	border-radius: 10px;
	letter-spacing:2px;
}

#trainings .training .profil .ingyenes.kicsi{
	font-size: 0.6rem;
}

#trainings .training .leiras{
	padding-left:30px;
	padding-right:30px;
	height:100%
}

#trainings .training .leiras .intro{
	/*max-height: 120px;*/
	overflow: hidden;
	font-size: 0.9rem;
}

#trainings .training .leiras button{
	position: absolute;
	bottom:0px;
}

#trainings .video-inline{
	display:inline-block;
	margin-bottom:100px;
	width:30%;
	height:333px;
	margin-left: 10px;
	margin-right: 10px;	
}

#trainings .video-inline .video-cover.small.sorozat .title::before{
	width:27px;
	height:19px;
}

#trainings .video-inline .video-cover.small.sorozat .title {
    font-size: 1.1rem;
	background-color: #282C34;
}

#trainings .video-inline .video-cover.small .title {
    background-color: transparent;
    font-size: 1.1rem;
}

@media (max-width: 1600px){
	#trainings .video-inline{
		width:31%;
		height:230px;
	}
}

@media (max-width: 1100px){
	#trainings .video-inline{
		width:46%;
	}
	
	#trainings .training.akademia{
		width:100%;
		float:none;
	}
	
	#trainings .training>.row:first-child{
		min-height: 300px;
		height: auto;
		max-height: none;
	}
}

@media (max-width: 800px){
	#trainings .video-inline{
		width:85%;
		height:300px;
	}
}

@media (max-width: 576px){
	#trainings .video-inline{
		width:95%;
		height:200px;
	}
}

#trainings .video-inline.hop {
    opacity: 0;
    height: 0px !important;
    margin: 0px !important;
	padding: 0px !important;
}

/*registration*/
#registration{
	min-height: 400px;
	position: relative;
	top:-80px;
	background-color: white;
	-webkit-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	-moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
	padding: 60px 80px 60px 80px;
}

#registration .titles{
	border-bottom:1px solid #C4CDD5;
	padding-bottom:10px;
	font-size: 19px;
	font-weight:400;
}

#registration span.aktiv{
	border-bottom:4px solid #33E8E7;
	padding-bottom:8px;
}

#registration .left{
	padding-right:10px;
}

#registration .cimke{
	padding-top:25px;
	padding-bottom:5px;
}

#registration .cimke.kotelezo::after{
	content: "*";
	color:red;
}

#registration .input input{
	padding:3px;
	width:100%;
}

#registration .aszf{
	padding-top:30px;
}

#registration .vagy h2{
	font-size: 20px;
	font-weight: 600;
}

#registration .vagy{
	position: relative;
}

#registration .vagy::before{
	content: '';
    border-bottom: #000000 1px solid;
    width: 67px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-160%) translateY(0%);
}

#registration .vagy::after{
	content: '';
    border-bottom: #000000 1px solid;
    width: 67px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(50%) translateY(0%);
}



/*sizes*/

@media (max-width: 1750px){
	
	#header .col-xl-5{
		max-width:35%;
	}	
	
	#header .col-xl-5 .mx-5{
		margin-left:1.5rem !important;
		margin-right:1.5rem !important;
	}
	
}

@media (max-width: 1400px){
	
	#header .button1{
		margin-right:5px !important;
	}
	
	#header input[type="text"]{
		width:200px;		
	}
	
	#header .icon-input{
		margin-left:20px;	
	}
	
	#header .w-95{
		width:98%;
		max-width:98%;
	}
	
	#header .col-xl{
		padding:0px;
	}
	
	#trainings .training>.row:first-child {
		/*min-height: 235px;*/
	}
	
	#trainings .training .leiras .intro {
		/*max-height: 90px;*/
	}
	
}

@media (max-width: 1200px){
	
	.legnezettebb-video::before{
		left:-10px;	
	}
	
	.video-cover .title .video-count{
		padding-top:8px;
	}
	
	html{
		font-size: 90%;
	}

	#new-videos .inner{ 
		padding-bottom: 42%;
	}
	
	#edzoknek-akdemia .button5, #edzoknek-akdemia .button6{
		width:150px;
	}
	
	#legnezettebb > .row:first-child{
		height:600px;
	}
	
	#legnezettebb-float{
		top:100px;
		width:470px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	
	#legnezettebb-float .video-cover{
		height: 200px;
		margin-bottom:14px;
	}	
			
	#footer>.row:first-child{
		/*height:150px;*/
	}
	
	#trainings .training .video{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	
}

@media (max-width: 992px){
	
	h2{
		font-size: 1.8rem;
	}
	
	.video-cover.sorozat .subtitle{
		font-size: 2rem;
		bottom:20px;
	}
	
	.video-cover.sorozat .title::before{
		width: 32px;
		height: 22px;
	}
	
	.legnezettebb-video::before{
		width:55px;
		height:57px;
	}
	
	#legnezettebb-float {		
		top: 0px;
		width: auto;
	}
	
	#new-videos .uj-video {
		margin-bottom: 40px;
	}
	
	#kiprobalom .button4{
		margin-top:30px;
	}
	
	#legnezettebb-float .legnezettebb-video{
		font-size:1.5rem;
	}
	
	#legnezettebb {
		margin-bottom: 150px !important;
	}
	
	#footer .menu a{
		/*margin-left:10px !important;
		margin-right:10px !important*/;		
	}
	
	#trainings .training .video{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	#footer .icons{
		border-right:0px solid #fff;
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	#footer .belepes{
		text-align: center !important;
		margin-top:20px;
	}
	
}

@media (max-width: 768px){
	
	#new-videos .inner{ 
		padding-bottom: 0px;
		position: static;
	}
	
	#new-videos .absco {
		position: static;
		height: auto;
	}
	
	#new-videos .video-cover{
		height:300px;
	}
	
	#new-videos .inner .v2, #new-videos .inner .v3 {
		padding-left: 0px;
	}
	
	#kiprobalom-regisztracio{
		width:100%;
		max-width: 100%;
	}
	
	#legnezettebb-float{
		margin-right: -15px;
		position: relative;
	}
	
	#legnezettebb-float .video-cover{
		position: relative;
		height:300px;
	}
	
	#legnezettebb > .row:first-child {
		height: 828px;
	}
	
	.legnezettebb-video::before{
		width:73px;
		height:75px;
	}
	
	#legnezettebb-float .legnezettebb-video{
		font-size: 1.8rem;
	}
	
	#footer .menu a{
		/*margin-left:30px !important;
		margin-right:30px !important*/;
	}
	
	#footer .icons{
		border-right:0px solid #fff;
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	#footer .belepes{
		text-align: center !important;
		margin-top:20px;
	}
	
	#trainings .training .video{
		height:300px;
		margin-top:50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}
	
	#trainings .training .leiras .intro {
		max-height: 65px;
	}
	
}

@media (max-width: 576px){
	
	.w-95{
		/*width: 100%;*/
		/*max-width: 100%;	*/
	}
	
	html{
		font-size: 80%;		
	}
	
	#kiprobalom-regisztracio .button4, #kiprobalom-regisztracio .button3{
		width:130px;
	}
	
	#new-videos .inner .v2, #new-videos .inner .v3 {
		padding-left: 0px; 
	}
	
	#new-videos .video-cover{
		height:200px;
	}
			
	#legnezettebb-float .video-cover{
		height:200px;
	}
	
	#legnezettebb > .row:first-child {
		height: 600px;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	#trainings .training{
		padding:5px;
	}
	
	#trainings .training .leiras .intro {
		max-height: 130px;
	}
	
	#trainings .training .bottom-button{
		/*margin: */
	}
	
	#registration{
		padding:20px;
	}
	
	.kapcsolat img{
		max-width: 100px;
	}
	
}

.newtime_logo{
	position: absolute;
	right:5%;
}

@media (max-width: 1200px){
	.newtime_logo{
		position: static;
		width:100%;
		background-color:#051C2B;
		margin-top:5px;
		text-align: center;
	}
}

#index-video {
    /*height: 100%;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
    /*z-index: -100;*/
    /*right: 0;*/
    /*bottom: 0;*/
	
	/*height: 312px;*/
    width: 80%;
	max-width:100%;	
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;

    /*background: url(../img/index-image.jpg) no-repeat center center;
    background-size: cover;*/
    overflow: hidden;
}

.index-video-wrapper {
    height: 100%;
    width: 100%;
	position: relative;
	background-color:#2a2a2a;
    /*background: url(../img/index-image.jpg) no-repeat center center;
    background-size: cover;*/
}

.blog-content img{
	max-width: 100%;
	height:auto;
}

.scroll_down{
	position: relative;	
	top:-30px;
	text-align: center;
	z-index: 2;
	animation: scrollDown_icon 2000ms linear;
    animation-iteration-count: infinite;
}

@keyframes scrollDown_icon {
    0% {
        opacity: 0;
        transform: translateY(-200%);
    }
    40% {
        transform: translateY(-60%);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.ev-honlapja{
	position: fixed;
	z-index: 100;
	bottom:18pt;
	left:10pt;
	/*display: none;*/
	border-radius: 50%;
	width:90pt;
	height:90pt;
	background-image:url(/images/ev-honlapja-2018-2.png);
	background-size: contain;
	transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 0.5s;
	cursor: pointer;
}

.ev-honlapja:hover{
	transform: scale(1.2);	
}

@media (max-width: 576px){
	.ev-honlapja{
		width:45pt;
		height:45pt;
		bottom:18pt;
		left:5pt;
	}
	.ev-honlapja:hover{
		transform: scale(1);	
	}
}

.home-page-list{
	list-style: none;
}

.home-page-list li::before{
	content: "\2022";
	color: #00B5EA;
	font-weight: bold;
	font-size: 25px;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.home-page-list-circle{
	position: absolute; 
	margin-left: 5px;
	width:90%; 
	height: 90%; 
	background: linear-gradient(to bottom, #33E8E7 0%, #00B3E9 100%);
	border-radius: 100%
}


.home-page-info-border{
	margin-top: -48px;
	padding-bottom: 4px;
	margin-bottom: 50px; 
	width:200px; 
	background-image:linear-gradient(to bottom, #33E8E7 0%, #00B3E9 100%)
}

@media (max-width: 1150px){
	.home-page-info-border{
		margin-top: -30px;
		padding-bottom: 4px;
		margin-bottom: 50px; 
		width:200px; 
		background-image:linear-gradient(to bottom, #33E8E7 0%, #00B3E9 100%)
	}
}

@media (max-width: 870px){
	.home-page-info-border{
		margin-top: -39px;
		padding-bottom: 4px;
		margin-bottom: 50px; 
		width:200px; 
		background-image:linear-gradient(to bottom, #33E8E7 0%, #00B3E9 100%)
	}
}


@media (max-width: 900px){
	.home-page-list-circle{
		width: 100%; 
		height: 100%; 
	}
}

/**
footer
*/
.footer-list{
	margin-left: 40px;
	font-size: 14px;
}

.footer-main-item{
	font-size: 20px;
	font-weight: bold;
}

@media (min-width: 900px){
	.footer-main-item{
		border-right: 1px solid #0AC0EA;
	}
}
@media (max-width: 900px){
	.footer-main-item{
		border-bottom: 1px solid #0AC0EA;
	}

	.footer-list{
		padding: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.footer-list-item{
		padding-left: 0;
	}
}

/*stream*/
.video-cover.fak {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-image: none !important;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.stream_1 {
    display: flex !important;
}
.video_0 {
    display: block;
    background: white;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}
.stream_0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.stream_0 iframe{
    height: 600px !important;
}
.video_container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.stream-cover {
    height: 600px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stream_chat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.stream_chat_helye {
    width: 99%;
    height: 604px;
    text-align: center;
    border: 2px solid #33E8E7;
}
.date_title {
    font-size: 30px;
    padding-top: 50px;
}
.date_text {
    padding-top: 50px;
    font-size: 24px;
}
.date1 {
    font-size: 16px;
    padding-top: 20px;
}
.date2 {
    font-size: 16px;
    padding-top: 10px;
}
@media (max-width: 1199px){
	.stream_1 {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }
	.stream_0 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
	.stream_chat {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
	.stream_chat_helye {
        width: 99%;
        height: 604px;
        /*background: #323F50;*/
        text-align: center;
        border: 2px solid #33E8E7;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 850px){
	.stream_0 iframe {
        height: 470px !important;
    }   
	.stream-cover {
        height: 470px !important; 
    }
}
@media (max-width: 450px){
	.stream_0 iframe {
        height: 300px !important;
    }
	.stream-cover {
        height: 300px !important;
    }
}