body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #fff;
}

a {color: #fff; text-decoration: none;}
a:hover {color: #eee; text-decoration: none;}


header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

#navbar-collapse-main {
	margin: 0!important;
	position: relative;
	width: 250px;
    float: right;
}

.mainpage-header #navbar-collapse-main{
	background-color: white;
}
@media (min-width: 992px) {
	#navbar-collapse-main {
	    width: auto;
	    float: none;
	}
	#navbar-collapse-main .navbar-nav {
		display: flex!important;
		flex-wrap: wrap;
		align-content: center;
		height: 85px;
		margin-right: 40px;
	}
}
@media (min-width: 1200px) {
	#navbar-collapse-main .navbar-nav {
		height: 100px;
	}
}
.navbar-nav > li{
	align-self: center;
}
.navbar-collapse a {
	color: white;
}
.navbar-collapse a:hover,
.navbar-collapse a:active {
	color: #ddd;
}
.mainpage-header #navbar-collapse-main{
	background-color: white;
	margin-top: 8px;
}
.subpage-header #navbar-collapse-main{
	margin-top: 8px;
}
@media (max-width: 991px) {
	.subpage-header #navbar-collapse-main{
		background: rgba(40,183,151,.97);
	}
	.mainpage-header .navbar-collapse.collapse.in a,
	.mainpage-header .navbar-collapse.collapsing a {
		color: gray;
	}

	.mainpage-header .navbar-collapse.collapse.in a:hover,
	.mainpage-header .navbar-collapse.collapse.in a:active {
		color: #2cc7a5;
	}
	.subpage-header .navbar-collapse.collapse.in a,
	.subpage-header .navbar-collapse.collapsing a {
		color: rgba(255,255,255,0.85);
	}

	.subpage-header .navbar-collapse.collapse.in a:hover,
	.subpage-header .navbar-collapse.collapse.in a:active {
		color: white;
	}
}

.sor0 {
	height: auto;
	/*margin-top: -100px;*/
	width: 100%;
	background: #123;
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		color: rgba(255,255,255,0.85);
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:active {
		color: rgba(255,255,255,1);
	}
	.navbar-nav {
		float: right;
	}
}
@media (min-width: 1200px) {
	.sor0 {
		/*margin-top: -135px;*/
	}
}
@media (max-width: 991px) {
	.sor0 {
		/*margin-top: -102px;*/
	}
}
.navbar-ikonok-container {
	float: right;
}

.zeropadding {
	padding: 0 !important;
}

.navbar-collapse {
	margin: 0 auto;
	padding: 0 !important;
}

.navbar-nyelvvalto {
	text-align: center;
	width: 100%;
	display: none;
}

.navbar-nyelvvalto-mob{
	display: inline-block;
}
.navbar-nyelvvalto-mob a{
	color: white;
	display: block;
}
.mainpage-header .affix .navbar-nyelvvalto-mob a {
	color: gray;
}

.navbar-nyelvvalto-mob > a{
	position: relative;
	margin-right: 20px;
	padding: 12px 5px;
}
.navbar-nyelvvalto-mob .current-language::after{
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%);

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4.5px 0 4.5px;
	border-color: white transparent transparent transparent;
}

.mainpage-header .affix .navbar-nyelvvalto-mob .current-language::after{
	border-top-color: gray;
}

.navbar-nyelvvalto-mob .all-languages{
	width: 46px;
	position: absolute;
	float: none;
	top: 40px;
	left: -11px;
	overflow: hidden;
	background: rgba(255,255,255,0.2);
	text-align: center;
	border-radius: 5px;
	opacity: 0;
	transform: scale(0);
	transition: transform 0.5s ease, opacity 0.3s linear;
	z-index: 2;
}
.mainpage-header .affix .navbar-nyelvvalto-mob .all-languages{
	background: rgba(255,255,255,0.95);
}
.subpage-header .affix .navbar-nyelvvalto-mob .all-languages{
	background: rgba(0,173,239,0.85);
}
.navbar-nyelvvalto-mob:hover .all-languages {
	opacity: 1;
	transform: scale(1);
}
.navbar-nyelvvalto-mob .all-languages a {
	margin: 0 !important;
	padding: 9px 5px;	
}
.navbar-nyelvvalto-mob .all-languages a:hover{
	color: #ddd;
}

.navbar-nyelvvalto a {
	color: #fff;
}

.mainpage-header .affix .navbar-nyelvvalto,
.mainpage-header .affix .navbar-nyelvvalto a{
	color: gray;
}

.hir-box-container {
	padding: 0 45px;
}

.hir-box {
	text-align: justify;
  	margin: 0 auto;
 	max-width: 350px;
	text-align-last: center;
	-moz-text-align-last: center;
}

.cim {
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	clear: both;
	margin: 123px 0 90px;
	text-transform: uppercase;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.cim-inner {
	display: inline-block;
	padding-right: 30px;
}

.date-icon {
	width: 20px;
	margin-right: 5px;
}

.news-icon {
	width: 18px;
	margin-right: 2px;
}

.date-icon,
.news-icon {
	margin-top: -4px;
}

.sor2 .cim {
	background-image: url("../images/title-bg-black@2x.png");
	opacity: 0.2;
}

.sor3 .cim {
	background-image: url("../images/title-bg-white@2x.png");
	opacity: 0.35;
}

.sor2 .cim-inner {
	background-color: #fff;
}

.sor3 .cim-inner {
	background-color: #2cc8a5;
}

.hir-cim {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.hir-alcim {
	font-style: italic;
	margin-bottom: 20px !important;
}

.hir-szoveg1 {
	font-weight: bold;
}
.hir-szoveg2 {
	font-size: 14px;
}

.reszletek-gomb {
	width: 150px;
	height: 35px;
	border: 2px solid #fff;
	margin: 15px auto;
	clear: both;
	padding-top: 8px;
	text-transform: lowercase;
	color: white;
}

.reszletek-gomb a {
	color: white;
}


.kuldes-gomb {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	clear: both;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin: 10px 0;
	padding-top: 1px;
	text-align: center;
	width: 135px;
}

.teli-gomb, .teli-gomb-piros {
	width: 180px;
	border-radius: 5px;
	margin: 10px auto;
	clear: both;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

.teli-gomb {
	background: #fff;
	color: #393939;
	height: 35px;
	border: none;
	outline: none;
	padding: 10px 0;
}

.teli-gomb-piros {
	background: #ff0000;
	color: #fff;
	height: 40px;
	padding-top: 11px;
}

.navbar {
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	background: none;
	width: 100%;
}

.mainpage-header .navbar.affix{
	background-color: rgba(40,183,151,.95);
	transition: all 0.3s;
}

/*.mainpage-header .affix.navbar-default .navbar-toggle{
	border-color: gray;
}*/

/*.mainpage-header .affix.navbar-default .navbar-toggle .icon-bar{
	background-color: gray;
}*/

.navbar a {
	text-decoration: none;
}


.regform {
    position: absolute;
    top: 100px;
    right: 0px;
    /*
    position: fixed;
    top: 100px;
    right: 35px;
    */
    z-index: 20;
    width: 180px;
    border-radius: 3px;
    text-align: center;
    background: white;
}
.regform .regpanel_head {
    background: #424242;
    padding: 10px 0px;
    font-size: 14px;
    border-radius: 3px 3px 0px 0px;
}
.regform .regpanel_head:hover {
	cursor: pointer;
}
.regform .redbg {
    background: #EA1111;
    border-radius: 3px;
}
.regform .regpanel_body {
    color: #424242;
    display: none;
}
.regform .regpanel_body span {
	font-size: 12px;
}

.sor1 {
	background: transparent;
	padding: 0;
	z-index: 1;
}

.sor1-belso {
	min-height: 360px;
	background: #fff;
	padding: 50px 0;
}

.sor1 ul {
	padding: 10px 0 3px 35px ;
}

.sor1 p {
	padding: 0 20px;
}

.sor1 .motto, .sor1 .motto2 {
	text-align: right;
	color: #afafaf;
	font-weight: 400;
	font-style: italic;
}

.sor1 .motto {
	font-size: 18px;
	margin-bottom: 0;
}

.sor1 .motto2 {
	font-size: 16px;
	margin-top: 0;
}

.sor3 {
	background-color: #2cc8a5;
	background-size: auto 100%;
	/*background: url("/images/bg2.jpg") 25% 50% no-repeat fixed;*/
	font-size: 12px;
	min-height: 670px;
	padding-bottom: 45px;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media (min-width: 1882px) {
	.sor3 {
		background-size: 100% auto;
	}
}

.sor3 h1 {
	color: #0d5580;
	margin-bottom: 25px;
}
/*.sor3 .cim {
	margin: 40px 0 0 0;
}*/
.sor2 {
	position: relative;
	text-align: center;
	color: #000;
	padding: 0 0 100px 0;
}

/* eventbox */

.eventbox-header {
	position: relative;
	background: #123;
	width: 100%;
	height: 215px;
	color: #fff;
}

.eventbox-header-lead {
	position: absolute;
	padding: 15px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 95px;
}

.eventbox-header-lead .date-box {
	position: absolute;
	height: 65px;
	width: 60px;
	z-index: 1;
}

.eventbox-header-lead .date-box .month {
	width: 100%;
	height: 20px;
	background-color: #fff;
	color: #000;
	margin: 0;
	line-height: 1.55;
}

.eventbox-header-lead .date-box .date {
	width: 100%;
	height: 45px;
	background-color: #2cc8a5;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 0 3px;
	line-height: 1.55;
}

.eventbox-header-text {
	position: relative;
	top: 50%;
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	transform: translateY(-50%);
	padding-left: 75px;
	text-align: left;
}

.eventbox-text p {
	margin-bottom: 15px;
}

.eventbox-text {
	text-align: justify;
	padding: 15px;
}

.eventbox-btn {
	display: block;
	border: 2px solid #e3e3e3;
	padding: 10px 10px;
	text-align: center;
	max-width: 185px;
	border-radius: 0;
	color: #343434;
	margin: 0 auto;
}

.eventbox-btn:hover {
	background-color: #e3e3e3;
}

.video {
	max-width: 737px;
	min-height: 100px;
}

.idezet {
	padding: 65px 0 0 50px;
	line-height:1.9;
	font-size: 17px;
	text-align: left;
	background: url("/images/quote.png") no-repeat left top;
	background-position: 30px 20px;
}

.idezet-nev {
	clear: both;
	text-align: right;
	font-size: 14px;
	width: 100%;
	margin-top: 15px;
}

.idezet-nev img {
	margin-right: 8px;
}

.footer-a, .footer-main {
	color: #787878;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}

.footer-a {
	background-color: #575757;
	min-height: 290px;
}

.footer-a ul {
	padding: 0;
	width: 100%;
	list-style: none;
}

.footer-a ul li {
	display: inline;
	/*width: 25%;*/
	margin-left: 30px;
	/*height: 120px;*/
}
#partners-carousel {
	
}

/*****************************
         PARTNEREK
*****************************/
.partners-container {
	margin-top: 60px;
    overflow: hidden;
}
.partner-item-container {
    margin-left: 0;
    width: 6000px;
}
.partner-item {
    float: left;
    margin-right: 20px;
    line-height: 115px;
    /*width: 250px;*/
}
.partner-item img {
	height: 100%;
}

.logok {
	width: 100%;
	max-width: 234px;
	text-align: center;
	margin-top: 35px;
}

.footer-title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.footer-main {
	background-color: #2c2c2c;
	text-align: left;
}

.footer-main-container {
	padding: 0;
}

.footer-main-inner {
	display: table;
	width: 100%;
}
.footer-main .footer-col:nth-child(3){

}
.footer-main .footer-col:nth-child(3) p:not(:last-child){
	color: white;
	position: relative;
}
.footer-main .footer-col:nth-child(3) p:last-child{
	font-size: 12px;
}
.footer-main .footer-col:nth-child(3) p:not(:last-child)::before{
	content: '';
	position: relative;
	display: inline-block;
	top: 3px;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.footer-main .footer-col:nth-child(3) p:first-child::before{
	background-image: url("../images/home-icon@2x.png");
}
.footer-main .footer-col:nth-child(3) p:nth-child(2)::before{
	background-image: url("../images/letter-icon@2x.png");
}

.footer-main .footer-col .teli-gomb {
	display: block;
	margin-bottom: 5px;
}

.footer-main .footer-col3 {
	width: 33%;
}

.footer-main ul {
	list-style: none;
	padding: 0;
}

.footer-main ul li {
	margin: 10px 0;
	display: block;
}

.footer-main ul a {
	color: #bababa;
}

.footer-main ul a:hover {
	color: #eaeaea;
}

.footer-main input, .footer-main textarea {
	width: 100%;
	clear: both;
	color: #373737;
	border: none;
	height: 30px;
	margin-top: 10px;
}

.footer-main-cimsor {
	font-size: 16px;
	font-weight: bold;
	color: #f2f2f2;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-main input {
	padding: 2px 0 0 10px;
}

.footer-main textarea {
	padding: 5px 0 0 10px;
	height: 60px;
	resize: vertical;
}

::-webkit-input-placeholder {
   color: #8d8d8d;
}

:-moz-placeholder { /* Firefox 18- */
   color: #8d8d8d;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #8d8d8d;  
}

:-ms-input-placeholder {  
   color: #8d8d8d;  
}

.footer-szoveg {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #999;
}

.footer-szoveg2 {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	color: #999;
}
	.footer-szoveg2 a {
		color: #999;
	}

.footer-social {
	margin-left: -8px;
	margin-top: 8px;
}

h1 {
	font-size: 34px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 20px;
	margin: 48px 0;
}

h2 {
	font-size: 24px;
}

h3 {

}

.dropdown-toggle {
	background: none;
}
.dropdown-menu{
	top: calc(100% + 6px);
	padding: 0;
	background-color: white;
    transition: all 0.3s;
	border: none;
    border-radius: 0;
}

.dropdown-menu a {
	color: gray!important;
	text-transform: uppercase;
}
.subpage-header .dropdown-menu a{
	color: white!important;
}

.dropdown-menu a:hover {
	background-color: transparent!important;
	color: #2cc7a5!important;
}
.subpage-header .dropdown-menu a:hover {
	color: #2cc7a5!important;
}

.navbar-nav .dropdown-menu .divider {
	background: none;
	border-top: 1px solid rgba(0,0,0,0.25);
	padding: 0 5px;
	margin: 5px 5px;
}
@media (max-width: 991px) {	
	.subpage-header .navbar-nav .dropdown-menu .divider{
		border-color: white;
	}
}
@media (min-width: 992px) {
	.subpage-header .dropdown-menu a{
		color: gray!important;
	}
}
@media (min-width: 1200px) {
	.footer-main .footer-col:nth-child(3) p:last-child{
		font-size: 13px;
	}
}

.relativ {
	position: relative;
}

.ct {
	display: none;
}

input.error,
textarea.error {
	border: 1px solid red;
}

/* XXS CLASSOK */
/*HEADER*/


.header-container{
	position: relative;
}

.logo-header{
	height: 40px;
}
.logo-header-container{
	position: relative;
	height: 40px;
	padding: 0;
}
/* if the logo is to wide for mobile
.logo-header {
	width: 50px;
}*/
.logo-header {
	width: auto;
}
.visible-xxs {
	display: block !important;
}
.hidden-xxs {
	display: none !important;
}
.affix .visible-only-on-affix{display: block!important;}
.affix .visible-only-on-affix-top{display: none!important;}
.affix-top .visible-only-on-affix{display: none!important;}
.affix-top .visible-only-on-affix-top{display: block!important;}

/*.mainpage-header .affix .navbar-nav > li > a{
	color: gray;
}
.mainpage-header .affix .navbar-nav > li > a:hover{
	color: #111;
}*/
.container > .navbar-header{
	margin-right: 0;
	margin-left: 0;
}
.navbar-header {
	margin-right: 0;
	margin-left: 0;
	padding: 15px 0;
}
.navbar-header .navbar-toggle{
	padding: 12px 10px;
	margin-left: 5px;
}
.navbar-header .navbar-ikonok-container{
	position: relative;
}
.navbar-header .navbar-ikonok-link{
	display: inline-block;
}
.navbar-header .navbar-ikon{
	height: 35px;
}
@media(min-width: 1200px) {
	.navbar-header .navbar-ikon{
		height: 45px;
	}
}
.navbar-nav .navbar-ikon img {
	height: 30px;
}
.navbar-nav .navbar-ikon{
 	display: inline-block;
 	margin-right: 15px;
}
.navbar-header .navbar-ikon img,
.navbar-collapse .navbar-ikon img {
	background-color: #2cc7a5;
	padding: 8px;
}
.navbar-header .navbar-ikon img {
	height: 32px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.navbar-header .navbar-nyelvvalto {
	position: absolute;
	top: -13px;
}

.navbar-nav li a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.social-icons-menu-item{
	border-top: 1px solid;
	margin-top: 15px;
}
.mainpage-header #navbar-collapse-main .social-icons-menu-item{
	border-color: #ddd;
	background-color: #f2f2f2;
}
.subpage-header #navbar-collapse-main .social-icons-menu-item{
	background-color: rgba(0,0,0,.15);
	border-bottom: 1px solid white;
}

.logo-header-container, .navbar-ikonok-container{
	z-index: 1;
}

/*END_HEADER*/



/* XS CLASSOK */

@media (max-width: 767px) { 

	/* FEJLÉC */

	.navbar-nav {
		float: none;
	}

	.logo-footer {
		width: 180px;
		margin: 0 auto;
		float: none !important;
	}

	.navbar {
		min-height: 70px;
	}


	.sor2 .kep img {
		width: 100%;
		max-width: 525px;
		margin: 0 auto;
	}

	.sor2 .kep {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		float: right !important;
		text-align: center;
	}

	.sor2 {
		min-height: 400px;
		max-height: 2000px;
	}

	.sor3 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.cim {
		margin: 75px 0 50px;
	}

	.sor3 .col-md-6 {
		margin-bottom: 15px;
		margin-top: 40px;
	}

	.idezet {
		margin: 50px 0;
		padding: 65px 40px 0 50px;
	}

	.footer-main input, .footer-main textarea {
		max-width: 425px;
		margin: 4px auto !important;
	}

	.footer-main-cimsor {
		margin-bottom: 5px;
	}

	.kuldes-gomb {
		margin: 15px auto 30px;
	}
}


/* SM CLASSOK */

@media (min-width: 768px) and (max-width: 991px) {

	.footer-main .footer-col4 {
		width: 27%;
	}

	.logo-footer {
		width: 180px;
		float: none !important;
	}

	.navbar {
		min-height: 70px;
	}

	.elvalaszto {
	padding: 14px 0 15px;
	}

	.sor2 {
		min-height: 715px;
	}

	.sor2 .kep {
		margin-top: 25px;
		margin-right: -65px;
		margin-left: 65px;
		float: right !important;
	}

	.cim {
		margin: 75px 0 50px;
	}

	.sor3 .col-md-6 {
		margin-bottom: 15px;
		margin-top: 40px;
	}

	.idezet {
		margin: 50px 0;
	}

	.teli-gomb, .teli-gomb-piros {
		float: left;
		clear: none;
		height: 35px;
		width: 162px;
		margin: 0 5px;
		font-size: 12px;
		padding-top: 9px;
	}

	.footer-main input, .footer-main textarea {
		max-width: 425px;
		margin: 4px auto !important;
	}

	.footer-main-cimsor {
		margin-bottom: 5px;
	}

	.kuldes-gomb {
		margin: 15px auto 30px;
	}
	
}


/* MD CLASSOK */

@media (min-width: 992px) {

	.logo-header {
		height: 50px;
	}

	.mainpage-header #navbar-collapse-main{
		background-color: transparent;
	}
	.navbar-header .navbar-ikonok-container{
		position: absolute;
		right: 5px;
		top: 25px;
	}
	.navbar-nyelvvalto{
		display: inline-block;
	}
	.navbar-nyelvvalto-mob{
		display: none;
	}
	.footer-main {
		padding-bottom: 60px;
	}
	.footer-col {
		float: none;
	    display: table-cell;
	    vertical-align: middle;
	}
	.logo-footer {
		width: 220px;
	}
	.footer-title{
		margin-top: 10px;
	}
	.footer-main .footer-col:nth-child(3) p:first-child {
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.navbar-nav {
		margin: 15px 0 !important;
	}
	.navbar-nav .dropdown-menu .divider{
		margin-right: 25px;
		margin-left: 25px;
	}
	#navbar-collapse-main.navbar-collapse {
		overflow-x: hidden;
		position: absolute;
		right: 15px;
	}
	.navbar-header .navbar-ikonok-link {
		display: none!important;
	}
	.footer-wrapper {
		max-width: 350px;
		margin: 0 auto;
	}
	.footer-main .footer-col {
		text-align: center;
		margin: 15px 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) { 

	/* FEJLÉC */

	.navbar {
		min-height: 72px;
	}

	.navbar-nav li a {
		padding-left: 6px;
		padding-right: 25px;
	}
	.logo-header{
		margin-right: 15px;
	}
	.nav img {
		margin-left: 20px;
	}
	.elvalaszto {
		padding: 16.5px 0 15px;
		font-weight: 700;
		color: #fff;
		font-size: 11px;
	}

	.idezet {
		margin-top: -35px;
		padding: 35px 25px 0 15px;
		background: url("/images/quote.png") no-repeat left top;
		background-position: 5px 0;
	}

	.footer-main ul li {
		margin: 10px 0;
	}
	.footer-title{
		margin-bottom: 10px;
	}
}


/* LG CLASSOK */

@media (min-width: 1200px) { 

	.logo-header-container{
		height: 70px;
	}

	.logo-header{
		height: 70px;
	}

	/* FEJLÉC */

	.navbar {
		min-height: 85px;
	}

	.nav img {
		margin-left: 30px;
	}

	.sor3 p {
		margin: 5px 0;
	}

}


.clebo {
	clear: both;
}

/*************************************
               FOOTER
*************************************/
.footer-menu {
	/*font-size: 12px;*/
	text-transform: uppercase;
}
footer .cim {
	color: white;
	/*margin: 20px 0 10px;*/
}

/*************************************
               FŐOLDAL
*************************************/
.sor1 .container-item{
	padding: 0;
	position: relative;
}

@media (min-width: 768px) {
	.sor1 .container-item {
		float: left;
	}
}

@media (max-width: 767px) {
	.sor1 .container-item {
		/*margin: 0 auto;
		max-width: 371px;*/
	}

	.sor1 .item {
		max-width: 371px !important;
		width: 100% !important;
	}
}

.sor1 .box-container {
	margin: -30px auto 0;
}

.sor1 .item {
	background: white;
	color: #343434;
	font-size: 20px;
	/*height: 244px;*/
	left: 0;
	overflow: hidden;
	/*padding-top: 105px;*/
	position: relative;
	text-align: center;
	top: 0;
	z-index:0;
	margin: 0 auto;
	
    -webkit-transition: all 0.3s ease-in; /* property duration timing-function delay */
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sor1 .item-image {
	width: 100%;
}

.sor1 .item:hover {
	color: #fff !important;
	font-size: 22px;
	/*padding-top: 104px;*/

	z-index: 11;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.sor1 .item a {
	background-color: rgba(0,0,0,0.7);
	display: block;
}
.sor1 .item h3 {
    font-size: 20px;
	position: absolute;
	bottom: 10px;
	left: 25px;
    z-index: 1;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.sor1 .item h3::before{
	content: '';
	border-left: 3px solid #2cc7a5;
	position: relative;
	margin-right: 10px;
}
.sor1 .item:hover h3 {
	color: #fff;
	font-size: 22px;

	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}

.sor1 .item img {
	/*height: 258px;*/
	opacity: 0.3;

    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
	.sor1 .item:hover img {
		opacity: 1;

        filter: none; /* Applies to FF + IE */
        -webkit-filter: grayscale(0);

        -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	}

.sor1 .item p {
    background: rgba(0, 0, 0, .85);
	bottom: 0;
    color: #fff;
    font-size: 13px;
    /*opacity: 0;*/
    margin: 0;
    padding: 10px 15px;
	position: absolute;
	-webkit-transform: translate(0,100%);
       -moz-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
         -o-transform: translate(0,100%);
            transform: translate(0,100%);

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;

    width: 100%;
    /*z-index: 2;*/
}
    .sor1 .item:hover p {
        opacity: 1;

        -webkit-transform: translate(0,0);
           -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
             -o-transform: translate(0,0);
                transform: translate(0,0);

                -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
    }





.box {
	list-style-type: none;
    margin: 0;
    padding: 0 !important;
}
	.box li {
        background-color: white;
		display: inline-block;
        float: left;
		/*height: 244px;*/
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
		text-align: center;
		/*width: 371px;*/
		z-index: 0;

		-webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
	}
		.box li:hover {
			z-index: 1;
			-webkit-transform: scale(1.05);
			    -ms-transform: scale(1.05);
			        transform: scale(1.05);
		}
	.box li h3 {
        color: #343434;
        font-size: 20px;
        font-weight: bold;
        left: 50%;
		position: absolute;
		text-transform: uppercase;
        top: 50%;
        z-index: 1;

        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;

        -webkit-transform: translate(-50%, -100%);
           -moz-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
             -o-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
	}
        .box li:hover h3 {
            color: #fff;

            font-size: 22px;

            /*-webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;*/
        }
    .box li img {
    	/*max-height: 176px;*/
        opacity: 0.3;

        filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */

        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }
        .box li:hover img {
            opacity: 1;

            filter: none; /* Applies to FF + IE */
            -webkit-filter: grayscale(0);

            -webkit-transition: all 0.3s ease-in-out;
               -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                 -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
        }
	.box li p {
        background: rgba(0,0,0,.85);
		bottom: 0;
        color: #fff;
        font-size: 13px;
        opacity: 0;
        margin: 0;
        padding: 10px 15px;
		position: absolute;
		-webkit-transform: translate(0,100%);
	       -moz-transform: translate(0,100%);
	        -ms-transform: translate(0,100%);
	         -o-transform: translate(0,100%);
                transform: translate(0,100%);
	
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;

        width: 100%;
        z-index: 2;
	}
    .box li:hover p {
        opacity: 1;

        -webkit-transform: translate(0,0);
           -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
             -o-transform: translate(0,0);
                transform: translate(0,0);

        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

.sor1 .container {
	/*width: 870px;*/
	/*width: 800px;*/
}

.video-iframe {
	display: none;
}

.sor2 .img-container {
	position: relative;
}

.sor2 .img-container .play-btn {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/*@media (max-width: 758px) {*/
	/*.box {
		margin-left: 25%;
	}*/
	
/*}*/

@media (min-width: 992px) {
	.box li img {
		max-height: 176px;
	}
	.sor1 .container {
		/*width: 800px;*/
	}
}
@media (min-width: 1200px) {
	.box li img {
		max-height: 176px;
	}
	.sor1 .container {
		/*width: 800px;*/
	}
}
@media (min-width: 1300px) {
	.box li img {
		max-height: 200px;
	}
	.sor1 .container {
		/*width: 900px;*/
	}
}
@media (min-width: 1500px) {
	.box li img {
		max-height: 220px;
	}
	.sor1 .container {
		/*width: 1000px;*/
	}
}
@media (min-width: 1650px) {
	.box li img {
		max-height: 242px;
	}
	.sor1 .container,
	.sor3 .container,
	.sor2 .container {
		width: 1100px;
	}
}
@media (min-width: 1750px) {
	.box li img {
		height: 258px;
		max-height: 258px;
	}
	.sor1 .container,
	.sor3 .container,
	.sor2 .container {
		width: 1170px;
	}

}

/***************************************
           KESKENYEBB MENÜ
***************************************/
#slim-menu {
    background: #00adef !important;
    height: 46px;
    min-height: 0;
    position: fixed;
    top: -80px;
    width: 100%;
}

    #slim-menu .logo {
        margin-top: -3px; 
    }
    
    #slim-menu .navbar-nav {
        margin: -2px 50px 0 10px !important;
    }

    #slim-menu .navbar-ikonok-container {
        width: 160px;
        height: 75px;
        float: right;
    }

    #slim-menu .navbar-ikonok, #slim-menu .navbar-ikon-face {
        width: 50px;
        height: 50px;
        float: left;
        margin-left: 3px;
        border-radius: 3px;
    }

    #slim-menu .navbar-ikonok {
        background: #ff0000;
    }

    #slim-menu .navbar-ikon-face {
        background: #3b5999;
    }

    #slim-menu button.navbar-toggle {
    	margin-top: 6px;
    }

    #slim-menu .navbar-collapse {
    	/*background: #00adef;*/
    	border: none;
    	margin-top: -6px;
    }

    #slim-menu .navbar-collapse .navbar-nav {
        margin: -2px 50px 0 0 !important;
    }

    #slim-menu .navbar-collapse .nav li {
    	background-color: #00aeef;
    }
    #slim-menu .navbar-collapse .nav li a {
    	padding-bottom: 13px;
    }

    @media (max-width: 767px) {
    	#slim-menu .navbar-collapse .nav {
    		width: 100%;
    	}
    }

/******************************
          ALOLDALAK
******************************/
.navbar-toggle {
	margin-top: 25px;
	margin-right: 61px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: white;
}

.template-page,
.template-news,
.template-news-list,
.template-category,
.template-category-list,
.template-gallery,
.template-teachers-list,
.page404 {
	color: #393939;
	margin-top: 70px;
	margin-bottom: 30px;
	min-height: 470px;
}

.template-news-list a {
	color: #393939;
}

.template-page h1,
.template-category h1,
.template-category-list h1,
.template-news-list h1,
.template-news h1,
.template-gallery h1,
.template-teachers-list h1,
.page404 h1 {
	color: #393939;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	/*padding-bottom: 22px;*/
}

.page404 a:not(.btn) {
	color: #393939;
}

.breadcrumbs {
	list-style: none;
}
.breadcrumbs li {
	display: inline;
	float: left;
	padding: 10px 10px 10px 0;
}
.breadcrumbs li:not(:last-child):after {
	color: #ccc;
	content: '»';
	margin-left: 10px;
}
.breadcrumbs li a {
	color: #ccc;
}
.breadcrumbs li a:hover {
	color: #393939;
}

@media (min-width: 992px) {
	.template-page,
	.template-news,
	.template-news-list,
	.template-category,
	.template-category-list,
	.template-gallery,
	.template-teachers-list,
	.page404 {
		margin-top: 100px;
	}
	.template-page h1,
	.template-category h1,
	.template-category-list h1,
	.template-news-list h1,
	.template-news h1,
	.template-gallery h1,
	.template-teachers-list h1,
	.page404 h1 {
		font-size: 30px;
	}
}

/******************************
       ALDOLDALAK MENÜ
******************************/
header.subpage-header .navbar{
	background: rgba(40,183,151,.97);
}


/******************************
     ALOLDALAK KATEGÓRIÁI
******************************/
.template-category-list .container-item,
.template-category .container-item {
	padding: 0;
	position: relative;
}

@media (min-width: 768px) {
	.template-category-list .container-item,
	.template-category .container-item {
		float: left;
	}
}

@media (max-width: 767px) {
	.template-category-list .container-item,
	.template-category .container-item {
		margin: 0 auto;
		max-width: 371px;
		width: 100%;
	}

	.template-category-list .item,
	.template-category .item {
		max-width: 371px !important;
		width: 100% !important;
	}
}

.template-category-list .box-container,
.template-category .box-container {
	margin: 0 auto;
	max-width: 1113px;
}

.template-category-list .item,
.template-category .item {
	background: white;
	color: #343434;
	font-size: 20px;
	height: 232px;
	left: 0;
	overflow: hidden;
	margin: 0 auto 20px auto;
	/*padding-top: 105px;*/
	position: relative;
	text-align: center;
	top: 0;
	max-width: 342px;
	z-index:0;
	
    -webkit-transition: all 0.3s ease-in; /* property duration timing-function delay */
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

	.template-category-list .item:hover,
	.template-category .item:hover {
		color: #fff !important;
		font-size: 22px;
		/*padding-top: 104px;*/

		z-index: 1;
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}

.template-category-list .item h3,
.template-category .item h3 {
	color: #343434;
    font-size: 20px;
    font-weight: bold;
	left: 50%;
	position: absolute;
	text-transform: uppercase;
    top: 50%;
    z-index: 1;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-transform: translate(-50%, -100%);
       -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
         -o-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
}
	.template-category-list .item:hover h3,
	.template-category .item:hover h3 {
		color: #fff;
		font-size: 22px;

		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	}

.template-category-list .item img,
.template-category .item img {
	/*height: 258px;*/
	opacity: 0.3;

    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
	.template-category-list .item:hover img,
	.template-category .item:hover img {
		opacity: 1;

        filter: none; /* Applies to FF + IE */
        -webkit-filter: grayscale(0);

        -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	}

.template-category-list .item p,
.template-category .item p {
    background: rgba(0, 0, 0, .85);
	bottom: 0;
    color: #fff;
    font-size: 13px;
    /*opacity: 0;*/
    margin: 0;
    padding: 10px 15px;
	position: absolute;
	-webkit-transform: translate(0,100%);
       -moz-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
         -o-transform: translate(0,100%);
            transform: translate(0,100%);

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;

    width: 100%;
    /*z-index: 2;*/
}
    .template-category-list .item:hover p,
    .template-category .item:hover p {
        opacity: 1;

        -webkit-transform: translate(0,0);
           -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
             -o-transform: translate(0,0);
                transform: translate(0,0);

		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
    }

.long-description {
	margin-bottom: 20px;
}





.template-category-list .panel-container,
.template-category .panel-container {
	margin: 0 auto;
	max-width: 1110px;
}
.template-category-list .panel-item,
.template-category .panel-item {
	background-color: white;
	color: white;
	float: left;
	margin: 0 60px 30px 0;
	min-height: 410px;
	text-align: center;
	padding: 0;
	max-width: 330px;

	height: 455px;
	width: 330px;

	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
	.template-category-list .panel-item:nth-child(3n+3),
	.template-category .panel-item:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.template-category-list .panel-item:nth-child(2n+2),
	.template-category .panel-item:nth-child(2n+2) {
		margin-right: 0;
	}
}

/* margin: 0 60px 30px 0; */

	.template-category-list .panel-item:hover,
	.template-category .panel-item:hover {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}

.template-category-list .panel-item img,
.template-category .panel-item img {
	max-width: 330px;
	width: 100%;

	filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
	.template-category-list .panel-item:hover img,
	.template-category .panel-item:hover img {
		filter: none; /* Applies to FF + IE */
        -webkit-filter: grayscale(0);
	}

.template-category .panel-item .img-container {
	/*background: #393939;*/
	height: 330px;
	width: 330px;
}

.template-category-list .panel-item .content,
.template-category .panel-item .content {
	background: #393939 url('/assets/images/titulus-bg.png') no-repeat top;
	height: 110px;
	padding: 15px 15px 0 15px;
	text-align: center;
	color: white;
}

.template-category-list .panel-item h3,
.template-category .panel-item h3 {
	font-size: 18px;
	font-weight: bold;

	margin: 0 0 5px 0;

	/*margin: 10px 0 10px 0;*/

	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}












.box-subpage {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 !important;
}
	.box-subpage li {
		background-color: #393939;
		color: white;
		display: inline-block;
		float: left;
		margin: 0 60px 30px 0;
		min-height: 410px;
		text-align: center;
		width: 330px;

		-webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
	}
		.box-subpage li:hover {
			-webkit-transform: scale(1.05);
			    -ms-transform: scale(1.05);
			        transform: scale(1.05);
		}

	.box-subpage li img {
		max-width: 330px;

		filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
	}
		.box-subpage li:hover img {
			filter: none; /* Applies to FF + IE */
            -webkit-filter: grayscale(0);
		}

	.box-subpage li>a>div {
		background: #393939 url('/assets/images/titulus-bg.png') no-repeat top;
		min-height: 84px;
		padding: 15px 0;
	}

	.box-subpage li h3 {
		font-size: 18px;
		font-weight: bold;

		margin: 0 0 5px 0;

		/*margin: 10px 0 10px 0;*/

		-webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
	}

	.box-subpage li p {
		/*margin-bottom: 20px;*/
	}

	.box-subpage li .reszletek {

		border: 2px solid white;
		margin: 10px auto 0 auto;
		padding: 5px 30px;
		text-transform: lowercase;
		width: 150px;
	}
	.box-subpage li .reszletek-gomb {
		margin-top: 10px;
		padding-top: 5px;
	}


/****************************
         SLIDESHOW
****************************/
.slider {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
	.slider li {
		display: inline;
		float: left;
		/*height: 983px;*/
		overflow: hidden;
		position: relative;
		/*width: 100%;*/
		z-index: 0;
	}

	.slider li img {
		max-height: 987px;
		/*max-width: 100px;*/
		width: 100%;
	}

	.slide-content {
		display: none;
		left: 50%;
		position: absolute;
		text-align: center;
		top: 50%;

		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.slide-content h2 {
		font-size: 20px;
	}

	.slide-content p {
		font-size: 18px;
		margin-bottom: 10px;

	}

	/*.slide-content a {
		border: 2px solid white;
		border-radius: 5px;
		display: block;
		font-weight: bold;
		height: 28px;
		margin: 10px auto 0 auto;
		padding-top: 3px;
		width: 150px;
	}*/


.slider-indicators {
	bottom: 10%;
	z-index: 1;
}

.slider-indicators li {
	background: gray;
	border: none;
	border-radius: 0;
	height: 13px;
	opacity: 0.4;
	width: 13px;

	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.slider-indicators li.active {
	height: 15px;
	opacity: 0.5;
	width: 15px;
}

#sliderCarousel .item {
	height: 100vh;
	max-height: 850px;
	min-height: 475px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

@media (min-width: 1920px) {
	#sliderCarousel .item {	
		background-size: 100% auto;
	}
}

.carousel .item .container {
	opacity: 0;

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.carousel .item.active .container {
	opacity: 1;
	position: relative;
	height: 100%;
}

.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before {
	content: '';
}

.carousel-control .glyphicon {
	margin-left: 0;
	margin-right: 0;
}

.carousel-control .glyphicon img {
	position: absolute;
	height: 48px;
	margin: 0;
}

.left.carousel-control .glyphicon img {
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.right.carousel-control .glyphicon img {
	right: 50%;
    transform: translateX(50%) translateY(-50%);
}

.carousel h1 {
	margin: 0;
}

.carousel-caption {
	/*text-transform: uppercase;*/
	top: 50%;
	left: 0;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	bottom: auto;
	padding: 0;
	z-index: 0;
}
.carousel-caption h1 {
	text-align: left;
	font-size: 72px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
}
.carousel-caption p {
	font-size: 50px;
	text-align: left;
	margin-bottom: 0;
}
.carousel-caption .reszletek-gomb {
	display: inline-block;
	text-align: center;
	width: 200px;
	height: auto;
	margin-top: 25px;
	padding: 15px 0;

	-webkit-transition: all 0.2s ease-in; /* property duration timing-function delay */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.carousel-caption .reszletek-gomb:hover {
	background-color: #fff;
	color: #2cc8a5;
	text-shadow: none;
}

@media (max-width: 767px) {
	.carousel-caption {
		left: 15px;
	}
}

@media only screen and (max-width: 1000px) {
	.carousel-caption {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.carousel-caption h1 {
		font-size: 16px;
	}
	.carousel-caption p.description {
		font-size: 20px;
	}
	/*.slider-indicators {
		bottom: 3%;
	}*/
	.slider-indicators li {
		height: 8px;
		width: 8px;
	}
	.slider-indicators li.active {
		height: 10px;
		width: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.carousel-caption {
		transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
	}
	.carousel-caption h1 {
		font-size: 14px;
	}
	.carousel-caption p.description {
		font-size: 16px;
	}

	.carousel .reszletek-gomb {
		height: 40px;
		padding-top: 10px;
		width: 140px;
	}
}

/****************************
         EGY TANÁR
****************************/
.tanarok {
    float: none !important;
    /*margin: 10px auto 50px !important;*/
    /*max-width: 885px;*/
    /*margin: 10px 0 50px 0;*/
    margin: 10px auto 50px auto;
    max-width: 1110px;
    min-height: 300px;
    padding: 0;
    position: relative;
}

.tanarok img {
    width: 100%;
    height: auto;
    /*max-width: 295px;*/
}

.tanarok-bal {
	max-width: 295px;
}
.tanarok-bal h3 {
	font-size: 18px;
}

.tanarok-jobb {
    position: relative;
    padding: 0 30px;
}
.tanarok-jobb p {
	font-size: 15px;
}
.tanarok-jobb a {
	color: #00adef;
}

.tanar-info {
    width: 100%;
    min-height: 80px;
    background: #393939 url('/assets/images/titulus-bg.png') no-repeat center;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.tanar-nev {
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0 0;
    margin: 0;
}

.tanar-titulus {
    font-size: 14px;
    padding: 3px 0 20px;
    line-height: 1.15;
}

.tanar-kurzus {
    width: 100%;
    margin-top: 20px;
}
.tanar-kurzus a {
	color: #00adef;
}

.tanar-kurzus p {
    margin: 0;
    padding: 0;
}

.tanar-kurzus ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}



@media (max-width: 991px) {

    .tanarok-bal {
        max-width: 450px;
        margin: 0 auto;
        float: none;
    }

    .tanarok-jobb {
        margin: 35px auto 0;
        max-width: 450px;
        float: none;
    }

    .tanar-kurzus {
        text-align: center;
    }

}

@media (min-width: 992px) { 

    .tanarok-bal {
        padding: 0;
    }

}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}*/

.sor2 .tovabbi-div {
	margin-top: 40px;
}


/****************************************************
                       HÍREK
****************************************************/
.hir_box {
	color: #636363;
	height: 185px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	position: relative;
}
.hir_box h3 {
	color: #00adef;
	margin-bottom: 5px;
}
.hir_box h3 a {
	color: #00adef;
}
.hir_box .date {
	color: #ccc;
	font-size: 14px;
	margin-top: 0;
}
.hir_box .hirek_link {
	margin-top: 20px;
}
.hir_box .hirek_link a {
	border: 2px solid #636363;
	border-radius: 5px;
	bottom: 0;
	color: #636363;
	left: 0;
	padding: 5px 25px;
	position: absolute;
}

.accentuated .hir_box {
	border-left: 7px solid #ccc;
	padding-left: 15px;
}
.accentuated .hir_box .hirek_link a {
	left: 15px;
}

/*************************************
			GALÉRIA
*************************************/
.gallery_folder {
    text-align: center;
    width: 210px;
    float: left;
    height: 190px;
    position: relative;
    margin-bottom: 10px;
}
.gallery_text {
    text-align: center;
    width: 100%;
}
.gallery-image-placeholder {
	border: 1px solid #EFEFEF;
	height: 150px;
	width: 200px;
}



/*************************************
          TANÁROK LISTÁJA
*************************************/
.list-teachers-link-container {
	margin-left: 28px;
}

.template-teachers-list a {
	color: #00ADEF;
}
.teachers-list {
	list-style: none;
	margin-left: 190px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.list-teachers-link-container {
		margin-left: 0;
		padding-left: 0;
	}

	.teachers-list {
		margin-left: 150px;
	}
}

@media (max-width: 991px) {
	.teachers-list {
		margin-left: 0px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.list-teachers-link-container {
		margin-left: 0;
		padding-left: 0;
	}
}