@font-face {
	font-family: 'DaxHu';
	src: url('/assets/fonts/daxhu/DaxHu_ekz.eot');
	src: local('☺'), url('/assets/fonts/daxhu/DaxHu_ekz.woff') format('woff'), url('/assets/fonts/daxhu/DaxHu_ekz.ttf') format('truetype'), url('/assets/fonts/daxhu/DaxHu_ekz.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DaxHuBold';
	src: url('/assets/fonts/daxhu/DaxHuBold_ekz.eot');
	src: local('☺'), url('/assets/fonts/daxhu/DaxHuBold_ekz.woff') format('woff'), url('/assets/fonts/daxhu/DaxHuBold_ekz.ttf') format('truetype'), url('/assets/fonts/daxhu/DaxHuBold_ekz.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'DaxHu', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #fff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 18px 14px;
}

a {color: #fff; text-decoration: none;}
a:hover {color: #eee; text-decoration: none;}

.container a {color: #00adef;}

header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

@media (max-width: 992px) {
	header {
		margin-top: 70px;
	}
}

#navbar-collapse-main {
	background: #00adef;
	position: relative;
	z-index: 3;
}
#navbar-collapse-main .navbar-nav {
	padding-top: 90px;
}
#navbar-collapse-main a {
	color: white;
}
#navbar-collapse-main a:hover,
#navbar-collapse-main a:active {
	color: #00adef;
}
#navbar-collapse-main .navbar-nav {
	margin-top: 0 !important;
}
#navbar-collapse-main .navbar-nav li a {
	padding-left: 30px;
}


@media (min-width: 992px) {
	#navbar-collapse-main {
		display: none !important;
	}
}

.sor0 {
	height: auto;
	/*margin-top: -100px;*/
	width: 100%;
	background: #123;
}
@media (min-width: 1200px) {
	.sor0 {
		/*margin-top: -135px;*/
	}
}
@media (max-width: 992px) {
	.sor0 {
		/*margin-top: -102px;*/
	}
}

.navbar-ikonok-container {
	height: 75px;
	float: right;
}

.navbar-ikonok, .navbar-ikonok-mid, .navbar-ikon-face {
	padding-left: 7px;
	height: 50px;
	float: left;
	margin: 0px;
	border-radius: 3px;
}
.navbar-ikonok-mid {
    margin: 0 15px;
}

.navbar-ikonok {
	/*background: #ff0000;*/
}

.navbar-ikon-face {
	/*background: #3b5999;*/
}

.zeropadding {
	padding: 0 !important;
}

.navbar-collapse {
	margin: 0 auto;
	padding: 0 !important;
}

.navbar-nyelvvalto {
	clear: both;
	/*color: #cacaca;*/
	color: white;
	margin: 24px 0 5px;
	text-align: right;
	width: 100%;
}

.navbar-nyelvvalto a {
	color: #fff;
}

.hir-box {
	text-align: justify;
  	margin: 0 auto;
 	max-width: 350px;
	text-align-last: center;
	-moz-text-align-last: center;
}

.cim {
	font-family: 'DaxHuBold';
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	clear: both;
	margin: 123px 0 90px;
	text-transform: uppercase;
	background: url("/images/cim-bg.png") no-repeat center bottom;
	padding-bottom: 22px;
}


.hir-cim {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.hir-szoveg1 {
	font-weight: bold;
}
.hir-szoveg2 {
	font-size: 14px;
}

.reszletek-gomb {
	width: 150px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin: 15px auto;
	clear: both;
	font-weight: bold;
	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: 170px;
	border-radius: 5px;
	margin: 10px auto;
	clear: both;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

.teli-gomb {
	background: #9D9D9D;
	color: #393939;
	height: 35px;
	padding-top: 9px;
}

.teli-gomb-piros {
	background: #96C23E;
	color: #fff;
	height: 40px;
	padding-top: 11px;
}





.navbar {
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	background: none !important;
}

.navbar a {
	text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.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 {
	min-height: 360px;
	background: url("/images/csikok.png") #00aeef no-repeat center;
	padding: 50px 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;
}

.sor2 {
	background: url("/images/bg2.jpg") no-repeat center;
	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) {
	.sor2 {
		background-size: 100% auto;
	}
}

.sor2 h1 {
	color: #0d5580;
	margin-bottom: 25px;
}
/*.sor2 .cim {
	margin: 40px 0 0 0;
}*/
.sor3 {
	position: relative;
	background: url("/images/bg2.jpg") no-repeat;
	padding-bottom: 100px;
	text-align: center;
}

.video {
	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-b {
	color: #787878;
	text-align: center;
	padding: 30px 20px;
}

.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-b {
	background-color: #393939;
	min-height: 415px;
	text-align: left;
}

.footer-b ul {
    list-style: none;
    padding: 0;
    float: left;
    margin: 10px;
    width: 70px;
}
.footer-b ul.footer-ul2 {
    margin-left: 40px;
}

.footer-b ul li {
	margin: 10px 0;
	display: block;
}

.footer-b ul a {
	color: #bababa;
}

.footer-b ul a:hover {
	color: #eaeaea;
}

.footer-b input, .footer-b textarea {
	width: 100%;
	clear: both;
	color: #373737;
	border: none;
	height: 30px;
	margin-top: 10px;
}

.footer-b-cimsor {
	font-size: 16px;
	font-weight: bold;
	color: #f2f2f2;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-b input {
	padding: 2px 0 0 10px;
}

.footer-b 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-b-oszlop {
	margin-top: 32px;
	margin-bottom: 60px;
    height: 160px;
    border-left: 2px solid #4C4C4C;
    padding: 0px 40px;
}

.footer-szoveg {
	font-size: 14px;
	margin-top: 25px;
	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;
}

.footer-copyright {
	text-align: center;
}
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 {
	margin-top: 10px !important;
	text-transform: none;
	padding: 10px 0;
	background-color: #fff;
}

.btn-primary {
	color: #fff !important;
}

.dropdown-menu a {
	color: #333 !important;
}

.dropdown-menu > li:hover {
	background-color: #e6e6e6;
}

.dropdown-menu a:hover {
	background: none !important;
	color: #333 !important;
}

.divider {
	background: none !important;
	border-top: 2px dotted rgba(255,255,255,0.25);
	padding: 0 5px;
	margin-left: 16px !important;
	margin-right: 18px !important;
}

.relativ {
	position: relative;
}

.ct {
	display: none;
}

input.error,
textarea.error {
	border: 1px solid red;
}

/*@media (max-width: 350px) {
	
	.sor3 {
		min-height: 750px;
	}


}

@media (min-width: 351px) and (max-width: 767px) {

	.sor3 {
		min-height: 712px;
	}

	.sor3 .kep {
		margin-top: 20px;
		margin-right: -65px;
		margin-left: 65px;
		float: right !important;
	}
}*/


/* XS CLASSOK */

@media (max-width: 767px) { 

	/* FEJLÉC */

	.logo-footer {
		width: 180px;
		margin: 40px auto 0;
		float: none !important;
	}

	.logo {
		margin: 16px 0 0 15px;
		width: 130px;
	}

	.navbar {
		min-height: 60px;
	}

	.navbar-nav {
	  margin: 15px 0 !important;
	}

	.sor3 .kep img {
		width: 100%;
		max-width: 525px;
		margin: 0 auto;
	}

	.sor3 .kep {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		float: right !important;
		text-align: center;
	}

	.sor3 {
		min-height: 400px;
		max-height: 2000px;
	}

	.sor2 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.cim {
		margin: 75px 0 50px;
	}

	.sor2 .col-md-6 {
		margin-bottom: 15px;
		margin-top: 40px;
	}

	.idezet {
		margin: 50px 0;
		padding: 65px 40px 0 50px;
	}

	.footer-b-oszlop1 {
		text-align: center;
	}

	.footer-b-oszlop {
		margin: 40px 0 20px;
	}

	.footer-b input, .footer-b textarea {
		max-width: 425px;
		margin: 4px auto !important;
	}

	.footer-b-oszlop {
		text-align: center;
	}

	.footer-b-cimsor {
		margin-bottom: 5px;
	}

	.kuldes-gomb {
		margin: 15px auto 30px;
	}


}


@media (max-width: 574px) {

	.footer-ul1, .footer-ul2 {
		margin: 40px 0 0 !important;
	}

	.footer-ul1 {
		width: 50%;
	}

	.footer-ul2 {
		width: 50%;
	}
}

@media (min-width: 575px) and (max-width: 767px) {

	.footer-b ul li {
		display: inline;
		margin: 20px 20px;
		text-align: center;
		right: 50%;
		position: relative;
	}

	.footer-ul1, .footer-ul2 {
		float: none;
		margin: 15px auto;
		left: 50%;
		position: relative;
	}

	.footer-ul1 {
		margin-top: 35px;
	}

	.footer-ul2 {
		margin-top: 0;
	}
}


/* SM CLASSOK */

@media (min-width: 768px) and (max-width: 991px) {
	.logo-footer {
		width: 180px;
		margin: 40px auto 0;
		float: none !important;
	}

	.logo {
		/*margin: 40px 0 10px 275px;*/
		float: none !important;
		margin: 25px 0 0 25px;
		width: 150px;
	}

	.navbar {
		min-height: 80px;
	}

	.navbar-nav {
	  margin: 15px -15px 0 !important;
	}

	.navbar-header {
		/*text-align: center;*/
	}

	.elvalaszto {
	padding: 14px 0 15px;
	}

	.sor3 {
		min-height: 715px;
	}

	.sor3 .kep {
		margin-top: 25px;
		margin-right: -65px;
		margin-left: 65px;
		float: right !important;
	}

	.cim {
		margin: 75px 0 50px;
	}

	.sor2 .col-md-6 {
		margin-bottom: 15px;
		margin-top: 40px;
	}

	.idezet {
		margin: 50px 0;
	}

	.footer-b-oszlop1 {
		text-align: center;
	}

	.teli-gomb, .teli-gomb-piros {
		float: left;
		clear: none;
		height: 35px;
		width: 162px;
		margin: 0 5px;
		font-size: 12px;
		padding-top: 9px;
	}

	.footer-b ul li {
		display: inline;
		margin: 20px 20px;
		text-align: center;
		right: 50%;
		position: relative;
	}

	.footer-ul1, .footer-ul2 {
		float: none;
		margin: 15px auto;
		left: 50%;
		position: relative;
	}

	.footer-ul1 {
		margin-top: 35px;
	}

	.footer-ul2 {
		margin-top: 0;
	}


	.footer-b input, .footer-b textarea {
		max-width: 425px;
		margin: 4px auto !important;
	}

	.footer-b-oszlop {
		text-align: center;
	}

	.footer-b-cimsor {
		margin-bottom: 5px;
	}

	.kuldes-gomb {
		margin: 15px auto 30px;
	}


}


/* MD CLASSOK */

@media (max-width: 992px) {
	.navbar-ikonok-container {
		width: 92px;
		position: absolute;
		top: 30px;
		right: 65px;
	}
	.navbar-nyelvvalto {
		margin: 0;
		text-align: left;
		font-size: 20px;
	}
	.navbar-collapse {
		overflow-x: hidden;
		width: 100%;
	}
	.navbar-ikonok-link {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) { 

	/* FEJLÉC */

	.logo, .logo-footer {
		width: 140px;
		margin-top: 27px;
	}

	.navbar {
		min-height: 100px;
	}

	.navbar-nav {
	  margin: 45px 0 0 22px !important;
	}

	.navbar-nav li a {
		padding-left: 6px;
		padding-right: 6px;
	}

	.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-ul1 {
		margin-left: 30px;
	}

	.footer-ul2 {
		margin-left: 30px;
		margin-top: -15px;
	}

	.footer-b-inner {
		margin-right: -55px;
		margin-left: 55px;
	}


	.footer-b ul li {
		margin: 5px 0;
	}
}


/* LG CLASSOK */

@media (min-width: 1200px) { 


	/* FEJLÉC */

	.logo, .logo-footer {
		width: 163px;
		margin: 22px 0px 20px 40px;
	}

	.navbar {
		min-height: 135px;
	}

	.navbar-nav {
		margin: 48px 10px 0 30px;
	}

	.nav img {
		margin-left: 30px;
	}

	.sor2 p {
		margin: 5px 0;
	}

	/*
    .footer-b ul {
		margin: 0;
        padding: 0 10px;
        float: none;
        display: inline-block;
	}
    
	.footer-b-inner {
		margin: 0;
		padding: 43px 0 10px 44px;
		white-space: nowrap;
	}
    */
}


.clebo {
	clear: both;
}

/*************************************
               FOOTER
*************************************/
.footer-menu {
	/*font-size: 12px;*/
	text-transform: uppercase;
}
.footer-kozep {
	margin-left: -40px;
	margin-top: 45px;
}
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;
		width: 100%;
	}

	.sor1 .item {
		max-width: 371px !important;
		width: 100% !important;
	}
}

.sor1 .box-container {
	margin: 0 auto;
	max-width: 1113px;
}

.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;
	max-width: 371px;
	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;
}

	.sor1 .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);
	}

.sor1 .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%);
}
	.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;
}

.sor4 {
    text-align: center;
    padding-bottom: 100px;
    background: url("/images/csikok.png") #8dc63f no-repeat center !important;
}

.sor4 .img-container {
	position: relative;
}

.sor4 .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;
	}
	.sor2 .container,
	.sor3 .container {
		width: 970px;
	}
}
@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;
	}
	.sor2 .container,
	.sor3 .container {
		width: 1000px;
	}
}
@media (min-width: 1650px) {
	.box li img {
		max-height: 242px;
	}
	.sor1 .container,
	.sor2 .container,
	.sor3 .container {
		width: 1100px;
	}
}
@media (min-width: 1750px) {
	.box li img {
		height: 258px;
		max-height: 258px;
	}
	.sor1 .container,
	.sor2 .container,
	.sor3 .container {
		width: 1170px;
	}

}

/***************************************
           KESKENYEBB MENÜ
***************************************/
#slim-menu {
    background: #00adef !important;
    height: 54px;
    min-height: 0;
    position: fixed;
    top: -80px;
    width: 100%;
}

    #slim-menu .logo {
        margin-top: 11px; 
    }
    
    #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: 1px 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;
	padding-top:  12px;
	padding-bottom:  12px;
}

.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-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: 35px;
	font-family: 'DaxHuBold';
	font-weight: bold;
	text-transform: uppercase;
	background: url("/assets/images/cim-bg-belso.png") no-repeat center bottom;
	/*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;
}

/******************************
       ALDOLDALAK MENÜ
******************************/
header.subpage-header {
	background: #00adef;
	position: relative;
}
	header.subpage-header .navbar {
		min-height: 0;
	}
	header.subpage-header .navbar-nav {
		margin-top: 25px;
	}
	header.subpage-header .logo {
		margin: 15px;
		width: 130px;
	}
	header.subpage-header #slim-menu .logo {
		width: 150px;
	}
	header.subpage-header .navbar-ikonok-container {
		width: 152px;
	}
	header.subpage-header .navbar-ikonok {
		margin-right: 5px;
	}
@media (min-width: 992px) and (max-width: 1199px) {
	header.subpage-header .navbar-nav {
		margin-top: 25px !important;
	}
}
@media (max-width: 992px) {
    header.subpage-header .navbar-ikonok-container {
		position: relative;
		top: 0px;
		right: 150px;
        width: 95px;
    }
}
	header.subpage-header .navbar-nyelvvalto {
		/*color: white;*/
		margin: 5px 0;
		padding: 0;
	}


/******************************
     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: 1024px;*/
}

.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;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
	margin-top: -24px;
}

.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before {
	content: '';
}

.carousel-control .glyphicon img {
	height: 48px;
}

.carousel h1 {
	margin: 0;
}

.carousel-caption {
	/*text-transform: uppercase;*/
	top: 60%;
	transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	z-index: 0;
}
.carousel-caption h1 {
	font-size: 38px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
}
.carousel-caption p.description {
	font-size: 24px;
}
.carousel-caption .reszletek-gomb {
	margin-top: 25px;
	padding-top: 5px;
}
@media only screen and (max-width: 1000px) {
	.carousel-caption {
		transform: translateY(-40%);
		-webkit-transform: translateY(-40%);
	}
	.carousel-caption h1 {
		font-size: 16px;
	}
	.carousel-caption p.description {
		font-size: 12px;
	}
	.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: 12px;
	}

	.carousel .reszletek-gomb {
		height: 20px;
		font-size: 10px;
		padding-top: 0;
		width: 70px;
	}
}

/****************************
         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) {
	.footer-kozep {
		margin-left: 0;
	}


    .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%;
}*/

.sor3 .tovabbi-div {
	margin-top: 40px;
}


/****************************************************
                       HÍREK
****************************************************/
.hir_box {
	color: #636363;
	min-height: 185px;
	margin-bottom: 25px;
	padding-bottom: 35px;
	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 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;
}

.news-list-content {
	max-height: 100px;
	margin-bottom:  15px;
	overflow: hidden;
}

/*************************************
			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;
	}
}

.navbar-ikonok-link-sm {
    float: right;
    margin-right: 15px;
    margin-top: 25px;
    height: 40px;
    width: auto;
}
#slim-menu .navbar-ikonok-link-sm {
	margin-top:  6px;
}
.navbar-ikonok-link-sm img {
	height: 40px;
	width: auto;
}
@media (max-width: 992px) {
	.navbar .navbar-toggle {
		margin-right: 20px;
	}
}
@media (min-width: 992px) {
	.navbar-ikonok-link-sm {
		display: none;
	}
}

.socials {
	height: 55px;
	background: #2F302F;
}

.socials > a {
	position: relative;
	float: right;
	right: 20px;
	top: 10px;
	padding-left: 15px;
}

.socials > a img {
	width: 35px;
	height: 35px;
}
