body {
	background-color: #ffffff;
	color:#9b9b9b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size:48px;
	text-align:center;
	margin-bottom:50px;	
	color:#151515;	
}

.logoline {
	width:100%;	
	height:60px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:white;
	text-align:center;
}


.mline {
	width:100%;
	height:70px;
/*	background-color:#474747;*/
	background: rgba(242, 243, 248, .8);
/*	position:fixed;*/
	position:absolute;
	z-index:1000;
	text-align:center;	
-webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);	
}

.center {
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
}

.center h1 {
	font-size:48px;
	text-align:center;
	margin-bottom:50px;
	
}



.logo {
	float:left;
	margin-top:10px;
}

.menu {
/*	float:right;*/
}

.menu ul {
  padding: 0px 0px 0px 0px;  
  list-style: none;		
  display: inline;  
}

.menu ul li {
	height:70px;
	line-height:70px;
	font-size:16px;
	display: inline-block;
	padding-left:40px;
	padding-right:40px;
/*	margin-right:20px;*/
/*	color:white;	*/
	color:#333333;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;	
  text-transform:uppercase;  
}

.menu ul li:hover {
/*	background-color:#fbb726;*/
	background: rgba(143, 141, 139, .8);
/*	color:#f7aa31;	*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;		
}

.gyuri {
	width:480px;
	height:492px;
	float:left;
	border:5px solid #fbb726;
	margin-right:25px;
}

.gyuri img {
	width:480px;
	height:492px;
	margin-top:15px;
	margin-left:15px;
}

.intro {
/*	color:#dcdcdc;*/
	font-size:18px;
	line-height:24px;
	text-align:justify;
}

.intro h1 {
	color:#151515;
}

.gomb {
	font-size:20px;
	padding-left:30px;
	padding-right:30px;
	border:2px solid #fbb726;
	display:inline-block;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#f1f1f1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-decoration:none;
  margin-top:20px;
  margin-bottom:20px;
  color:#000000;
}

.gomb:hover {
	background-color: #fbb726;
	color:#ffffff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;	
}

.alert {
	width:600px;
	height:auto;
	padding:20px;
	text-align:center;
	background-color:#6f6f6f;
	color:#e1e1e1;
	line-height:24px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.lablec {
	margin-top:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#474747;
	text-align:center;
	color:#dcdcdc;
}

.subheader {
	width:100%;
	height:auto;
    animation-name: example;
    animation-duration: 12s;
    animation-iteration-count: infinite;	
}

@keyframes example {
    0%   {
        filter: brightness(1);

        -webkit-filter: brightness(1);

    }
    20%  {
        filter: brightness(1.6);

        -webkit-filter: brightness(1.2);

    }
    50%  {
        filter: brightness(0.7);

        -webkit-filter: brightness(0.7);

    }	
    100% {
        filter: brightness(1);

        -webkit-filter: brightness(1);

    }
}

.csop {
	text-align:center;
}

.galcsoport {
	padding-top:30px;
	padding-bottom:40px;
	text-align:center;
}

.galcsop {
	width:300px;
	height:250px;
	border:2px solid #bbbbbb;
	cursor:pointer;
	background-color: #bbbbbb;
	display:inline-block;
	margin-right:20px;
	margin-bottom:20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;		
}

.galcsop a{
	text-decoration:none;
}

.galcsop:hover {
	border:2px solid #fbb726;
	background-color:#fbb726;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);	
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;	
}

.galcsopkep {
	width:300px;
	height:210px;
    background-repeat: no-repeat;
    background-size: cover;
}

.galtext {
	width:300px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:white;
	font-size:22px;
}

.langselect {
/*	float:right;*/
	position:absolute;
	right:20px;
	top:34px;
	font-size:20px;
}

.phonen {
	position:absolute;
	left:20px;
	top:34px;
	font-size:20px;	
}

.phonen img {
	margin-right:10px;
}

.langselect a{
	color:#CACACA;
	text-decoration:none;
}

.langselect a:hover{
	color:#fbb726;
}







.grid {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	height:auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
/*	margin: -0.135em;*/
margin:0px;
padding:0px;
	width: 100%;
/*	height: 400px;*/
	height:auto;
	background: #000000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
/*	opacity: 0.6;*/
}

.grid figure figcaption {
/*	padding: 2em;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
/*	background: #18a367;*/
}

figure.effect-layla img {
/*	min-width: 100%;*/
	width:100%;
	height:auto;
/*	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);*/
}


figure.effect-layla figcaption {
/*	padding: 3em;*/	
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
/*	padding-top: 26%;*/
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
/*	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);*/
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla h2 {
	text-shadow: 0px 0px 6px rgba(0,0,0,0.75);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.kepcim {
	font-size:40px;
	margin-top:30%;
	text-align:center;
}

.katszel {
	display:inline-block;
	width:33.33%;
	overflow:hidden;
/*	float:left;*/
	background-color:#033;
}




.video {
    width: 100%;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}
.playpause {
    background-image:url(images/play.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:-20%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.vidfel {
    position:absolute;	
    left:0%;
    right:0%;
    top:70%;
    bottom:0%;
    margin:auto;
	color:white;
	text-align:center;
	font-size:66px;
	font-weight:bold;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.kapkozep {
	width:625px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.balfel {
	width:47%;
	float:left;
}

.jobbfel {
	width:47%;
	float:right
}

.inp {
	width:90%;
	border:none;
	padding:5%;
	font-size:18px;
	background-color:#f5f5f5;
	color:#9b9b9b;
	margin-bottom:10px;
}

.tarea {
	width:90%;
	border:none;
	padding:5%;
	font-size:18px;
	background-color:#f5f5f5;
	color:#9b9b9b;
	margin-bottom:10px;
	resize: vertical;		
}

.kuld {
	font-size:20px;
	width:100%;
	border:2px solid #fbb726;
	display:inline-block;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#f1f1f1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-decoration:none;
  color:#000000;
  cursor:pointer;
}

.kuld:hover {
	background-color: #fbb726;
	color:#ffffff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;	
}

.uzenet {
	width:50%;
	height:auto;
	padding:20px;
	text-align:center;
	background-color:#6f6f6f;
	color:#e1e1e1;
	line-height:24px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:30px;
}
