
/*

font-family: 'Poppins', sans-serif;
font-family: 'Rubik', sans-serif;

*/

/* Általános */

body {margin:0;padding:0;font-family: 'Poppins', sans-serif; color:#000; color:#3d3d3d; font-size: 16px; font-weight:400;}

body.gbg {background-color:#f9f9f9;}

img {
    max-width: 100%;
    height: auto;
}

.block {
	display:block;
}

.bold{
	font-weight:700;
}

.text-right {
	text-align:right;
}

.mb-20{
	margin-bottom:20px;
	display:block;
}

.content{
	max-width:1366px; 
	margin: 0 auto;
	padding: 0 20px;
    box-sizing: border-box;
}


a {
    color: #2ea3f2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.hidden {
	visibility: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    font-size: 36px;
	line-height: 1.4em;
}

h1 a, h2 a, h3 a, h4 a {
    color: #000;
}

h2 {font-size: 30px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}

.smallmargin{
	margin: 0 0 10px 0;
}

.grayheader {
	background-color: #F3F3F3;
	padding: 18px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	/*
    margin-right: -15px;
    margin-left: -15px;
	*/
}

.col-50-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px){.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}}
@media (min-width: 576px){.col-sm-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}}

@media (min-width: 576px){.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}}

@media (min-width: 576px){.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}}

@media (min-width: 576px){.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}}

input[type="text"], input[type="password"], textarea{
    width: 100%;
	border: solid 1px #e1e1e1;
    border: solid 1px #707070;
	border: solid 1px #b8b8b8;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
	border-radius: 35px;
	border-radius: 4px;
}

input[type="checkbox"]{
    display: none;
}

input[type="checkbox"] + label span  {
    display: inline-block;
    width: 19px;
    height: 18px;
    background-image: url('../img/checkbox.png');
    margin-right: 10px;
    position: relative;
    top: 2px;
}

input[type="checkbox"]:checked + label span {
    background-position: 0 100%;
}

select{
	border-radius: 35px; 
	border-radius: 3px; 
	background: #fff;
	padding: 10px 12px 9px 12px;
	padding: 16px 12px;
	border-bottom:solid 1px #b8b8b8;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color:#454545;
	display: inline-block;
	margin-bottom: 25px;
}

option:checked, option:hover {
  background-color: #0061a6;
}

button, input[type="submit"], .button {
	background-color:#d89544;
	border: solid 1px #d89544;
	border-radius:2px;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	width:auto;
	padding: 15px 70px;
	text-transform:uppercase;
	display: inline-block;
	cursor: pointer;
	text-align:center;
	line-height:28px;
    box-sizing: border-box;
}

button:hover, input[type="submit"]:hover, .button:hover {
	text-decoration:none;
	background-color:#d89544;
}

.button_inactive, .button_inactive:hover {
	background-color:#d89544;
	border: solid 1px #d89544;
	cursor: auto;
}

.grey, .grey:hover {
	background-color: #e0e0e0;color: #444; border: solid 1px #b8b8b8;
}

.cancel {
	border-radius:5px;
	background-color:#ea2c59;
	border: solid 1px #ff0000;
	display:block;
	margin-top:10px;
}
.cancel:hover {
	background-color:#ff0000;
}

fieldset {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
	border:0;
}

fieldset label, fieldset label a {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	line-height:28px;
}

fieldset label a {
	text-decoration:underline;
}


#BuyLogin, #SubScript{
	border: solid 1px #b8b8b8;
	border-top:0;
	padding: 30px 20px;
	border-radius: 0 0 5px 5px;
	background-color: #f3f3f3;
	margin-top:-1px;
}

#SubScript{
	display:none;
}

.col-50-50 a, .col-50-50 a:hover {
	width:100%;
	border-radius: 5px 5px 0 0;
	background-color: #e0e0e0;
	border: solid 1px #b8b8b8;
	color:#444;
	padding:15px;
}

.col-50-50 a.active {
	background-color: #f3f3f3;
	border-bottom:0;
	font-weight:normal !important;
}


.pr {padding-right:20px; box-sizing: border-box;}
.pl {padding-left:20px; box-sizing: border-box;}
.text-left {text-align:left !important;}
.mb-15 {margin-bottom:15px;}

.normal {
	font-weight:normal !important;
}

.center {
	text-align:center;
}

.bigtext {
	font-size:19px;
	line-height:33px
}

div.error{
    color:#ff0000;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	text-align:center;
	margin-bottom:0px;
	margin-top:10px;
	line-height:30px;

}

div.error ul, div.error li {
list-style: none;
}

div.success{
    color:#fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	text-align:center;
	margin-bottom:30px;
	line-height:30px;
	padding: 20px;
    background-color: #2a7a05;

}

div.error li{
    color:#ff0000;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 19px;
}

div.siteAlert {
	background-color:#0061a6;
	text-align:center;
	color:#fff;
	padding:20px;
	margin-bottom: 26px;
}
div.siteAlert a {
	color:#ffec00;
	padding-left:20px;
	text-decoration:underline;
	display:inline-block;
	font-weight:700;
}
div.siteAlert a:hover {
	text-decoration:none;
}

/* /Általános */


/* Menü */

header {
	overflow: hidden;
	background-color: #fff;
	max-width:1366px; 
	margin: 20px auto;
	/* border-bottom: solid 1px #999; */
}
div.shadow {
	width:100%;
	margin:0;
	padding: 10px 0 2px 0;
	background-color: #fff;
	/*box-shadow: 0px 15px 10px -19px #111;  */
	box-shadow: 0px 3px 16px 1px rgb(0 0 0 / 15%);
}

header, header a {
	font-family: 'Poppins', sans-serif;
}


a#logo {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	width:343px;
	height:80px;
	width:363px;
	height:100px;
	background: transparent url('../img/logo_uj.png') 0% 0% no-repeat padding-box;
	background-size: contain;
	margin:0 0 0 20px;
}

#langlist, #langlistm {
	text-align:right;
	margin-bottom:10px;
}

#langlistm {
	display: none;
	text-align:center;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom: solid 1px #d2d2d2;
}

#langlist a, #langlistm a {
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
	/*font-family: 'Adamina', serif; */
	color: #d89544;
	text-transform:uppercase;
}

#langlistm a {
	display: inline;
}

#langlist a:hover, #langlistm a:hover {
	text-decoration: underline;
}

#langlist a.act, #langlistm a.act {
	font-weight:bold;
}

/*

#langlist a:first-child, #langlistm a:first-child {
	background: transparent url('../img/globe.png') 0% 0% no-repeat padding-box;
	padding-left:40px;
}

*/

#langlist a:last-child, #langlistm a:last-child {
	padding-right:20px;
}

.navblock {
	float:right;
}

.topnav {
	float:right;
	margin-top:15px;
}

.topnav a {
	float: left;
	display: block;
	text-transform:uppercase;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 18px;
	font-weight:500;
	font-family: 'Adamina', serif;
	color: #3D3D3D;
}

.active {
	font-weight:700 !important;
}

.topnav #hicon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {   
	border: none;
	outline: none;
	padding: 12px 16px 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	text-transform:uppercase;
	font-size: 18px;
	font-weight:500;
	cursor: pointer;
	font-family: 'Adamina', serif;
	color: #3D3D3D;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 3px 16px 10px rgba(0,0,0,0.15);
	z-index: 2;
	padding-bottom:10px;
	margin-left:-145px;
	margin-left:-15px;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 18px 10px 18px 0;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: solid 1px #d2d2d2;
	margin:0 25px;
	text-transform:none;
}

.dropdown-content a:first-child {
	background: transparent url('../img/menubg.png') 0% 0% no-repeat;
	padding-top:35px;
	margin-top:-6px;
}

.dropdown-content a:last-child {
  border-bottom: 0;
}

.topnav a:hover {
	text-decoration: underline;
}

.dropdown:hover .dropbtn {
	text-decoration: none;
}

.dropdown-content a:hover {
	text-decoration: underline;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Menü - vége */

/* Lábléc */


.footerbanner {
	padding:40px;
	margin-bottom:40px;
	text-align:center;
}

footer, footer a {
	background-color: #1c1c1c;
	color:#FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
}

footer a {
	display:inline-block;
	margin-bottom:20px;
}

footer a {
	margin-bottom:22px;
}

footer .content {
	padding:50px;
}

.credo {
	font-size:12px;
	font-family: 'Poppins', sans-serif;
	text-transform:none;
	line-height:21px;
}

a#footerlogo {
	display: block;
	width:343px;
	width:463px;
	height:80px;
	width:363px;
	height:100px;
	background: transparent url('../img/logo_footer_uj.png') 0% 0% no-repeat padding-box;
	background-size: contain;
	margin:10px auto 20px auto;
}

.whiteborder {
	border-bottom: solid 1px #fff;
	padding-bottom:40px;
	margin-bottom:40px;
}

div#barion_footer_wild{
	margin-top:20px;
	background: url("../img/barion_footer_wild.png") no-repeat center top;
	height:75px;
	width:100%;
}

/* Lábléc - vége */


/* Címlapi naptárfejléc */

.calendar-header {
	margin-bottom:40px;
}

.calendar-header h1 {
	margin:0;
}

.vod h1 {
	margin-top:10px;
}

.calendar-header p {
	margin-top:0;
	text-transform:uppercase;
}

.calendar-header select {
	margin: 10px 0 0 0;
	width:calc(100% - 20px);
}

.calendar-header select#contentType {
	width:100%;
}

.calendar-header hr {
	margin: 20px 0;	
}

.calendar-header {
	margin-bottom:40px;
}

/* Címlapi naptárfejléc - VÉGE */

/* Címlapi közlemény */

.home-announcement, .latest-news {
	background-color: #F3F3F3;
	padding:30px;
	text-align:center;
	margin-bottom:30px;
}

.home-announcement .button {
	margin-top:30px;
}

/* Címlapi közlemény - VÉGE */

/* Accordion ajánló */

.accordion {
	background-color: #0061a6;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 22px;
	transition: 0.4s;
	text-align:center;
	text-transform:uppercase;
	background: #0061a6 url('../img/arrow_down.png') right 30px center no-repeat padding-box;
}

.acc-active, .accordion:hover {
	background-color: #0061a6;
}

.acc-active {
	background: #0061a6 url('../img/arrow_up.png') right 30px center no-repeat padding-box;
}

.panel {
	padding: 18px 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.ItemList {
	padding: 18px 0;
	background-color: white;
	margin-bottom:55px;
}

.panel h2, .ItemList h2 {
	margin: 0;
}

.panel hr, .ItemList hr {
	margin: 40px 0;
}

.panel p hr:last-child, .ItemList hr:last-child {
	display: none;
}

div.timePart {
	width:110px;
}

div.detailsPart {
	width:calc(100% - 110px);
}

div.detailsPart a.type {
	color:#000;
	text-transform:uppercase;
	text-decoration:underline;
	display:block;
	margin-bottom:18px;
}


a.StreamPic {
	width: 387px;
	display: block;
	margin-left:110px;
}

a.StreamPic img {
    max-width: 100%;
    height: auto;
}

div.ItemContent {
	width:calc(100% - 777px);
	padding: 0 40px;
    box-sizing: border-box;
}

div.cancelled div.ItemContent {
	width:calc(100% - 390px);
	padding: 0 20px 0 0;
    box-sizing: border-box;
	margin-left:110px;
}


div.ItemContent p {
	margin: 0 0 10px 0;
}

div.ItemContent a {
	color:#000;
	text-decoration:underline;
}

div.ButtonBlock {
	width: 280px;
	text-align:center;
}

div.ButtonBlock b {
	display: block;
	margin-bottom:30px;
	font-size:24px;
	font-weight:400;
}

div.ButtonBlock .button {
	width: 100%;
	padding:15px;
	text-align:center;
    box-sizing: border-box;
}

div.ButtonBlock a.alsoInPack {
	color:#000;
	text-decoration:underline;
	display:block;
	font-weight:600;
	margin-top:30px;
}

div.NoFree .button {
	background-color:#D7D7D7;
	border:0;
}

div.NoFree b {
	margin-bottom:15px;
}

div.NoFree p {
	font-size:16px;
	font-weight:600;
}

div.cancelled h2, div.cancelled h2 a {
	color:#8D8D8D;
	margin-bottom:10px;
}

div.cancelled .button {
	margin-top:8px;
}

/* Accordion ajánló - VÉGE */



/* Cimlapi ajanlok */

.column-padding div {
	padding: 0 20px;
    box-sizing: border-box;
}

.column-padding div.col-sm-6:first-child {
	padding: 0 20px 0 0;
}

.column-padding div.col-sm-6:last-child {
	padding: 0 0 0 20px;
}

.workshops h3, .workshops h4 {
	font-weight:600;
}

.latest-news {
	text-align:left;
	margin-top:30px;
	padding: 30px 30px 30px 30px;
}

.latest-news h2 {
	margin-bottom:30px;
}

.latest-news a.type {
	color:#707070;
	font-size:14px;
	display:inline-block;
	margin-bottom:10px;
}

.latest-news span {
	color:#707070;
	font-size:14px;
	display:inline-block;
	margin-top:10px;
}

/* Cimlapi ajanlok - VÉGE */



/* Részletek */

.detailsPage {
    margin-top: 40px;
}

.detailsPage .text-left, .traners .text-left {text-align: left !important;}

.detailsPage h1 {
    margin: 8px 0 15px 0;
}

.detailsPage h2 {
    margin-top: 0;
}

.detailsPage .DocType, .RecomElement .DocType {
    text-transform: uppercase;
	font-size:14px;
}

.RecomElement .DocType {
    color:#777;
}

.detailsPage .VideoPrice, .detailsPage .bigtext {
    margin-bottom: 6px;
	font-size:20px;
}

.detailsPage .VideoPrice a {
    color:#000;
	text-decoration:underline;
}

.detailsPage .VideoPrice a:hover {
    color:#2ea3f2;
}

.detailsPage .button {
	width:100%;
    box-sizing: border-box;
}

.detailsPage .FreeSeats {
    margin: 20px 0 14px 0;
}

.indexPics {
	padding: 20px 20px 0 0;
	background-color: #F3F3F3;
	border: solid 1px #999;
	border-top:0;
}

.indexPics .col-sm-4 {
	padding: 0 0 20px 20px;
    box-sizing: border-box;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.RecomElement p {
	display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
	margin-top:5px;
}

.RecomElement .VidTitle{
	color:#000;
	margin:10px 0;
	font-size:21px;
	display:block;
	font-weight:500;
}

/* Részletek - VÉGE */



/* Oktatóink, Óratípusok */

.traners{
    margin: 0px 0 80px 0;
}
.traners .col-sm-6{
    margin: 0px 0 40px 0;
    box-sizing: border-box;
}

.traners .col-sm-6:nth-child(odd){
    padding-right: 20px;
}

.traners .col-sm-6:nth-child(even){
    padding-left: 20px;
}

h1.head-treaners {
   margin: 40px 0 40px 0;
}

.traners h2 {
    margin-top: 0;
}

.traners p {
    font-size: 20px;
}

.traners p a.more {
    color: #000;
	font-weight:bold;
	text-decoration:underline;
}

.traners p a.more:hover {
    color: #2ea3f2;
}

.join_us {
	background-color:#0061a6;
	text-align:center;
	padding:60px;
	margin-bottom:60px;
}

.join_us h2 {
	color:#fff;
	margin:0 0 40px 0;
	font-weight:400;
}

.join_us a.button {
	color:#fff;
	border: solid 1px #fff;
	border-radius:5px;
	text-transform:none;
}

/* Oktatóink, Óratípusok - VÉGE */



/* Cikkoldal */

p.article_category {
	margin:40px 0 20px 0;
}

p.article_category a, p.lead_element a {
    color: #000;
	text-decoration:underline;
}

p.article_category a:hover, p.lead_element a:hover {
    color: #2ea3f2;
}

.article_header {
	height: 435px;
	background: transparent url('/file/cikk_kep.jpg') 50% 50% no-repeat padding-box;
	background-size: cover;
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px 4px #000000;
	max-width: 1600px;
	margin: 0 auto;
}

.article_header .content h1 {
	padding: 60px 0 0 0;
	min-height: 270px;
	font-size:56px;
	color:#fff;
	display:block;
	margin:0;
	font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif; 
}

.article_header .content p, .article_header .content p a {
	color:#fff;
}

.article_header .content i, p.lead_element i {
	font-style:normal;
	padding:0 10px;
}

.col-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    box-sizing: border-box;
	padding: 40px 25px 40px 0;
}

.col-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    box-sizing: border-box;
	padding: 40px 0 40px 25px;
}

.article_right h4 {
	border-bottom: solid 1px #707070;
	padding-bottom:10px;
	margin-bottom:15px;
	margin-top:0;
	font-weight:700;
}

.article_right .latest-news h4 {
	border-bottom: 0;
	margin-top:20px;
}

.article_right .tags {
	line-height:35px;
	margin-bottom:60px;
}

.article_right .player {
	margin-top:0;
}

.article_right .player .support {
    padding: 0 20px 20px 20px;
}

.article_right .tags a {
	font-size:18px;
}

.article_body {
	font-size:20px;
	line-height:32px;
}

p.lead {
	margin:0 0 40px 0;
	font-weight:700;
}

.article_body h3 {
	font-weight:700;
}

.article_body hr {
	margin:60px 0;
}

.article_body .AricleImage, .article_body figure.image {
	margin:0 0 40px 0;
}

.article_body .AricleImage img, .article_body figure.image img {
	display:block;
	margin:0;padding:0;
	width:100%;
}

.article_body .AricleImage div, .article_body figure.image figcaption {
	margin:0;
	padding:12px;
	background-color:#F3F3F3;
	font-size:12px;
	line-height:21px;
}

.article_body blockquote {
	border-left:solid 30px #000;
	padding-left:40px;
	margin: 40px 0 40px 20px;
	display:block;
}

.article_body .keretes, .article_body address {
	margin: 40px 0 40px 0;
	padding: 20px 40px;
	background-color:#F3F3F3;
	font-size:16px;
	line-height:30px;
}
.article_body address {
	padding: 40px;
	font-style: normal;
}

.article_body .bookmarks {
	margin-bottom:30px;
}

.article_body .bookmarks b, .article_body .bookmarks a{
	display:block;
	margin-bottom:7px;
}

.article_body .bookmarks a{
	font-weight:500;
}

.pagination a {
	font-weight:500;
	font-size:22px;
}

/* Cikkoldal - VÉGE */

/* Blog Nyitó */

.column-padding div.small_lead {
	margin-bottom:30px;
	padding:0;
	font-size:18px;
}

.small_lead div {
	padding: 0 20px 0 0;
}


.small_lead p {
	margin: 0;
	display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
}

.small_lead a {
	display:block;
	color:#000;
	font-weight:700;
	margin-bottom:4px;
}

.small_lead div:last-child {
	padding: 0 0 0 0;
	margin-top:-4px;
}

a.MoreArticles {
	display:block;
	font-size:22px;
	color:#000;
	margin-top:30px;
}

p.mainText {
	font-size:20px;
}

.lineheader {
	margin: 40px 0;
}

.lineheader h1{
	display:inline;
	position:relative;
	background-color:#fff;
	z-index:2;
	padding-right:20px;
}

.lineheader hr{
	margin:0;padding:0;
	position:relative;
	top:-20px;
	z-index:1;
}

/* Blog Nyitó - VÉGE */


/* Hűségprogram */

.loyalty h2, .loyalty h3, .loyalty h4 {
	margin:0;
	margin-bottom:10px;
}

.loyalty h3 {
	margin-bottom:25px;
}

.loyalty table.AccTable {
	width:95%;
}

/* Hűségprogram - VÉGE */

@media screen and (max-width: 1230px) {

	a#logo {
		float: left;
		display: block;
		color: #f2f2f2;
		text-align: center;
		width:296px;
		height:90px;
		background: transparent url('../img/logo_uj.png') 0% 0% no-repeat padding-box;
		background-size: contain;
		margin:13px 0 0 20px;
	}

	/* Menü */

	.topnav a {
		padding: 14px 10px;
		font-size: 16px;
	}

	.dropdown .dropbtn {   
		padding: 14px 10px;
		font-size: 16px;
	}

	/* Menü - vége */

}

@media screen and (max-width: 1150px) {

	/* Accordion ajánló */

	a.StreamPic {width: 350px;}
	div.ItemContent {width:calc(100% - 700px);}
	div.ButtonBlock {width: 200px;}
	div.cancelled div.ItemContent {width:calc(100% - 350px);}

	/* Accordion ajánló - VÉGE */

}

@media screen and (max-width: 1024px) {

	/* Általános */

	h1 {font-size: 30px;line-height: 1.1em;}
	h2 {font-size: 22px;line-height: 1.1em;}
	h3 {font-size: 18px;line-height: 1.1em;}
	h4 {font-size: 16px;line-height: 1.1em;}

	/* Általános - vége */

	/* Menü */

	header {
		height:70px;
		margin: 0 0 10px 0;
		border-bottom: solid 1px #999;
	}

	div.shadow {
		width:100%;
		margin:0;
		padding: 0;
		background-color: #fff;
		box-shadow: 0px 5px 16px 1px rgb(0 0 0 / 15%);
	}

	.topnav {
		margin-top: 5px;
	}

	a#logo {
		width:215px;
		height:40px;
		margin: 18px 0 0 10px;
		background: transparent url('../img/logo_40_uj.png') 0% 0% no-repeat padding-box;
	}

	.responsive #langlistm {
		display: block;
	}

	.topnav a, .dropdown .dropbtn, #langlist{
		display: none;
	}

	.topnav a#hicon {
		float: right;
		display: block;
		font-size:28px;
		text-decoration:none;
		margin-right:10px;
		padding-top:10px;
	}

	.topnav.responsive {
		position: absolute; 
		margin-top: 0;
		top:71px; 
		right:0; 
		width:100%; 
		background-color: #fff;
		background-color: #F3F3F3;
		border-bottom: solid 1px #999;
		box-shadow: 0px 13px 16px 1px rgba(0,0,0,0.15);
		z-index:4;
	}

	.dropdown-content {
		background-color: #f9f9f9;
		box-shadow: none;
	}

	.dropdown-content a:first-child {
		background: none;
		padding-top:20px;
		margin-top:0;
	}

	.topnav.responsive #hicon {
		position: absolute;
		right: 0;
		top: -71px;
		font-size: 34px;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .dropdown {
		float: none;
	}

	.topnav.responsive .dropdown-content {
		position: relative;
		margin-left:0;
	}

	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}

	div.siteAlert {
		margin-bottom: 0;
	}

	/* Menü - vége */

	/* Lábléc */

	footer .col-sm-9, footer .col-sm-6, footer .col-sm-4, footer .col-sm-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	footer .row .col-sm-3{
		border-bottom: solid 1px #999;
		margin-bottom:15px;
		padding-bottom 15px;
	}

	footer .whiteborder .col-sm-3, footer .row .col-sm-3:last-child{
		border-bottom: 0;
		margin-bottom:0;
	}

	a#footerlogo {
		margin: 0 auto 30px auto;
	}

	footer a {
		font-size:16px;
		text-transform:none;
		display:inline-block;
		margin-bottom:12px;
		padding-right:10px;
	}

	.credo {
		font-size:11px;
	}

	/* Lábléc - vége */

	/* Accordion ajánló */

	div.timePart {width:70px;}
	div.detailsPart {width:calc(100% - 70px);}
	a.StreamPic {margin-left:70px;width: 280px;}
	div.ItemContent {padding: 0 20px; width:calc(100% - 510px);}
	div.ButtonBlock {width: 120px;}
	div.ButtonBlock .button {font-size:16px;}
	div.cancelled div.ItemContent {margin-left:70px;width:calc(100% - 230px);}

	/* Accordion ajánló - VÉGE */

	/* Részletek */

	.detailsPage {margin-top: 40px;}
	.detailsPage .VideoPrice, .detailsPage .bigtext {margin-bottom: 6px;font-size:16px;}
	.detailsPage .pr {padding-right:10px;}
	.detailsPage .pl {padding-left:10px;}
	.indexPics {padding: 10px 10px 0 0;}
	.indexPics .col-sm-4 {padding: 0 0 10px 10px;}
	.detailsPage h1 {font-size:24px;}

	/* Részletek - VÉGE */

	/* Cikkoldal */

	.article_header .content h1 {font-size:48px;}

	/* Cikkoldal - VÉGE */

	/* Blog Nyitó */

	p.mainText {font-size:18px;}
	.column-padding div.small_lead {font-size:16px;}
	a.MoreArticles {font-size:18px;}
	div.small_lead .col-sm-4, div.small_lead .col-sm-8 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

	/* Blog Nyitó - VÉGE */

	/* Oktatóink, Óratípusok */

	.traners .col-sm-6:nth-child(odd){padding-right: 10px;}
	.traners .col-sm-6:nth-child(even){padding-left: 10px;}

	/* Oktatóink, Óratípusok - VÉGE */

}

@media only screen and (max-width: 768px) {

	/* Lábléc */

	.footerbanner {padding:20px;margin-bottom:20px;}
	div#barion_footer_wild{background: url("../img/barion_footer_wild_300.png") no-repeat center top;height:70px;}
	.credo {display:none;}
	a#footerlogo {margin: 0 auto;}

	/* Lábléc - vége */

	/* Accordion ajánló */

	a.StreamPic {margin-left:0;width: 100%; margin-bottom:20px;}
	div.ItemContent {padding: 0 20px 0 0; width:60%;}
	div.ButtonBlock {width: 40%;}
	div.ButtonBlock .button {width:auto;}
	.detailHide {display:none;}
	div.cancelled div.ItemContent {margin-left:0;width:60%;}

	/* Accordion ajánló - VÉGE */

	/* Cimlapi ajanlok */

	.latest-news div.col-sm-4 p {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

	/* Cimlapi ajanlok - VÉGE */

	/* Részletek */

	.detailsPage {margin-top: 20px;}
	.detailsPage .col-sm-6 {box-sizing: border-box;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.detailsPage .pr {padding-right:0; margin-bottom:20px;}
	.detailsPage .pl {padding-left:0;}

	/* Részletek - VÉGE */

	/* Oktatóink, Óratípusok */

	.traners p {font-size: 18px;}
	.traners .col-sm-6{ margin: 0px 0 20px 0;}

	/* Oktatóink, Óratípusok - VÉGE */

	/* Cikkoldal */

	.article_header {height: auto; min-height: 375px; padding-bottom:10px;}
	.article_header .content h1 {font-size:36px; min-height: 200px; padding: 20px 0 0 0;}
	.col-60 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;box-sizing: border-box;padding: 40px 0 40px 0;}
	.col-40 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;box-sizing: border-box;padding: 0 0 40px 0;}

	/* Cikkoldal - VÉGE */

	/* Blog Nyitó */

	.small_lead p {display:none;}
	p.mainText{display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;overflow: hidden;}
	a.MoreArticles {text-align:center;}
	.column-padding div.small_lead {margin-bottom:20px;}
	.small_lead a {font-weight:700;font-size:15px;}
	.lineheader {margin: 30px 0;}

	/* Blog Nyitó - VÉGE */

}



@media only screen and (max-width: 576px) {

	/* Általános */

	button, input[type="submit"], .button {
		font-size: 16px;
		line-height: 24px;
	}

	input[type="text"], input[type="password"], fieldset label {
		font-size: 16px;
		width:100%;
		display: block;
	}
	
	fieldset label a {
		font-size: 14px;
	}

	button, input[type="submit"], .button {
		width:100%;
		display: block;
		margin-bottom:15px;
	}

	.col-sm-9, .col-sm-8, .col-sm-6, .col-sm-4, .col-sm-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding:0;
		margin:0;
	}

	.pr {padding-right:0;}
	.pl {padding-left:0;}
	.text-left {text-align:center !important;}
	.mb-15 {margin-bottom:0;}

	.col-50-50 a {
		margin-bottom: 0;
	}

	/* Általános - vége */

	/* Lábléc */
	
	.footerbanner {padding:0;}

	/* Lábléc - vége */

	/* Címlapi naptárfejléc */

	.calendar-header select {
		width:100%;
	}

	/* Címlapi naptárfejléc - VÉGE */

	/* Menü */

	#langlist a, #langlistm a {
		font-size: 14px;
	}

	/* Menü - VÉGE */

	/* Címlapi közlemény */

	.home-announcement .button {
		width:auto;
	}

	/* Címlapi közlemény - VÉGE */

	/* Accordion ajánló */

	div.timePart {width:65px;}
	div.detailsPart {width:calc(100% - 65px);}
	.accordion {font-size:18px;background: #0061a6 url('../img/arrow_down.png') right 10px center no-repeat padding-box;text-align:left;margin-bottom:0;}
	.acc-active {background: #0061a6 url('../img/arrow_up.png') right 10px center no-repeat padding-box;}
	.panel {padding: 12px 0;}
	.panel h2, .ItemList h2 {font-size:18px;}
	div.ItemContent p {margin: 0 0 5px 0;font-size:13px;}
	div.ButtonBlock .button, div.NoFree p, div.ButtonBlock a.alsoInPack{font-size:13px;}
	div.ButtonBlock a.alsoInPack{margin-top:13px;}
	.panel hr, .ItemList hr {margin: 20px 0;}
	div.ButtonBlock b {margin-bottom:15px;}

	/* Accordion ajánló - VÉGE */

	/* Cimlapi ajanlok */

	.column-padding div, .column-padding div.col-sm-6:first-child, .column-padding div.col-sm-6:last-child {padding: 0 0 0 0;}
	.workshops h3, .workshops h4 {margin: 11px 0 8px 0;}
	.workshops div {margin-bottom:20px;}
	.workshops div p {margin-top:0;}
	.latest-news {margin-top:0;}
	.latest-news div.col-sm-4 {/*border-bottom: solid 1px #999; */ padding-bottom:25px;}
	.latest-news div.col-sm-4 p {-webkit-line-clamp: 5;}

	/* Cimlapi ajanlok - VÉGE */

	/* Részletek */

	.detailsPage .VideoPrice, .detailsPage .bigtext {margin-bottom: 4px;font-size:14px;}
	.RecomElement .VidTitle{font-size:18px;font-weight:700;}

	/* Részletek - VÉGE */

	/* Oktatóink, Óratípusok */

	.traners {margin: 0 0 40px 0;}
	h1.head-treaners {margin: 20px 0 20px 0;}
	.traners .pr {margin-bottom: 20px;}
	.traners p {font-size: 16px;}
	.join_us {padding: 25px 25px 15px 25px;}
	.join_us h2 {margin:0 0 20px 0;}
	.join_us a.button {width:auto;line-height:32px; padding:15px;}
	.traners .col-sm-6:nth-child(odd){padding-right: 0;}
	.traners .col-sm-6:nth-child(even){padding-left: 0;}

	/* Oktatóink, Óratípusok - VÉGE */

	/* Cikkoldal */

	.article_right .tags {margin-bottom:30px;}
	.article_right .tags a, .article_body {font-size:16px;line-height: 24px;}
	.article_body .keretes {padding: 10px 30px;}
	.article_body address {padding: 30px;}
	.article_body hr {margin:30px 0;}
	.pagination a {display:block;margin-bottom:15px;}
	.pagination, .pagination .text-right{text-align:center;}

	/* Cikkoldal - VÉGE */

	/* Blog Nyitó */

	.small_lead p {display:-webkit-box;-webkit-line-clamp: 3;}
	.column-padding div.small_lead {margin-bottom:0;}
	.column-padding div.small_lead, .small_lead a {font-size:14px;}
	a.MoreArticles {margin-top:0;font-size:16px;}
	.lineheader {margin: 20px 0;}
	.small_lead .col-sm-4 a {margin-right:14px;}

	/* Blog Nyitó - VÉGE */

}

@media only screen and (max-width: 420px) {

	/* Lábléc */

	div#barion_footer_wild{background: url("../img/barion_footer_wild_200.png") no-repeat center top;}
	a#footerlogo {width:calc(100% - 20px);}

	/* Lábléc - vége */

}



/* GDPR Layer */

#GdprLayer {
	background: rgba(0, 0, 0, 0.8);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
}

#GdprLayer #GdprLayerContent {
	background-color: #fff;
	width:550px;
	margin:100px auto 0 auto;
	border: solid 2px #01186d;
	border-radius:10px;
	padding:30px;
}

#GdprLayer #GdprLayerContent h2 {
	margin: 0 0 20px 0;
}

#GdprLayer #GdprLayerContent p, #GdprLayer #GdprLayerContent a {
/*	font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
	font-size:16px;
	margin-bottom:30px;
}

#GdprLayer #GdprLayerContent a {
    font-weight: 500;
	color: #29c0d4;
}

#GdprLayer #GdprLayerContent a.button {
	color: #fff;
	display:inline-block;
	margin:0 10px;
	padding: 10px 20px;
}

#GdprLayer #GdprLayerContent a.grey2 {
	background-color: #999;
	border: solid 1px #999;
	color: #fff;
	width:auto;
}

@media only screen and (max-width: 768px){

	#GdprLayer #GdprLayerContent {
		width:auto;
		margin:20px;
		padding:30px;
	}

	#GdprLayer #GdprLayerContent a.button {
		display:block;
		margin-bottom:30px;
	}

	#GdprLayer #GdprLayerContent a.grey2 {
		display:inline-block;
		margin-bottom:0;
	}

	h1 select {
		float:none;
		width:100%;
		top:15px;
	}

	h1 span#dateRange {
		display:block;
		font-size: 18px;
		position:relative;
		top:0;
		left:0;
	}

}

@media only screen and (max-width: 420px){

	#GdprLayer #GdprLayerContent {
		padding:20px;
	}

	#GdprLayer #GdprLayerContent a.button {
		display:block;
		margin:0;
		margin-bottom:20px;
		font-size:16px;
	}

	#GdprLayer #GdprLayerContent a.grey2 {
		display:inline-block;
		margin-bottom:0;
	}
	
	#GdprLayer #GdprLayerContent p, #GdprLayer #GdprLayerContent a {
		font-size:14px;
	}

}

/* GDPR Layer - VÉGE */


/* Cookie engedélyezés */

div#cookies {
	width:100%;
	border-top:solid 2px #002744;
	background-color: #f0efeb;
	padding:20px;
	text-align:center;
    box-sizing: border-box;
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999;
	display:none;
}

div#cookies, div#cookies a {
/*	font-family: 'Montserrat', sans-serif;*/
    font-weight: 400;
	font-size:16px;
}

div#cookies a {
    font-weight: 500;
	color: #2ea3f2;
}

div#cookies a.button {
	color: #fff;
	display:inline-block;
	margin: 0 0 0 100px;
}

@media only screen and (max-width: 768px){

	div#cookies, div#cookies a {
		font-size:14px;
	}

	div#cookies a.button {
		margin: 15px auto 0 auto;
		display:block;
	}

}

/* Cookie engedélyezés - VÉGE */


.CenterForm,.CenterFormWild {
	width:600px;
	width:800px;
	margin: 50px auto 0 auto;
}

.CenterFormWild {
	width:1000px;
}

@media only screen and (max-width: 1024px) {

	.CenterForm, .CenterFormWild {
		width:100%;
		margin:36px 0 0 0;
	}

}


.bg-w {
	background-color:#ffffff!important;
}


.cancel {
	border-radius:5px;
	background-color:#ea2c59;
	border: solid 1px #ff0000;
	display:block;
	margin-top:10px;
}
.cancel:hover {
	background-color:#ff0000;
}



h1.BuyHeader {
	margin:40px 0;
}

b.howmany{
	font-size:21px;
	padding-right:20px;
}

.BuyVideo {
	margin: 20px 0;
}

.BuyVideo h2 {
	margin: 0;
	padding:0;
}

.BuyVideo span.DocType {
	margin: 0 0 10px 0;
	display:block;
	font-weight:500;
	text-transform:uppercase;
}

@media only screen and (max-width: 768px){

	h1.BuyHeader {margin:20px 0;}
	span#TotalPriceText{display:block;font-weight:500;}
	select#amount, #amount_text{display:block;margin: 10px auto 30px auto;}

	.VideoTitle

}

@media only screen and (max-width: 576px){

	.VideoTitle {margin-top:20px;display:block;font-weight:700;}

}

.BeforePlayer {
	background-color:#F3F3F3;
	padding: 10px 0 50px 0;
	border: solid 1px #999;
	border-bottom:0;
}

.notlive .timePart {
	display:none;
}

.notlive a.StreamPic {
    margin-left: 0;
}


/* Hozzáférés átadása */

.AccTable {
	width:100%;
}

.AccTable div.smooth {
	font-size:13px;
}

.AccTable tr {
	font-size:14px;
	background-color:#fff;
}

.AccTable tr td {
	padding:8px;
}

.AccTable tr:nth-child(odd){
	background-color:#f2f2f2;
}

.AccTable tr td a {
	font-weight:bold;
}

.showOnMob {
	display:none;
}

@media only screen and (max-width: 768px){

	.showOnMob {
		display:block;
	}

	.hideOnMob {
		display:none;
	}

}

/* Hozzáférés átadása - VÉGE */


/* Kapcsolat */

.conctantInfo p {
	font-size:21px;
}
.conctantInfo a {
	display:inline-block;
	color:#000;
	margin-left: 30px;
	padding-left:30px;
	border-left: solid 2px #999; 

}

@media only screen and (max-width: 1024px){

	.conctantInfo p {
		font-size:18px;
	}

}

@media only screen and (max-width: 768px){

	.conctantInfo a {
		display:block;
		margin-left: 0;
		padding-left:0;
		border-left: 0; 
		margin-top: 17px; 
	}

}

/* Kapcsolat - VÉGE */



/* Cimlap */

.player {
	background-color:#0061a6;
	padding:20px;
	color:#fff;
	margin: 20px 0 50px 0;
}

.player .support {
	padding: 0 0 30px 30px;
    box-sizing: border-box;
}

.player .support .button, a.yellow {
	background-color:#ffec00;
	color:#000;
	font-weight:700;
}

.player .support .button:hover, a.yellow:hover {
	text-decoration:none;
	background-color:#36488a;
	color:#fff;
}

.player h1, .player h1 a , .player h3 a {
	margin-top:0;
	color:#fff;
}

.topborder {
	border-top:solid 1px #999;
}

.yellow{
	background-color:#ffec00;
	color:#000;
}

@media only screen and (max-width: 1024px) {

.topborder {
	border-top:0;
}

}

@media only screen and (max-width: 768px) {

	.player .row .col-sm-6, .latest-news .row .col-sm-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding:0;
		margin:0;
	}

	.player .support {
		padding: 0 0 0 0;
	}

	.player h1 {
		margin-top:15px;
		font-size: 24px;
	}

}

/* Cimlap - vége */

/* partner-registration */

div.RadioP {
	font-size:18px;
	margin: 10px 0 30px 0;
}

div.RadioP input {
	width:30px;
	height:30px;
	margin: 0 10px 0 20px;
	display:inline-block;
	position:relative;
	top:7px;
}

div.RadioP b {
	padding-top:5px;
	display:inline-block;
}

div.RadioP .row .pr {
	text-align:right;
}

div.RadioP .row .pl {
	text-align:left;
}

div.RadioP input:first-child {
	margin: 0 10px 0 0;
}

div.RadioP span {
	display:inline-block;
}

@media only screen and (max-width: 576px){

	div.RadioP {
		font-size:18px;
		margin: 0 0 20px 0;
	}

	div.RadioP .row .pr, div.RadioP .row .pl {
		text-align:center;
	}

	div.RadioP b {
		padding-top:0;
		padding-bottom:5px;
	}

}

/* partner-registration - vége */

/* PartnerIndex */

#aff {
	background-color:#ededed; text-align:center; font-size:24px; margin-bottom:0;
}

@media only screen and (max-width: 768px){
	#aff {font-size:18px;}
}

@media only screen and (max-width: 576px){
	#aff {font-size:16px;}
}

/* PartnerIndex - vége */

/* CoPartner  */

.copart{
	width: 100%;
}

.copart tbody tr:nth-child(odd){
	background-color: #ededed;
}

.copart tbody tr td, .copart thead tr th{
	padding: 10px;
	border:0;
	margin:0;
	text-align:left;
}

.delete{
	font-size:32px;
}

.delete:hover{
	text-decoration:none;
}

/* CoPartner - vége */

#amount, #amount_text {width:100%; font-size:24px;}
#amount_text {display:none;}

span, div, p, body, td, th, h1, h2, h2, h4, h5, h6, header, footer {
	font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif !important; 
}

h1, h2, h2, h4, h5, h6 {
	text-transform: uppercase !important; 
}

.gold {
	color:#d89544;
}

.article_body hr {
	display:none;
}

.article_body .CenterForm hr {
	display:block;
}

/* Facebook like box */
#fb-root {display: none;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {width: 100% !important;}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
/* /Facebook like box */


/* fade for password */

.fade-layer {
    position: relative;
}
.fade-layer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#F3F3F3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#F3F3F3",GradientType=0);
    top: -175px;
}

/* fade for password - vége */


/* Belépés cikkoldalon */

.articleLogin{
	background-color: #F3F3F3;
	margin-top:-15px;
	padding: 10px 30px 30px 30px;
}

.articleLogin .CenterForm{
	width: auto;
	background-color: #F3F3F3;
	margin: 0 auto 0 auto;
}

.articleLogin .CenterForm h2{
	margin: 0;
}

.articleLogin .CenterForm h4{
	margin-top: 10px;
	line-height:1.8em;
}

/* Belépés cikkoldalon - vége */


.docElement {
	margin-bottom:15px;
}

.docElement span {
    text-transform:uppercase;
}

.docElement p {
	margin:0;
	padding:0;
	line-height:1em;
}

.docElement p.details {
    font-family: 'Poppins', sans-serif !important;
	margin-bottom:9px;
	font-size:12px;
	color:#999;
}


/* Esemény elemek */

div.eventElementBg {
	clear:both;
	padding: 50px 0;
}

div.eventElement {
	max-width: 1140px;
    box-sizing: border-box;
	margin: 0 auto;
}
div.eventElement a.picLink, div.eventElement div.eventElementContent {
    width: 50%;
}

div.eventElement div.eventElementContent {
	padding: 0 30px;
    box-sizing: border-box;
	text-align:center;
}

div.eventElement div.eventElementContent p {
	line-height:1.8em;
	font-size:1.1em;
	margin-bottom:30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom:30px;
}

div.eventElement div.eventElementContent h2 {
	margin-top:0;
	margin-bottom:14px;
}

div.eventElement a.picLink {
	float:right;
	display:block;
}

div.eventElementBg:nth-child(odd) {
	background-color:#F3F3F3;
}

div.eventElementBg:nth-child(odd) div.eventElement a.picLink, div.eventElementBg:nth-child(odd) div.eventElement div.eventElementContent {
	float:left;
}

@media only screen and (max-width: 768px) {

	div.eventElementBg div.eventElement a.picLink, div.eventElementBg div.eventElement div.eventElementContent {
		float:none !important;
		width:100%;
	}

	div.eventElement div.eventElementContent h2 {
		margin-top:20px;
	}

	div.eventElement div.eventElementContent p {
		font-size:1.0em;
		margin-bottom:20px;
	}

	div.eventElementBg {
		padding: 0 0 0 0;
	}

	div.eventElementBg:first-child {
		margin-top:-100px;
	}

	div.eventElement div.eventElementContent {
		padding: 0 15px;
	}

}

.article_header .content h1.mh190 {
    padding: 60px 0 0 0;
    min-height: auto;
}

.article_header .content h3 {
   color:#fff;
}
/* Esemény elemek - VÉGE */




/* Tanfolyam aloldal */

.applyForm {
	background-color: #F3F3F3;
	padding: 30px 30px 0 30px;
	margin-bottom:50px;
}

.applyForm h4 {
	font-size:1.6em;
	font-weight:500;
	border-bottom: solid 1px #d89544;
}

fieldset.applyleft {
	text-align:left;
	padding-left:0;
	margin-bottom:0;
}

fieldset.applyleft input[type="radio"]{
	width:35px;
	height:35px;
	margin-left:0;
	margin-right:10px;
}

fieldset.applyleft label{
	position:relative;
	top:-10px;
}

.article_header .content h3 b {
	font-weight: 500;
}

.article_header .content h3 b::before {
	content: " | ";
}

@media only screen and (max-width: 576px) {

	.article_header .content h3 b {
		display:block;
		margin-top:10px;
		margin-left:-10px;
	}

	.article_header .content h3 b::before {
		content: "";
	}

	fieldset.applyleft label {
		width: auto;
		display: inline-block;
		top:-12px;
	}

}

/* Tanfolyam aloldal - VÉGE */

/* Videó aloldal - további videók */

.MoreVideos .RecomElement {
	padding-left:15px;
	box-sizing: border-box;
}
.MoreVideos .RecomElement a.VidTitle {
	margin-top:0;margin-bottom:0;
}
.MoreVideos .RecomElement p {
	-webkit-line-clamp: 2;
}

@media only screen and (max-width: 576px) {

	.MoreVideos .RecomElement {
		padding-left:0;
		box-sizing: border-box;
	}
	.MoreVideos .RecomElement a.VidTitle {
		margin-top:10px;margin-bottom:0;
	}
	.MoreVideos .RecomElement p {
		-webkit-line-clamp: 3;
	}

}

/* Videó aloldal - további videók - VÉGE */

/* címlapi dobozok */

.greybg {
	background-color: #F3F3F3;
	padding: 20px 0 40px 0;
}

div.progElement {
	padding: 0 10px;
    box-sizing: border-box;
	line-height:1.6em;
}

h4.indexH4 {
	text-transform:none !important;
	font-style:italic;
	margin: 0 0 30px 0;
	font-size: 21px;
}

div.progElement a {
	color: #d89544;
	color: #3D3D3D;
	display: block;
    font-weight: 700;
    margin-bottom: 4px;
	font-size: 21px;
	line-height:1.6em;
}

div.progElement span {
	display: block;
    margin: 12px 0;
	font-size: 14px;
	color:#555;
}

div.progElement p {
	margin:0;
	padding:0;
}

div.kepesTanfolyam{
	padding:12px;
	border:solid 4px #d89544;
	border-radius: 2px;
	margin: 2px 2px 24px 2px;
	background-color:#fff;
}

div.kepesTanfolyam img{
	margin-bottom:10px;
}

@media only screen and (max-width: 576px) {

	div.progList div.progElement {
		border-bottom:solid 1px #3d3d3d;
		padding-bottom:20px;
		margin-bottom:20px;
	}

	div.progList div.progElement:last-child {
		border-bottom:0;
		padding-bottom:0;
	}

}

/* címlapi dobozok - VÉGE */

img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

div.blogTopics h4 {
	display:none;
}
div.blogTopics a {
	display:inline-block;
	color: #d89544;
	font-size:18px;
	margin-right:10px;
}
div.blogTopics {
	text-align:center;
}

div.blogTopics a::after {
  content: "; ";
}

div.blogTopics a:last-child::after {
  content: "";
}

img.ImageLeft{
	float:left;
	margin-right:20px;
}

img.ImageRight{
	float:right;
	margin-left:20px;
}

/* Keresés */

form#searchFrom {
	margin-bottom:60px;
}

form#searchFrom input {
	display:inline-block;
	box-sizing: border-box;
}

form#searchFrom input[type="text"]{
	width:70%;
	margin:0;
	margin-right:4%;
}

form#searchFrom input[type="submit"]{
	width:25%;
	margin:0;
	text-align:center;
	padding-left:0;
	padding-right:0;
}

@media only screen and (max-width: 1110px) {

	form#searchFrom input[type="text"]{
		width:65%;
		margin-right:3%;
	}

	form#searchFrom input[type="submit"]{
		width:30%;
	}

}

div.col-sm-6 form#searchFrom {
	margin-bottom: 0px;
}

/* Keresés - VÉGE */