html, body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: 400;
	line-height: 1.471;
	height:  100%;
}
* { position: relative; box-sizing: border-box; }
a { text-decoration: none; color: inherit; }
a:hover {text-decoration: underline; }
.hidden, .temp {display:none!important;}
.animate {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.licensed_trainings_info_box {
	width: 100%;
	margin: 5px 0px 30px 0px;
	display: none;
}
.licensed_trainings_info_box tr td:first-child {
	width: 200px;
}
.licensed_trainings_info_box.active {
	display: table;
}
.linkk {
	cursor: pointer;
	color: #35446d;
}
.linkk:hover { text-decoration: underline; }
.header-topbar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: #35446d;
	z-index: 105;
}
.header-topbar .container {
	width: 1280px;
	height: 42px;
	line-height: 42px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.header-topbar .container .topbar-left { float: left; }
.header-topbar .container .topbar-left i { color: #42b1bc; font-size: 18px; }
.header-topbar .container .topbar-left i:nth-child(2) { margin-left: 20px; }
.header-topbar .container .topbar-right { float: right; }
.header-topbar .container .topbar-right a:hover { text-decoration: none; }
.header-topbar .container .topbar-right i { margin-top: 6px; cursor: pointer; color: #64d3de; font-size: 18px; margin-right: 20px; }
.header-topbar .container .topbar-right i:hover { color: #97f6ff; }

.header-topbar .container .topbar-right .ucp_login { margin: 0 10px; }
.header-topbar .container .topbar-right .ucp_reg { margin: 0 10px; }
.header-topbar .container .topbar-right .ucp_reg:hover, .header-topbar .container .topbar-right .ucp_login:hover { cursor: pointer; color: #75e4ef; }

.height-105 { height: 105px; width: 100%; overflow: hidden; }
.header-menubar {
	z-index: 104;
	position: relative;
	width: 100%;
	height: 105px;
	background: #fff;
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
}
.header-menubar .container {
	width: 1280px;
	height: 105px;
	line-height: 105px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
}
.header-menubar .container .logo-left { float: left; }
.header-menubar .container .logo-left img { margin-top: 11px; width: 250px; }
.header-menubar .container .menu-right { 
	float: right;
}
.header-menubar .container .menu-right .menu {
	padding: 0 5px;
	font-size: 13px;
	margin: 0 5px;
	color: #1f245c;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	height: 90px;
	font-weight: bold;
}
.header-menubar .container .menu-right .menu.blackfriday {
	background: #000 !important;
	color: #fff !important;
}
.header-menubar .container .menu-right .menu:hover { border-bottom: 3px solid #42b1bc; }
.header-mainimage {
	height: calc(100% - 247px);
	width: 100%;
	position: relative;
	margin-top: 42px;
}
.header-mainimage .image_switcher {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
	opacity: 0;
}
.header-mainimage .image_switcher .interval_pause {
	font-size: 130px;
	color: #fff;
	text-shadow: 0 0 10px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -97.5px;
	transform: scale(1,1.5);
	opacity: 0;
}
.header-mainimage .image_switcher .btn {
	border-radius: 8px;
}
.header-mainimage .promo_text_box {
	position: relative;
	top: 20%;
	left: 50%;
	margin-left: -600px;
	width: 350px;
	height: 350px;
	background: #1e255a;
	color: #fff;
	padding: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 101;
}
.header-mainimage .promo_text_box.hide {
	left: -360px;
	margin-left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-mainimage .promo_text_box .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 400;
}
.header-mainimage .promo_text_box .text {
	padding-top: 10px;
	font-size: 14px;
	text-align: justify;
}
.header-mainimage .promo_text_box a[target='_blank'] {
	position: absolute;
	bottom: 20px;
}
.header-mainimage .promo_text_box button {
	border-radius: 0;
	border: 0;
	position: absolute;
	bottom: 0;
}
.header-mainimage .prev_btn_bg {
	position: absolute;
	width: 110px;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 100;
}
.header-mainimage .next_btn_bg {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 100;
}
.header-mainimage .prev_btn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 50px;
	height: 45px;
	background: url("/images/prev.png");
	z-index: 3;
}
.header-mainimage .next_btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -25px;
	width: 50px;
	height: 45px;
	background: url("/images/next.png");
	z-index: 3;
}
.header-mainimage .act_circles {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 102;
}
.header-mainimage .act_circles div.active {
	background: #fff;
}
.header-mainimage .act_circles div {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: transparent;
	border: 3px solid #fff;
	box-shadow: 0 0 3px #000;
	display: inline-block;
	margin-left: 6px;
	cursor: pointer;
}
.header-mainimage .act_circles div:first-child {margin-left:0; }
.header-mainimage .promo_text_box .right_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 175px 0 175px 40px;
	border-color: transparent transparent transparent rgba(30, 37, 90, 0.9);
	position:absolute;
	right: -40px;
	top: 0;
}
.body_content {
	width: 1140px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto; 
	padding: 50px 0 20px 0;
	overflow: hidden;
}
.body_content.team_in_body_content {
	overflow: unset !important;
}
.body_content.body_content_width800 {
	width: 800px;
}
.center { text-align: center; }
.bold { font-weight: bold; }
.small-title {
	text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
} 
.big-title {
	font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}
.course-and-service-circles-main {
	width: 1140px;
	position: relative;
	margin-top: 70px;
}
.course-and-service-circles-main .main-circle {
	width: 176px;
	height: 176px;
	position: relative;
	background: #4257bc;
	border-radius: 50%;
	display: inline-block;
}
.course-and-service-circles-main .main-circle .circle-inside-bg {
	width: 150px;
	height: 150px;
	background: #242c42;
	border-radius: 50%;
	position: absolute;
	border: 3px solid #fff;
	top: 13px;
	left: 13px;
}
.course-and-service-circles-main .main-circle .circle-inside-bg .circle-outside {
	width: 144px;
	height: 144px;
	background: #4257bc;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.course-and-service-circles-main .main-circle .circle-inside-bg:hover .circle-outside {
	top: -120px;
}
.course-and-service-circles-main .main-circle .circle-inside-bg .circle-outside i {
	font-size: 100px;
	color: #fff;
	line-height: 144px;
}
.course-and-service-circles-main .main-circle .circle-inside-bg .text {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	margin-top: 54px;
}
.course-and-service-circles-main .main-circle .circle-inside-bg .text_desc_bottom {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	width: 176px;
	position: absolute;
	bottom: -50px;
	left: -16px;
}

.dialog_bg {
	background: rgba(0,0,0,0.75); 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: calc(100%); 
	height: 100%; 
	z-index: 201;
}
.dialog_bg .body {
	background: #fff; 
	position: fixed; 
	top: 50%; 
	left: 50%; 	
	margin-left: -300px; 
	margin-top: -150px;
}
.dialog_bg .body .title {
	padding: 20px; 
	text-align: left; 
	color: #363f45;
	font-family: 'Source Sans Pro',sans-serif; 
	font-size: 28px; 
	font-weight: 700;
}
.dialog_bg .body .title .close {
	position: absolute; 
	color: #000;
	font-size: 44px;
	right: 20px;
	top: 9px;
	cursor: pointer;
}
.dialog_bg .body .content {
	padding: 20px;
	color: #363f45;
}
.dialog_bg .body .footer {
	padding: 20px; 
	padding-top: 0;
	text-align: right;
	width: 100%;
	background: #fff;
}
.btn { /* Nagy */
	padding: 10px 19px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	position: static;
}
.btn.disabled {
	opacity: 0.7;
	cursor: no-drop;
	color: #fff !important;
	background: rgba(0,0,0,.3) !important;
}
.btn.disabled:hover {
	color: inherit;
	background: inherit;
}
.btn.red { background: #f34235; }
.btn.pink { background: #eb3975; }
.btn.black { background: #434f56; }
.btn.purple { background: #b12bc8; }
.btn.blue { background: #1e255a; }
.btn.cyan { background: #00d6f2; }
.btn.green { background: #5eba62; }
.btn.orange { background: #fe6d3f; }
.btn.brown { background: #8b6152; }
.btn.grey { background: #acacac; }
.btn.white { background: rgba(255,255,255,0.9); color: #333; }
.btn.red:hover 		{ background: #f56457; }
.btn.pink:hover 	{ background: #fd5a97; }
.btn.black:hover 	{ background: #658f78; }
.btn.purple:hover 	{ background: #d34dea; }
.btn.blue:hover 	{ background: #3f477c; }
.btn.cyan:hover 	{ background: #22faf4; }
.btn.green:hover 	{ background: #8fdc84; }
.btn.orange:hover 	{ background: #ff8f7f; }
.btn.brown:hover 	{ background: #ad8374; }
.btn.grey:hover 	{ background: #cecece; }
.btn.white:hover 	{ background: #fff; color: #000; }

.margin-left-232 {
	margin-left: 232px;
}
.margin-top-180 {
	margin-top: 180px;
}
.mobile-menu-icon {
	position: absolute;
	top: 20px;
	left: -7px;
	width: 32px;
	display: none;
}
.left-bar-close-div {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 105;
	display: none;
}
.left-bar {
	z-index: 105;
	width: 85%;
	height: 100%;
	position: fixed;
	background: #333;
	-webkit-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.3);
	padding-top: 10px;
	padding-bottom: 10px;
	left: -100%;
}
.left-bar.show {
	left: 0;
}
.left-bar .ucp_login {
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	float: left;
}
.left-bar .ucp_reg {
	font-size: 16px;
	color: #fff;
	margin-right: 20px;
	float: right;
}
.left-bar .menu {
	width: 100%;
	padding: 20px 10px;
	color: #fff;
	font-size: 17px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.article_content {
	width: 1140px;
	overflow: hidden;
	margin-top: 30px;
}
.article_content .article_main {
	width: 550px;
	height: 250px;
	background: #fafafa;
	padding: 15px;
	border-left: 5px solid #eaedf5;
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.article_content .article_main_mini {
	width: 300px !important;
	min-height: 380px;
	background: #fff;
	padding: 15px 10px;
	border: 2px solid #eaedf5;
	border-bottom: 10px solid #eaedf5;
	position: relative;
	display: inline-block;
	margin: 0 38px;
	margin-top: 10px;
	vertical-align: top;
	top: 30px;
	opacity: 0;
	transition: all .2s linear;
}
.article_content .article_main_mini.show {
	opacity: 1;
	top: 0;
}
.article_content .article_main:hover {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-left: 5px solid #242c42;
}
.article_content .article_main table {
	width: 100%;
	height: 100%;
	color: #49575f;
}
.article_content .article_main table td:first-child {
	width: 230px;
}
.article_content .article_main table td .title,
.article_content .article_main_mini .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 10px;
}
.article_content .article_main table td .date {
	display: inline-block;
	font-size: 14px;
	padding-right: 5px;
	/* border-right: 1px solid #bfc9ce; */
}
.article_content .article_main table td .viewers {
	/* display: inline-block; */
	display: none;
	font-size: 14px;
	padding-left: 5px;
}
.article_content .article_main table td .intro {
	color: #6f8190;
	line-height: 18px;
	font-size: 14px;
	margin-top: 15px;
	text-align: justify;
	margin-right: 10px;
}
.article_content .article_main table td:last-child img {
	max-width: 250px;
	max-height: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
.article_content .article_main table:hover td:last-child img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.article_content .article_main table td a {
	color: #31aba5;
	text-decoration: underline;
	cursor: pointer;
}
.article_main table .div_img {
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
/* .article_main table:hover .div_img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
} */
.darmo_preview {
	margin-top: 60px;
	width: 100%;
	height: 210px;
	background: #242c42;
	padding-top: 20px;
}
.darmo_preview .containt {
	position: relative;
	width: 1140px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.darmo_preview .containt .title {
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 9px;
}
.darmo_preview .containt .desc {
	color: #d1d8eb;
	line-height: 25px;
	margin-bottom: 11px;
	font-size: 16px;
	width: 750px;
}
.darmo_preview .containt .portrait {
	position: absolute;
	right: -100px;
	bottom: -40px;
	width: 330px;
}
.go_to_top {
	position: fixed;
	bottom: 32px;
	right: 92px;
	border: 2px solid #2aacff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	z-index: 100;
	color: #2aacff;
	cursor: pointer;
	display: none;
	background: #fff;
}
.go_to_top i {
	margin-top: 6px;
}
.go_to_top:hover {
	background: #2aacff;
	color: #fff;
}
.teams {
	margin-top: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: calc(3 * 277px);
}
.teams .member_main {
	width: 261px;
	height: 400px;
	background: #fff;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.25);
	position: relative;
	margin: 10px 5px;
	padding-top: 25px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	/* margin-bottom: ; */
}
.teams .member_main:hover {
	background: #42b6bc;
}
.teams .member_main:hover .name { color: #fff; }
.teams .member_main:hover .rank { color: #fff; }
.teams .member_main:hover .desc { color: #fff; }
.teams .member_main:hover .cons_facebook { background: #fff; color: #ccc; }
.teams .member_main:hover .email { background: #fff; color: #ccc; }
.teams .member_main .picture {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background: #000;
	background-size: cover;
	background-position: 50% 25%;
	margin-bottom: 15px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.teams .member_main:hover .picture {
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.teams .member_main * { text-align: center; margin-left: auto; margin-right: auto; }
.teams .member_main .name { 
	color: #49575f;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.teams .member_main .rank {
	color: #42b6bc;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-size: 14px;
}
.teams .member_main .desc {
	text-align: justify;
	font-size: 13px;
	width: 90%;
	margin-bottom: 20px;
}
.teams .member_main .cons_facebook, .teams .member_main .email  {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #a4abaf;
	color: #fff;
	font-size: 16px;
}
.teams .member_main .cons_facebook i {
	padding-top: 8px;
	padding-left: 0px;
}
.teams .member_main .email i {
	padding-top: 8px;
	padding-left: 0px;
}
.site-map {
	background: #131b31;
	background: #1a2344;
	background: -moz-linear-gradient(top, #1a2344 0%, #242c42 100%);
	background: -webkit-linear-gradient(top, #1a2344 0%,#242c42 100%);
	background: linear-gradient(to bottom, #1a2344 0%,#242c42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2344', endColorstr='#242c42',GradientType=0 );
	height: auto;
	width: 100%;
	position: relative;
	padding: 50px 0;
}
.site-map .content {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.site-map .content .title {
	color: #30a0aa;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.site-map .menuelem {color:#fff;margin-bottom:7px;}
.footer {
	background: #242c42;
	/* height: 460px; */
	width: 100%;
	position: relative;
	padding-top: 50px;
}
.footer .content {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.footer .content .title {
	color: #50c0cc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.footer .content .contact {
	width: 262px;
	float: left;
	overflow: hidden;
}
.footer .content p { margin-bottom: 20px; }
.footer .content .contact .contact_type {
	border-top: 1px solid #2F374C;
	padding: 15px 0;
	color: #fff;
}
.footer .content .contact .contact_type i { margin-right: 10px; }
.footer .content .contact .contact_type:hover { color: #50c0cc; }
.footer .content .contact .contact_type:hover i { color: #fff; }
.gallery {
	width: 1136px;
	max-width: 1140px;
	margin-top: 30px;
	overflow: hidden;
}
.gallery .photo {
	width: 185px;
	height: 185px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: white;
	display: inline-block;
}
.gallery a {
	overflow: hidden;
}
.gallery_closest .arrow-left {
	position: absolute;
	left: 50%;
	font-size: 130px;
	margin-left: -630px;
	z-index: 5;
	color: #666;
	transform: scale(0.8, 1);
	top: 30px;
}
.gallery_closest .arrow-right {
	position: absolute;
	right: 50%;
	font-size: 130px;
	margin-right: -630px;
	z-index: 5;
	color: #666;
	transform: scale(0.8, 1);
	top: 30px;
}
.footer .content .cons_fb_box {
	width: 316px;
	position: absolute;
	left: 50%;
	margin-left: -158px;
}
.footer .content .nl_subs {
	width: 300px;
	overflow: hidden;
	float: right;
}
.footer .content input {
	height: 33px; 
	background: #fff; 
	border: none; 
	box-shadow: none; 
	outline: none; 
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
}
.page_header {
	width: 100%;
	height: 200px;
	margin-top: 42px;
}
.page_header .title {
	height: 148px;
	line-height: 200px;
	font-size: 42px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.breadcrumbs {
	font-size: 16px;
	color: #999;
	text-align: left;
	margin-top: 20px;
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumbs i {
	font-size: 20px;
	color: #1e255a;
}
.breadcrumbs a {
	font-weight: normal;
	color: #222;
}
.breadcrumbs a:hover {
	color: #333;
	text-decoration: underline;
}
.newsletter_proposal {
	width: 100%;
	height: 100px;
	background: #eaedf5;
	color: #434e6c;
	line-height: 100px;
	overflow: hidden;
}
.newsletter_proposal .content {
	width: 1140px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.newsletter_proposal .content .text {
	float: left;
	font-size: 24px;
	font-weight: 400;
}
.newsletter_proposal .content button { 
	float: right;
	margin-top: 31.5px;
}


.article_page_content {
	width: 850px;
	overflow: hidden;
	float:left;
	margin-top: 30px;
}
.article_page_content .article_main {
	width: 100%;
	height: 250px;
	background: #fafafa;
	padding: 15px;
	border-left: 5px solid #eaedf5;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
}
.article_page_content .article_main:hover {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-left: 5px solid #242c42;
}
.article_page_content .article_main table {
	width: 100%;
	height: 100%;
	color: #49575f;
}
.article_page_content .article_main table td:first-child {
	width: 308px;
}
.article_page_content .article_main table td .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 7px;
}
.article_page_content .article_main table td .date {
	display: inline-block;
	font-size: 14px;
	padding-right: 5px;
	/* border-right: 1px solid #bfc9ce; */
}
.article_page_content .article_main table td .viewers {
	/* display: inline-block; */
	display: none;
	font-size: 14px;
	padding-left: 5px;
}
.article_page_content .article_main table td .intro {
	color: #6f8190;
	line-height: 18px;
	font-size: 14px;
	margin-top: 15px;
	text-align: justify;
	margin-right: 10px;
}
.article_page_content .article_main table td:first-child img {
	max-width: 290px;
	max-height: 221px;
}
.article_page_content .article_main table td a {
	color: #31aba5;
	text-decoration: underline;
	cursor: pointer;
}
.article_page_right_bar {
	float: right;
	width: 250px;
	overflow:hidden;
}
.article_page_right_bar .box {
	width: 250px;
}
.article_page_right_bar .box .title {
	font-weight: bold;
	text-transform: uppercase;
	background: #242c42;
	color: #fff;
	text-align: center;
	line-height: 50px;
	height: 50px;
}
.article_page_right_bar .box .content {
	width: 250px;
	height: 120px;
	padding: 5px 0;
	border-bottom: 1px solid #dee5e9;
}
.article_page_right_bar .box .content:last-child { border-bottom: 0; }
.article_page_right_bar .box .content td:first-child div { 
	width: 100px;
	height: 80px;
	margin-right: 10px;
}
.article_page_right_bar a {

}
.article_page_right_bar a:hover { text-decoration: none; }
.article_page_right_bar .box .content td:last-child .date {
	font-size: 12px;
	margin-bottom: 5px;
}
.article_page_right_bar .box .content td:last-child .name {
	color: #1e255a;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.8px;
}
.article_page_right_bar .box .content td:last-child .next {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
	text-decoration: underline;
}
.opened_news {
	width: 720px;
	min-height: 100px;
	float: left;
}
.opened_news .main_image {
	width: 720px;
	max-height: 400px;
	margin-bottom: 15px;
	object-fit:contain;
	object-position: center center;
}
.opened_news .title {
	font-size: 34px;
	font-weight: 600;
	color: #49575f;
	margin-bottom: 5px;
}
.opened_news .date {
	font-size: 14px;
	color: #49575f;
	margin-bottom: 40px;
}
.opened_news .intro {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #6f8190;
	text-align: justify;
}
.opened_news .full {
	color: #6f8190;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.training_goal_text {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 50px;
	color: #49575f;
}
.training_goal_text::after {
	width: 50px;
	height: 5px;
	background: #2aacff;
	content: "";
	position: absolute;
	display:block;
	margin-top: 15px;
}
.training_data_text {
	color: #49575f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 40px;
}
.apply_for_training {
	font-size: 14px;
}
.apply_for_training input {
	margin-top: 2px;
	border: 1px solid #555;
	margin-bottom: 5px;
	height: 33px; 
	background: #fff; 
	box-shadow: none; 
	outline: none; 
	width: 350px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
}
.apply_for_training textarea {
	margin-top: 5px;
	border: 1px solid #555;
	margin-bottom: 5px;
	height: 150px;
	background: #fff;
	box-shadow: none;
	outline: none;
	width: 450px;
	resize: none;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
}
.contact_form_maps_mobile {display: none; }

.training_list_btn {
	width: 350px;
	height: 150px;
	background: #eee;
	border: 1px solid #999;
	text-align: center;
	line-height: 150px;
	font-size: 22px;
	float: left;
}
.okj_training_list_btn {
	width: 350px;
	height: 150px;
	background: #eee;
	border: 1px solid #999;
	text-align: center;
	line-height: 150px;
	font-size: 22px;
	float: right;
}
.hr_line {
	width: 100%;
	height: 50px;
	background: url(/elemek/hr_line.png);
	background-position: 50% 0%;
	margin: 25px 0;
	cursor: pointer;
	z-index: 3;
}
.hr_line:hover {
	background-position: 50% -50px;
	cursor: pointer;
}
.desktop_device { display: block; }
.mobile_device {display: none; }
.desktop_margin_left_30 { margin-left: 30px; }
.desktop_device_table { display: table-cell; }
.desktop_device_table_native { display: table; }

.licensed_trainings_dropdown_line {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.licensed_trainings_dropdown_line .option_name {
	z-index: 2;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding: 0px 15px;
	color: #656565;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
	background: #e0e6ea;
}
.licensed_trainings_dropdown_line i {
	z-index: 2;
	font-size: 32px;
    position: absolute;
    top: 8px;
    right: 14px;
}
.licensed_trainings_dropdown_line .string {
	width: 100%;
	background: #e0e6ea;
	font-size: 15px;
	padding: 15px;
	margin-top: 40px;
	color: #656565;
	display: none;
}
.licensed_trainings_dropdown_line .bottom_line {
	border-bottom: 5px solid #1b2a5d;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.licensed_trainings_dropdown_line:hover .bottom_line {
	border-bottom: 5px solid #009688;
}
.textarea-1 {
	margin-top: 5px;
	border: 1px solid #555;
	margin-bottom: 5px;
	height: 150px;
	background: #fff;
	box-shadow: none;
	outline: none;
	width: 450px;
	resize: none;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
}
.input-1 {
	margin-top: 2px;
	border: 1px solid #555;
	margin-bottom: 10px;
	height: 33px; 
	background: #fff; 
	box-shadow: none; 
	outline: none; 
	width: 350px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
}
.iframe_closest_div { width: 900px; margin: 40px auto 0 auto; }
.iframe_closest_div iframe {width: 900px; height: 500px; }
.right_fixed_box_1, .right_fixed_box_2, .right_fixed_box_3 {
	padding: 10px 15px;
	background: #8BC34A;
	position: fixed;
	right: 0;
	top: 110px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	height: 169px;
	width: 40px;
	cursor: pointer;
	z-index: 110;
}
.right_fixed_box_2 {
	background: #1e255a;
	top: 290px;
	height: 174px;
}
.right_fixed_box_3 {
	background: #ff6f00;
	top: 475px;
	height: 135px;
}
.right_fixed_box_1 .text, .right_fixed_box_2 .text, .right_fixed_box_3 .text {
	writing-mode: vertical-rl;
	transform: scale(-1, -1);
	margin-top: 7px;
	margin-left: -2px;
}
.right_fixed_box_1 .arrow, .right_fixed_box_2 .arrow, .right_fixed_box_3 .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 84.75px 20px 83.75px 0px;
	border-color: transparent #8BC34A transparent transparent;
	position: absolute;
	right:40px;
	top:0;
}
.right_fixed_box_2 .arrow {
	border-width: 99px 20px 75px 0;
	border-color: transparent #1e255a transparent transparent;
}
.right_fixed_box_3 .arrow {
	border-width: 67px 20px 67px 0;
	border-color: transparent #ff6f00 transparent transparent;
}
.right_fixed_box_1:hover, .right_fixed_box_2:hover, .right_fixed_box_3:hover {
	width: 50px;
}
.right_fixed_box_1:hover .arrow, .right_fixed_box_2:hover .arrow, .right_fixed_box_3:hover .arrow {
	right: 50px;
}
.right_fixed_box_content {
	position: fixed;
	top: 100px;
	right: -252px;
	width: 250px;
	height: 189.5px;
	z-index: 110;
}
.main-navig-btns {
	width: 250px; 
	font-size: 24px; 
	border-radius: 8px; 
	text-transform: none;
}
.btn-four {
	text-transform: none; 
	margin: 1px; 
	width: calc(98% / 4);
}
.no_hover:hover {
	text-decoration: none;
}
.they_say_us_text {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	display: inline-block;
	width: auto;
	margin: 20px auto;
	overflow: unset;
	vertical-align: middle;
	min-height: 70px;
	width: 600px;
}
.they_say_us_text:before {
	position: absolute;
	top: 0;
	left: -70px;
	font-size: 32px;
	color: #999;
	content: url(/elemek/quotation_first.png);
}
.they_say_us_text:after {
	position: absolute;
	bottom: 0;
	right: -70px;
	font-size: 32px;
	color: #999;
	content: url(/elemek/quotation_last.png);
}
.sayer {
	width: 128px;
	margin: 20px auto 0 auto;
}
.they_say_us_closest {
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.they_say_us_closest:last-child {
	border-bottom: 0;
}
.they_say_us_closest .rank {
	padding: 10px 0;
	text-align: center;
	color: #888;
	text-transform: uppercase;
}
.body_content_parent {width: 1120px;}
.go-to-article {
	float: right; 
	margin-top: 20px;
}
@media(max-width: 1030px) {
	.go-to-article {margin-top: 0px !important;}
	.article_page_content .article_main table td .intro {
		margin-top: 5px;
	}
	.body_content_parent,.body_content.body_content_width800 {width:100%;}
	.article_main_mini {
		margin: 10px auto 0 auto;
	}
	.site-map .content {
		width: 95%;
	}
	.go_to_top {
		position: fixed;
		bottom: 80px;
		right: 10px;
	}
	.right_fixed_box_1, .right_fixed_box_2 { display: none; }
	.iframe_closest_div { width: 100%; margin: 40px 0 0 0; }
	.iframe_closest_div iframe {width: 95%; height: 250px; margin-left: 2.5%; }
	.breadcrumbs { width: 100%; }
	img {max-width: 95%; }
	.desktop_margin_left_30 { margin-left: 0px; }
	.desktop_device { display: none; }
	.desktop_device_table { display: none; }
	.desktop_device_table_native { display: none; }
	.header-mainimage .prev_btn_bg {
		z-index: 80;
	}
	.header-mainimage .next_btn_bg {
		z-index: 80;
	}
	.gallery {
		width: 95%;
		margin-left: 2.5%;
	}
	.gallery_closest .arrow-left {
		left: 0;
		margin-left: 0;
	}
	.gallery_closest .arrow-right {
		right: 0;
		margin-right: 0;
	}
	.header-mainimage .promo_text_box {
		top: 10%;
		left: 15%;
		margin-left: 0;
		margin-top: 0;
		width: 70%;
		height: 80%;
		z-index: 103;
	}
	.header-mainimage .promo_text_box .right_triangle {
		display: none;
	}
	
	.mobile_device { display: block; }
	.height-105 { height: 62px; }
	.header-topbar .container .topbar-right { display: none; } 
	.contact_form_maps_desktop { display: none; }
	.contact_form_maps_mobile { 
		display: block; 
		width: 95%;
		margin-left: 2.5%;
	}
	.contact_form_maps_mobile textarea {
		width: 100%;
	}
	.opened_news {
		width: 95%;
		margin-left: 2.5%;
	}
	.opened_news .main_image {width: 100%; }
	.article_page_right_bar {display: none; }
	.article_page_content {width: 100%; }
	.article_page_content .article_main { height: 260px; width: 95%; margin-left: 2.5%; }
	.newsletter_proposal { display: none; }
	.mobile-menu-icon { display: block; }
	.margin-left-232 { margin-left: 0 }
	.margin-top-180 { margin-top: 0 }
	.header-topbar .container { width: 100%; }
	.header-topbar .container .topbar-left { float: right; padding-right: 20px; }
	.header-menubar { height: 62px; }
	.header-menubar .container { height: 64px; width: 90%; }
	.header-menubar .container .logo-left { 
		float: none;
		margin-right: auto;
		margin-left: 30px;
		width: 200px;
	 }
	.header-menubar .container .logo-left img { margin-left: 0; margin-top: 16px; width: 200px; }
	.header-menubar .container .menu-right {  display: none; }

	.header-mainimage .bigtext {
		line-height: 1.2em;
		bottom: 70px;
		left: 0;
		margin-left: 0;
		position: absolute;
	}
	.header-mainimage .smalltext {
		line-height: 1.2em;
		bottom: 10px;
		left: 0;
		margin-left: 0;
		position: absolute;
	}
	/*******************/
	.body_content {
		width: 100%;
		overflow: hidden;
	}
	.course-and-service-circles-main {
		width: 95%;
		margin-left: 2.5%;
	}
	.course-and-service-circles-main .main-circle {
		width: 176px;
		height: 176px;
		position: relative;
		background: #4257bc;
		border-radius: 50%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
	}
	.course-and-service-circles-main .main-circle .circle-inside-bg {
		width: 150px;
		height: 150px;
		background: #242c42;
		border-radius: 50%;
		position: absolute;
		border: 3px solid #fff;
		top: 13px;
		left: 13px;
	}
	.course-and-service-circles-main .main-circle .circle-inside-bg .circle-outside {
		width: 144px;
		height: 144px;
		background: #4257bc;
		border-radius: 50%;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.course-and-service-circles-main .main-circle .circle-inside-bg:hover .circle-outside {
		top: -100px;
	}
	.course-and-service-circles-main .main-circle .circle-inside-bg .circle-outside i {
		font-size: 100px;
		color: #fff;
		line-height: 144px;
	}
	.course-and-service-circles-main .main-circle .circle-inside-bg .text {
		font-size: 14px;
		color: #fff;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 100px;
		margin-top: 54px;
	}
	.course-and-service-circles-main .main-circle .circle-inside-bg .text_desc_bottom {
		font-size: 16px;
		text-transform: uppercase;
		color: #333;
		text-align: center;
		width: 176px;
		position: absolute;
		bottom: -50px;
		left: -16px;
	}

	.article_content {
		width: 100%;
		overflow: hidden;
		margin-top: 30px;
	}
	.article_content .article_main {
		width: 95%;
		display: block;
		margin-top: 30px;
		margin-left: 2.5%;
		padding: 10px;
	}
	.margin-left-36px { margin-left: 0; }

	.darmo_preview .containt {
		width: 95%;
		margin-left: 2.5%;
	}
	.darmo_preview .containt .portrait { display: none; }
	.darmo_preview .containt .desc {
		width: 100%;
		margin-bottom: 5px;
	}
	.darmo_preview .containt .title { margin-bottom: 5px; }		
	.teams { text-align: center; overflow: hidden; width: 100%;}
	.teams .member_main, .teams .member_main.gluck_adam {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		display: block;
		cursor: pointer;
	}
	.teams .member_main:first-child { margin-left: inherit; }	
	.teams .member_main:last-child { margin-bottom: 20px; }	

	.footer { overflow: hidden; height: auto; padding-bottom: 0;}
	.footer .content {
		width: 95%;
		margin-left: 2.5%;
		margin-right: none;
		overflow: hidden; height: auto; 
	}
	.footer .content .contact {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.footer .content .cons_fb_box {
		width: 90vw;
		position: static;
		left: unset;
		margin-left: 5vw;
		margin-bottom: 20px;
	}
	.footer .content .newsletter {
		overflow: hidden;
		margin-top: 20px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.main-navig-btns {
		margin-top: 5px;
	}
	.darmo_preview {
		height: 278px;
	}
	.btn-four {
		width: 90%;
		margin-left: 5%;
	}
	.right_fixed_box_1, .right_fixed_box_2, .right_fixed_box_3 {
		display: none;
	}
	.article_content .article_main table tr:first-child {
		height: 30px;
	}
	.article_content .article_main table td .intro {
		line-height: 17px;
		margin-top: 0;
		text-align: left;
	}
	.header-mainimage .promo_text_box .text {
		padding-top: 0;
		font-size: 13px;
	}
	.header-mainimage .promo_text_box .text ul {
		padding-left: 12px;
	}
	.header-mainimage .promo_text_box {
		padding: 10px;
	}
	.intro p {
		height: 114px;
		overflow: hidden;
	}
	.intro {
		height: 114px;
		overflow: hidden;
	}
	.opened_news .intro {
		height: auto;
	}
	.article_content .article_main table td:last-child img {
		max-width: 150px;
		max-height: 100px;
	}
}
.margin-left-36px { margin-left: 36px; }
.gdpr_accept_aggree_checkbox {
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.inline {
	display: inline-block !important;
	vertical-align: middle !important;
}
img.div_img {width: 100%;height:100%;object-fit:cover;object-position: center center;}
.fb-share-button,
.IN-widget,
.twitter-share-button {
	vertical-align: top !important;
}