html, body {
	height:100%;
	width:100%;
}
.pnlogo{
		background-image:url("../../../../templates/img/patronet_logo.png");
		width:32px;
		height:15px;
		position:absolute;
		text-indent:400px;
		overflow:hidden;
		right:10px;
		margin-top:-25px;
		z-index:500

}
body{
	margin:0px !important;
	padding:0px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13pt;
}
* {
box-sizing: border-box;
}
input, textarea{
	outline: none
}

h1{
	color:#036eaa;
}
a {
	color:inherit;
}
#site{
	margin:0px !important;
	padding:0px !important;
	display:table;
	width:100%;
	height:100%;
	empty-cells:show

	}
.head{
	display:table-row;
	height:400px;
	margin:0px;
	overflow:auto;
	background-image:url("/parameters/szskft/documents/oecms/Design/head_bg.gif");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	empty-cells:show;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.head>div{
	display:table-cell;
	position:relative;
	text-align:center;
	overflow:hidden;
}
.head_extra_outer{
	background-color:#0a93ca;
	height:50px;
	width:100%;
	display:table-row;
	z-index:10;
}
.head_extra{
	display:table;
	margin:0 auto;
	width:1000px;
}

.head_extra>div{
	display:table-row;
}
.head_extra .left{
	width:680px;
	display:table-cell;
	padding-left:35px;

}
.head_extra .right{
	display:table-cell;
	position:relative;
	overflow:hidden;
	padding:7px;
	padding-top:25px;
}
.head_extra .disp_content_text p{
	color:#fff;
	font-size:19px;
}
.mobillogin, .mobillogin_shadow{
	position:absolute;
	top:5px;
	left:5px;
	width:46px;
	height:46px;
	background-image:url("../../../../templates/img/lock_white.png");
	background-size:cover;
	background-repeat:no-repeat;
	z-index:550;
	cursor:pointer;
	display:none;
}
.mobillogin_shadow{
	background-image:url("../../../../templates/img/lock.png");
	top:6px;
	left:6px;
	z-index:500;
	display:none;
	}
.main_outer{
	display:table-row;
	background-color:#b6dfef;
}
.main_inner{
	display:table;
	margin:0 auto;
	width:1000px;
	padding-top:10px;
}
	.main .main_inner h2{
		margin-top:0px;}

.main_outer .r{
	display:table-cell;
}
.main_outer .r.left{
	width:680px;
	padding:15px;
}

.main_outer p, .main_outer .disp_content_text{
	font-size:19px;
	color:#036eaa;
}
.main_outer h2{
	margin-top:10px;
}
.tbl_cover_main{
	margin-top:15px !important;
}

.foot{
	background-color:#e7f4fa;
	height:140px;
	display:table-row;
}
.foot>div{
	display:table-cell;
}
.foot_inner{
	width:1000px;
	margin:0 auto;
	display:block;
	table-layout:fixed;
	color:#036eaa;
}
.foot_inner h4{
	font-size:16px;
	line-height:0px;
}

.foot_left{
	display:table-cell;
	width:490px;
}

.foot_right{
	display:table-cell;
}


.head_extra h1, .head_extra h2, .head_extra b, .head_extra strong{
	font-weight:700 !important;
	color:#fff200;
}

input[type=password]{
	border:1px solid #015b99;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	padding:3px;
	background-color:#036eaa;
	color:#fff;
}
.frm_user .label{
	float:left;
	width:180px;
	font-size:19px;
}
.adatkezeles,
.jelentkez{
	position:absolute;
	bottom:0px;
	width:310px;
	height:30px;
	background-color:#fff200;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display:table;
	cursor:pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  z-index:10;
		-webkit-transition: all 500ms ease-out 0s;
		-moz-transition: all 500ms ease-out 0s;
		-o-transition: all 500ms ease-out 0s;
		transition: all 500ms ease-out 0s;
  }
  .adatkezeles:hover,
.jelentkez:hover{
	background-color:#fff;
}
.adatkezeles .butt,
.jelentkez .butt{
	float:left;
	width:30px;
	height:30px;
	background-color:#036eaa;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	display:table-cell;
	vertical-align:middle
}
.adatkezeles .butt .img,
.jelentkez .butt .img{
	background-image:url("images/butt_arrow.gif");
	background-repeat:no-repeat;
	background-position:center center;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
	width:20px;
	height:20px;
	margin-left:5px;
	margin-top:5px;
}
.adatkezeles .txt,
.jelentkez .txt{
	display:table-cell;
	vertical-align:middle;
	font-weight:700;
	font-size:19px;
	color:#036eaa;
	text-transform:uppercase;
}
.adatkezeles a,
.jelentkez a{
	text-decoration:none;
	padding:0px;
}
.adatkezeles{
	position: initial;
	margin-top: 10px;
	margin-left: 7px;
}
input[type=submit],input[type=reset],input[type=button],button, .btn_link{
	color:#fff;
	font-size:18px;
	font-weight:700;
	border:1px solid #0a93ca;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
		font-family: 'Source Sans Pro', sans-serif;
	background: #036eaa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMwMzZlYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiMwMTViOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #036eaa 45%, #015b99 48%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#036eaa), color-stop(48%,#015b99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #036eaa 45%,#015b99 48%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #036eaa 45%,#015b99 48%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #036eaa 45%,#015b99 48%); /* IE10+ */
	background: linear-gradient(to bottom,  #036eaa 45%,#015b99 48%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036eaa', endColorstr='#015b99',GradientType=0 ); /* IE6-8 */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
	text-decoration:none;

}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,button:hover, .btn_link:hover{
	border:1px solid #0a93ca;
	color:#0a93ca;
	background: #fff200; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNmZmYyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNmZWRhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff200 45%, #feda00 48%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#fff200), color-stop(48%,#feda00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff200 45%,#feda00 48%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff200 45%,#feda00 48%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff200 45%,#feda00 48%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff200 45%,#feda00 48%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#feda00',GradientType=0 ); /* IE6-8 */
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;

}

/*
custom radio/checkbox
*/
/* checkbox */
input[type=checkbox] {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha("opacity=0");
	display:none;
}
input[type=checkbox] + label::before {
	content: "";
	display: inline-block;

	width: 19px;
	height: 19px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	background-color: #b6dfef;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

input[type=checkbox] + label:before {
    border-radius: 4px;
}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 30px;
	color: #015b99;
	text-align: center;
    line-height: 15px;
	font-weight:900;
	margin-top:-5px;
	position:absolute;


}

input[type=checkbox]:focus + label {
    outline: 0px dotted #CCCCCC;
}

input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-top:2px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
}











.ytplayer_frame{
}

.refs{
	border-top:1px solid #b6dfef;
	margin-top:20px;
	margin-left:7px;
	width:310px;
		-webkit-transition: all 500ms ease-out 0s;
		-moz-transition: all 500ms ease-out 0s;
		-o-transition: all 500ms ease-out 0s;
		transition: all 500ms ease-out 0s;
}
.refs::before{
	content:"Referenciáink" !important;
	color:#036eaa !important;
	background-color:#fff !important;
}
.refs .in{
	background-color:#fff;
	border-top:1px solid #b6dfef;
	padding:10px;
}
.main_inner .video{
	margin-top:15px !important;
}
.main_inner .video::before, .refs::before{
	content:"Video";
	display:block;
	background-color:#0a93ca;
	height:30px;
	background-image:url("images/video_arrow.png");
	background-repeat:no-repeat;
	font-size:19px;
	padding-left:40px;
	color:#fff;
	font-weight:700;
	line-height:150%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.main_inner .video::after {
	content:" ";
	display:block;
	background-color:#0a93ca;
	height:20px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	clear:both
}


.loginblock {
	width:240px;
	margin-left:25px;
	margin-right:25px;
	color:#fff;
	font-size:19px;
	margin-bottom:50px;

		-webkit-transition: all 500ms ease-out 0s;
		-moz-transition: all 500ms ease-out 0s;
		-o-transition: all 500ms ease-out 0s;
		transition: all 500ms ease-out 0s;
}
.loginblock .hr{
	margin-bottom:15px;
	margin-top:15px;
	height:1px;
	display:block;
	background-color:#036eaa;
	border-bottom:1px solid #3ba9d5;
}

.logintitle{
	color:#fff200;
	font-size:19px;
	font-weight:700;
}
.loginname{
	color:#fff;
	font-weight:700;
	font-size:19px;
}
.loginblock input[type=text], .loginblock input[type=password] {
	border:1px solid #015b99;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	padding:3px;
	width:100%;
	background-color:#036eaa;
	color:#fff;
}
.loginblock .outb{
	border:1px solid #3ba9d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.qtip{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
}


/* form: */
fieldset.frm-fieldset {
	border:1px solid #0a93ca !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
	margin-bottom:15px;
}

ul.frm-section{
	list-style:none;
	padding:0
}
ul.frm-section li label{
	display:block;
}
ul.frm-section input[type=text], ul.frm-section input[type=tel], ul.frm-section input[type=email], ul.frm-section select, ul.frm-section textarea {
	border:1px solid #0a93ca !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:19px;
	padding:3px;
	width:95%;
-webkit-box-shadow: inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
box-shadow:         inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.frm-left-third{
	float:left;
	width:48%;
	clear:both
}
.frm-middle-third{
	float:right;
	width:48%}
.frm-section-submit{
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px solid #0a93ca;
	padding-top:20px;

}
.frm-desc{
	font-size:19px;
	margin-top:10px;
	margin-bottom:5px;
}
.clearer{
	clear:both;
}
/* /form */





.ytinner.cleft .thumb{
	margin:0 !important;
}

.slider-item .container.bgcolor {
  background-color: rgba(150,150,150,.5);
	border-radius: 30px;
  padding: 50px 0;
}


.picto1{
	background-image: url('../staticstyle/images/oktatasok/gki.png');
	background-position: center center;
	background-size: cover;
}
.picto2{
	background-image: url('../staticstyle/images/oktatasok/taxi.jpg');
	background-position: center center;
	background-size: cover;
}
.picto3{
	background-image: url('../staticstyle/images/oktatasok/vallalkozo.jpg');
	background-position: center center;
	background-size: cover;
}
.picto4{
	background-image: url('../staticstyle/images/oktatasok/targonca.jpg');
	background-position: center center;
	background-size: cover;
}
.picto5{
	background-image: url('../staticstyle/images/oktatasok/okj.jpg');
	background-position: center center;
	background-size: cover;
}
.picto6{
	background-image: url('../staticstyle/images/oktatasok/egyebszolg.jpg');
	background-position: center center;
	background-size: cover;
}

.choose-course .icon-circle .icon-background{
	bottom: 10px;
	margin-left: -120px;
	height: 240px;
	width: 240px;
	z-index: 22;
}
.choose-course .icon-circle{
	width: 260px;
	height: 260px;
}
.choose-course .icon-circle .info .info-back a{
	font-size: 20px;
}
.choose-course .icon-circle .info .info-back:before {
	border: 10px solid #86bc42;
}
.choose-course .name-course a{
	font-size: 16px;
}
.edugate-layout-3 .edugate-content .description{
	max-height:240px;
	height: 240px;
}
.edugate-layout-3.news-gird .edugate-content .btn{
	border:none;
}
.background-opacity:before{
	background-color: #242C42 !important;
}
