/* -----------------------------------------------------------------------

Copyright (c) Balogh Roland, Minden jog fenntartva
Szerző: Balogh Roland -- http://www.rolandbalogh.com
Verzió: 1.0
   
----------------------------------------------------------------------- */

/*------------------------------------ Globális elemek ------------------------------------*/

* { outline: none; }
img { margin: 0; border: 0; }
a, a:hover { cursor: pointer; }

.clearfix { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.div_with_img { width: 430px; margin: 0 0 20px 18px; }
.margin_none { margin: 0 !important; }

ul li ul li {
	margin: 0 0 5px 0;
}

.border {border-width: 1px; border-color: black;   border-style: solid;}

.block {
	display: block;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.push-20,
h1.push-20,
h2.push-20,
h3.push-20,
h4.push-20 {
	margin-bottom: 20px !important;
}

.push-40,
h1.push-40,
h2.push-40,
h3.push-40,
h4.push-40 {
	margin-bottom: 40px !important;
}

.push-60,
h1.push-60,
h2.push-60,
h3.push-60,
h4.push-60 {
	margin-bottom: 60px !important;
}

.push-80,
h1.push-80,
h2.push-80,
h3.push-80,
h4.push-80 {
	margin-bottom: 80px !important;
}

@media only screen and (max-width: 640px) {
	.push-80,
	h1.push-80,
	h2.push-80,
	h3.push-80,
	h4.push-80 {
		margin-bottom: 50px !important;
	}
	
	.push-60,
	h1.push-60,
	h2.push-60,
	h3.push-60,
	h4.push-60 {
		margin-bottom: 35px !important;
	}
	
	.push-40,
	h1.push-40,
	h2.push-40,
	h3.push-40,
	h4.push-40 {
		margin-bottom: 25px !important;
	}
	
	.push-20,
	h1.push-20,
	h2.push-20,
	h3.push-20,
	h4.push-20 {
		margin-bottom: 12px !important;
	}
}
/*------------------------------------ Gombok ------------------------------------*/

.big_button {
	display: inline-block;
	height: 33px;
	margin: 0;
	padding: 0 15px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 2px 2px 2px #bfbfbf;
	-webkit-box-shadow: 2px 2px 2px #bfbfbf;
	box-shadow: 2px 2px 2px #bfbfbf;
	
	line-height: 33px;
	text-align: center;
	text-shadow: -1px -1px 1px #b66800;
	font-family: 'LeituraSansGrot4', Helvetica, Arial, Sans-serif;
	font-size: 14px;
	color: #fff;
	background: url(../images/big_button.png) top left repeat-x;
	cursor: pointer;
	overflow: hidden;
}

.big_button:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/big_button.png) bottom left repeat-x;
}

	.big_button span {
		display: block;
		height: 100%;
		margin: -33px -15px 0 -15px;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		
		background: url(../images/big_button.png) bottom left repeat-x;
		line-height: 33px;
		text-align: center;
		text-shadow: -1px -1px 1px #b66800;
		font-family: 'LeituraSansGrot4', Helvetica, Arial, Sans-serif;
		font-size: 14px;
		color: #fff;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	
.button {
	display: inline-block;
	height: 23px;
	margin: 0;
	padding: 0 15px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 2px 2px 2px #bfbfbf;
	-webkit-box-shadow: 2px 2px 2px #bfbfbf;
	box-shadow: 2px 2px 2px #bfbfbf;
	
	line-height: 23px;
	text-align: center;
	text-shadow: -1px -1px 1px #b66800;
	font-family: 'LeituraSansGrot4', Helvetica, Arial, Sans-serif;
	font-size: 15px;
	color: #fff;
	background: url(../images/button.png) top left repeat-x;
	cursor: pointer;
	overflow: hidden;
}

.button:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/button.png) bottom left repeat-x;
}

	.button span {
		display: block;
		height: 100%;
		margin: -23px -15px 0 -15px;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		
		background: url(../images/button.png) bottom left repeat-x;
		line-height: 23px;
		text-align: center;
		text-shadow: -1px -1px 1px #b66800;
		font-family: 'LeituraSansGrot4', Helvetica, Arial, Sans-serif;
		font-size: 15px;
		color: #fff;
		opacity: 0;
		filter: alpha(opacity=0);
	}

.special_button_container {
	text-align: center;
}

.special_button {
	height: 53px;
	margin-bottom: 0px;
	padding: 0 30px;
	line-height: 53px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	font-size: 18px;
	background: url(../images/special_button.png) top left repeat-x;
}

.special_button:hover {
	background: url(../images/special_button.png) bottom left repeat-x;
}

.href_button {
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}	
/* Mailchimp */
#mce-responses {
color: red;
background: yellow;
}
/*------------------------------------ Kezdőlap ------------------------------------*/

#home_slide {
	position:relative;
	overflow:hidden;
	width: 990px;
	height: 370px;
	background: url(../images/home/home_slide_background.jpg) top left no-repeat;
}

	#home_slide .items {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
		.items .item {
			float:left;
			width: 990px;
			height: 370px;
		}
			
#home_slide_bottom {
	height: 57px;
	background: url(../images/home/home_slide_bottom.png) top left no-repeat;
	overflow: hidden;
}

	#home_slide_bottom a {
		position: relative;
		display: block;
		width: 309px;
		height: 57px;
		margin: 0 0 0 616px;
		background: url(../images/home/home_button.png) top left;
		line-height: 55px;
		text-indent: 20px;
		text-decoration: none;
		text-shadow: -1px -1px 1px #b66800;
		font-family: 'LeituraSansGrot4', Helvetica, Arial, Sans-serif;
		font-size: 20px;
		color: #fff;
		overflow: hidden;
	}
	
	#home_slide_bottom a:hover {
		background: url(../images/home/home_button.png) bottom left;
	}
	
		#home_slide_bottom a span {
			display: block;
			height: 100%;
			margin: -55px 0 0 0;
			background: url(../images/home/home_button.png) bottom left;
			line-height: 55px;
			text-indent: 20px;
			text-decoration: none;
			text-shadow: -1px -1px 1px #b66800;
			font-family: 'LeituraSansGrot4', Helvetica, Arial, Sans-serif;
			font-size: 20px;
			color: #fff;
			opacity: 0;
			filter: alpha(opacity=0);
		}
	
#home_container {
	width: 914px;
	margin: 0 auto;
}
			
	#main_text_1 {
		padding: 10px 0 30px 0;
		text-align: right;
		font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
		font-size: 20px;
		color: #2e2e2e;
	}
				
	#main_text_2 {
		padding: 10px 0 20px 0;
		text-align: center;
		font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
		font-size: 45px;
		color: #2e2e2e;
	}

	#main_text_3 {
		padding: 10px 0 20px 0;
		text-align: center;
		font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
		font-size: 30px;
		color: #2e2e2e;
	}

	#main_text_4 {
		padding: 10px 0 20px 0;
		text-align: center;
		font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
		font-size: 20px;
		color: #2e2e2e;
	}
	
	#main_text_2 {
		max-width: 600px;
		margin: 80px auto;
		padding: 0 0 0 20%;
	}
	
	@media only screen and (max-width: 880px) {
		#main_text_2 {
			margin: 60px auto;
			font-size: 40px;
		}
		
		#main_text_3 {
			font-size: 28px;
		}
	}
	
	@media only screen and (max-width: 640px) {
		#main_text_1 {
			padding-bottom: 10px;
			font-size: 18px;
		}
		
		#main_text_2 {
			font-size: 36px;
		}
		
		#main_text_3 {
			padding-bottom: 10px;
			font-size: 24px;
		}
	}
	
	@media only screen and (max-width: 480px) {
		#main_text_1 {
			margin-bottom: 0;
			text-align: center;
			font-size: 16px;
		}
		
		#main_text_2 {
			max-width: 90%;
			margin: 40px auto;
			padding: 0;
			font-size: 28px;
		}
		
		#main_text_3 {
			padding-bottom: 0;
			font-size: 20px;
		}
	}
	
	blockquote {
		float: left;
		width: 277px;
		margin: 0 0 0 41px;
		padding: 0;
	}
	
	blockquote.first {
		margin: 0;
	}
	
		blockquote img {
			display: block;
			margin: 0 0 10px 0;
		}
		
		blockquote p {
			margin: 0;
			padding: 0 0 5px 0;
			border-bottom: 1px solid #d9d9d9;
			font-size: 18px;
			font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
		}
		
		blockquote span {
			display: block;
			padding: 5px 0 0 0;
			color: #a1a1a1;
			font-size: 18px;
			font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
		}
		
		@media only screen and (max-width: 640px) {
			blockquote p,
			blockquote span {
				font-size: 16px;
			}
		}
		
	.home_presenter_link {
		margin: 20px 0 0 0;
		padding: 10px;
		
		border-left: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		
		background: #f8f8f8 url(../images/home/presentation_arrow.gif) right center no-repeat;
	}
	
		.home_presenter_link .right{
			float: right;
			margin: 0 70px 0 0;
			line-height: 35px;
			font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
			font-size: 18px;
			color: #007cbe;
		}
		
		.home_presenter_link .right:hover {
			color: #007cbe;
		}
		
	#home_screen_shots {
		height: 996px;
		margin: 0px 0 0px 0;
		padding: 30px 0;
		border: 1px solid #ebebeb;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		
		background: #f8f8f8;
	}
	
		.shot_1, .shot_2, .shot_3, .shot_4 {
			float: left;
			position: relative;
			width: 356px;
		}
	
		.shot_1, .shot_2 { height: 236px; }
		.shot_3, .shot_4 { height: 170px; }
		
			#home_screen_shots p {
				position: absolute;
				margin: 0;
				font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
				font-size: 18px;
				color: #616161;
			}
			
			.shot_1 p { top: 0; left: 40px; }
			.shot_2 p { top: 20px; left: 500px; }
			.shot_3 p { bottom: 0; left: 40px; }
			.shot_4 p { top: 80px; left: 500px; }
			
			#home_screen_shots .arrow {
				position: absolute;
				display: block;
				width: 69px;
				height: 36px;
				z-index: 10;
			}
			
			.shot_1 .arrow { top: 75px; left: 135px; background: url(../images/home/arrow_1.gif); }
			.shot_2 .arrow { top: 93px; left: 362px; background: url(../images/home/arrow_2.gif); }
			.shot_3 .arrow { top: 95px; left: 235px; background: url(../images/home/arrow_3.gif); }
			.shot_4 .arrow { top: 153px; left: 362px; background: url(../images/home/arrow_4.gif); }
			
			#home_screen_shots .more {
				position: absolute;
				display: block;
				width: 27px;
				height: 27px;
				background: url(../images/home/more.png);
				z-index: 10;
			}
			
			.shot_1 .more { top: 40px; right: 15px; }
			.shot_2 .more { top: 40px; left: 264px; }
			.shot_3 .more { top: 28px; right: 15px; }
			.shot_4 .more { top: 28px; left: 264px; }
			
			#home_screen_shots .img {
				position: absolute;
				display: block;
				width: 239px;
				height: 142px;
				z-index: 5;
			}
			
				#home_screen_shots .img img { display: block; }
				
			.shot_1 a.img { top: 51px; left: 326px; }
			.shot_2 a.img { top: 52px; left: 57px; }
			.shot_3 a.img { top: 51px; left: 326px; }
			.shot_4 a.img { top: 109px; left: 57px; }

	#home_screen_shots_ok {
		margin: 30px 0 40px 0;
		padding: 30px 20px;
		border: 1px solid #ebebeb;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		
		background: #f8f8f8;
	}
	
	#home_screen_shots_ok hr {
		max-width: 480px;
	}
	
	#home_screen_shots_ok .munkatarsak_img150 {
		margin-right: 0;
	}

	#home_screen_shots_small {
		height: 136px;
		margin: 30px 0 40px 0;
		padding: 30px 0;
		border: 1px solid #ebebeb;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		
		background: #f8f8f8;
	}


		.shot_1_ok, .shot_2_ok, .shot_3_ok, .shot_4_ok {
			float: left;
			position: relative;
			width: 456px;
		}
	
		.shot_1_ok, .shot_2_ok { height: 236px; }
		.shot_3_ok, .shot_4_ok { height: 170px; }

			#home_screen_shots_ok p {
				position: absolute;
				margin: 0;
				font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
				font-size: 18px;
				color: #616161;
			}
			
			.shot_1_ok p { top: 0; left: 40px; }
			.shot_2_ok p { top: 20px; left: 300px; }
			.shot_3_ok p { bottom: 0; left: 40px; }
			.shot_4_ok p { top: 0; left: 300px; }
			
			#home_screen_shots_ok .arrow {
				position: absolute;
				display: block;
				width: 69px;
				height: 36px;
				z-index: 10;
			}
			
			.shot_1_ok .arrow { top: 75px; left: 135px; background: url(../images/home/arrow_1.gif); }
			.shot_2_ok .arrow { top: 93px; left: 262px; background: url(../images/home/arrow_2.gif); }
			.shot_3_ok .arrow { top: 65px; left: 135px; background: url(../images/home/arrow_3.gif); }
			.shot_4_ok .arrow { top: 83px; left: 262px; background: url(../images/home/arrow_4.gif); }
			
			#home_screen_shots_ok .more {
				position: absolute;
				display: block;
				width: 27px;
				height: 27px;
				background: url(../images/home/more.png);
				z-index: 10;
			}
			
			.shot_1_ok .more { top: 40px; right: 15px; }
			.shot_2_ok .more { top: 40px; left: 264px; }
			.shot_3_ok .more { top: 28px; right: 15px; }
			.shot_4_ok .more { top: 28px; left: 264px; }
			
			#home_screen_shots_ok .img {
				position: absolute;
				display: block;
				width: 239px;
				height: 142px;
				z-index: 5;
			}
			
				#home_screen_shots_ok .img img { display: block; }
				
			.shot_1_ok a.img { top: 51px; right: 26px; }
			.shot_2_ok a.img { top: 52px; left: 37px; }
			.shot_3_ok a.img { top: 39px; right: 26px; }
			.shot_4_ok a.img { top: 39px; left: 37px; }

	
	.home_information {
		padding: 0 0 0 40px;
		font-size: 22px;
	}
	
		.home_information h1 {
			margin: 0 0 5px 0;
			font-family: Times New Roman, Times, Sans;
			font-size: 30px;
			color: #de5c00;
		}
		
		.home_information p {
			margin: 0 0 30px 0;
		}
	
.footer--home {
	padding: 15px 0 0 0;
	border-top: 1px solid #bbb;
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;

}

.featuresList {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -20px;
	padding: 0 0 40px 0;
	list-style: none;
	text-align: center;
}

.featuresList li {
	box-sizing: border-box;
	width: 33.3%;
	padding: 30px 20px;
}

.featuresList i {
	display: block;
}

.featuresList span {
	display: block;
	margin: 30px 0;
	font-size: 20px;
	color: #de5c00;
}

@media only screen and (max-width: 880px) {
	.featuresList {
		margin: -20px -15px;
	}
	
	.featuresList li {
		width: 50%;
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 640px) {
	.featuresList span {
		margin: 20px 0 15px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.featuresList li {
		width: 100%;
	}
}

.testimonials {
	margin: 0;
	padding: 0;
	list-style: none;
}

.testimonials li {
	display: flex;
	margin-bottom: 20px;
}

.testimonials blockquote {
	flex-grow: 1;
	float: none;
	width: auto;
	margin: 0;
}

		
.testimonial_img {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}

.testimonial_img2 {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}

.testimonial_img3 {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}

.testimonial_img4 {
	width: 57px;
	height: 57px;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}



.testimonial_img_right {
	float: right;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}

.munkatarsak_img {
	width: 200px;
	height: 200px;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}

.munkatarsak_img150 {
	width: 150px;
	height: 150px;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}


.csapat_img {
	width: 270px;
	height: 270px;
	border-radius: 20%;
	-moz-border-radius: 20%;
	-webkit-border-radius: 20%;
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
}

@media only screen and (max-width: 480px) {
	.csapat_img {
		width: 160px;
		height: 160px;
	}
}

	#home_information blockquote {
		float: left;
		width: 846px;
		margin: 0 0 20px 0;
	}

	#home_information h1 {
		margin: 5px 0 5px 0;
		font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
		font-size: 24px;
		color: #de5c00;
	}

	#home_information h2 {
		margin: 5px 0 10px 0;
		font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
		font-size: 18px;
		color: #6e6e6e;
	}
	
.coworkers {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.coworkers li {
		width: 50%;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.coworkers img {
		margin: 0 0 20px 0;
	}
	
@media only screen and (max-width: 480px) {
	.coworkers li {
		width: 100%;
	}
	
	.coworkers img {
		max-width: 100px;
		height: auto;
	}
}

.fbBox {
	width: 100%;
	overflow-x: hidden;
	text-align: center;
}

.fbPage {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#quotes_box {
		height: 316px;
		width: 916px;
		margin: 30px 0 40px 0;
		padding: 30px 30px;
		border: 1px solid #ebebeb;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
		
		background: #f8f8f8;
	}
	
.interviews {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.interviews li {
	width: calc(25% - 20px);
	margin: 0 10px;
}

.interviews div {
	max-width: 150px;
	margin: 0 auto 20px auto;
}

.interviews div span {
	position: relative;
	display: block;
	padding-bottom: 100%;
}

.interviews img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.interviews a {
	font-family: 'LeituraSansGrot1', Helvetica, Arial, Sans-serif;
}

@media only screen and (max-width: 480px) {
	.interviews li {
		width: calc(50% - 20px);
	}
	
	.interviews li:nth-child(1),
	.interviews li:nth-child(2) {
		margin-bottom: 40px;
	}
	
	.interviews div {
		max-width: 100px;
	}
}

.partnersList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.partnersList li {
	padding: 0 20px;
}

.partnersList li img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 640px) {
	.partnersList {
		flex-direction: column;
	}
	
	.partnersList li {
		padding: 20px 0;
	}
}

/*------------------------------------ Form boxok ------------------------------------*/

.form_box {
	width: 580px;
	margin: 0 0 10px 0;
	padding: 20px;
	border: 1px solid #ebebeb;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: inset 1px 1px 0 #f5f5f5, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #f5f5f5, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #f5f5f5, 0 1px 2px #bfbfbf;
	
	background: #ebebeb;
}

.rightside .form_box {
    width: 350px;
}

.presentation_box .form_box {
	width: 510px;
	height: 420px;
	margin: 0 0 60px 10px;
	
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	
	background: #f8f8f8;
}

#home_container .form_box {
	float: left;
	width: 410px;
	height: 240px;
	margin: 0 0 60px 10px;
	
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 2px #bfbfbf;
	
	background: #f8f8f8;
}

#home_container .form_box_first {
    margin: 0;
}

	.form_box label {
		width: 70px;
	}

	.form_box h1 {
		margin: 0 0 15px 0;
		font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
		font-size: 18px;
		color: #616161;
	}
	
	.form_box p {
		margin: 0 0 20px 0;
		font-size: 13px;
	}
	
	.form_box .button {
		margin: 0 0 0 70px;
	}
    
/*------------------------------------ Bemutató boxok ------------------------------------*/

.presentation_box {
	margin: 0 0 10px 0;
	padding: 15px;
	border: 1px solid #eee;
	background: #fff;
}

	.presentation_box p {
		margin: 0 0 20px 0;
		font-size: 17px;
		/*color : black;*/
	}

	.presentation_box li {
		font-size: 17px;
	}

	.presentation_box .text {
		float: left;
		width: 320px;
		margin: 0 23px 0 0;
	}
	
	.presentation_box .img_link {
		float: left;
		display: block;
		width: 195px;
		height: 114px;
	}
	
		.presentation_box .img_link img {
			display: block;
			border: 1px solid #eee;
		}
		
/*------------------------------------ Képernyőképek ------------------------------------*/

.screenshot {
	clear: both;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ebebeb;
}

.first_screenshot {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #ebebeb;
}

	.screenshot a {
		float: left;
		display: block;
		width: 408px;
		height: 208px;
		margin: 0 22px 0 0;
	}
	
		.screenshot a img {
			display: block;
			border: 1px solid #eee;
		}
		
	.screenshot .text {
		float: left;
		width: 450px;
	}

/*------------------------------------ Bal oldali sáv menüje ------------------------------------*/

.leftside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.leftside ul li {
		margin: 0 0 1px 0;
		padding: 0 0 1px 0;
		border-bottom: 1px solid #f7f7f7;
	}
	
		.leftside ul li a {
			display: block;
			padding: 2px 12px;
			line-height: 25px;
			font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
			font-size: 18px;
			color: #007cbe;
			text-decoration: none;
		}
		
		.leftside ul li a:hover {
			background: #f7f7f7;
			text-decoration: underline	;
		}

		.leftside .actual {
			background: #f7f7f7;
			color: #007cbe;
		}
		
/*------------------------------------ Árak táblázat ------------------------------------*/

.price_table {
	width: 100%;
	margin: 0 0 30px 0;
}

	.price_table th {
		padding: 7px;
		border-bottom: 1px solid #ccc;
		text-align: center;
		font-family: 'LeituraSansGrot2', Helvetica, Arial, Sans-serif;
		font-size: 14px;
		color: #3e3e3e;
		background: #eee;
	}
	
	.price_table tbody td {
		padding: 10px;
		border-bottom: 1px solid #ebebeb;
	}
	
		.price_table tbody td h2 {
			margin: 0 !important;
		}
		
		.price_table tbody td small {
			color: #9e9e9e;
		}
		
		.price_table tbody td span {
			font-size: 26px;
		}
		

/*------------------------------------ Árak csomag táblázat ------------------------------------*/		
.price_options {
	display: flex;
	margin: 0 0 30px 0;
}
	.price_option {
		width: 25%;
		margin-top: 30px;
	}
	
	.price_options .price_option:last-child .price_option_inner {
		border-right: 1px solid #ccc;
	}
	
	.price_option_featured {
		margin-top: 0;
		background: #fff6f0;
	}
	
		.price_option_featured_text {
			width: 218px;
			height: 26px;
			line-height: 34px;
			text-align: center;
			text-transform: uppercase;
			font-size: 11px;
			color: #de5c00;
			padding-right: 1px;
			border-top: 4px solid #de5c00;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
	
		.price_option_inner {
			padding-top: 20px;
			padding-bottom: 20px;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
		
		.price_option_featured .price_option_inner {
			border-top: 1px solid #fff6f0;
		}
		
		.price_option_last .price_option_inner {
			border-right: 1px solid #ccc;
		}
		
			.main_price {
				text-align: center;
			}
		
				.price_option_inner h1 {
					text-align: center;
					font-size: 18px !important;
				}
				
				.price_option_inner h2 {
					text-align: center;
					font-size: 32px !important;
				}
				
			.price_features {
				height: 150px;
				margin-top: 20px;
				padding: 20px;
				border-top: 1px solid #eee;
			}
			
				.price_features ul {
					margin: 0 0 0 10px;;
					padding: 0;
				}
				
					.price_features ul li {
						margin: 5px 0;
						text-align: center;
						color: #2e2e2e;
					}
					
@media only screen and (max-width: 1024px) {
	.price_options {
		flex-wrap: wrap;
	}
	
	.price_option {
		width: 50%;
	}
	
	.price_options .price_option:nth-child(2n) .price_option_inner {
		border-right: 1px solid #ccc;
	}
	
	.price_option_inner h2 {
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 640px) {
	.price_option {
		width: 100%;
	}
	
	.price_options .price_option .price_option_inner {
		border-right: 1px solid #ccc;
	}
	
	.price_features {
		height: auto;
	}
}

.howWeWorks {
	display: flex;
	margin: 0;
	padding: 20px;
	list-style: none;
	background: #fff;
}

.howWeWorks li:not(.howWeWorks__arrow) {
	flex: 1 1 0;
	text-align: center;
}

.howWeWorks__arrow {
	flex-flow: 0;
	flex-shrink: 0;
	width: 14px;
	height: 64px;
	margin-top: 8px;
}

.howWeWorks img {
	display: block;
	margin: 0 auto 20px auto;
}

@media only screen and (max-width: 640px) {
	.howWeWorks {
		flex-direction: column;
		align-items: center;
	}
	
	.howWeWorks__arrow {
		transform: rotate(90deg);
	}
}

.fbPosts {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.fbPosts li {
	width: calc(50% - 20px);
	margin: 0 10px 10px 10px;
}

.fbPosts iframe {
	max-width: 100%;
}

@media only screen and (max-width: 640px) {
	.fbPosts {
		margin: 0;
	}
	
	.fbPosts li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

.client {
	display: flex;
	align-items: center;
}

.client img {
	align-self: flex-start;
	max-width: 220px;
	height: auto;
	margin-right: 40px;
}

.client div {
	text-align: left;
}

@media only screen and (max-width: 640px) {
	.client img {
		max-width: 160px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.client img {
		max-width: 100px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 400px) {
	.client img {
		max-width: 60px;
		margin-right: 20px;
	}
}
		
/*------------------------------------ Minikurzusok ------------------------------------*/

.course_header {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ebebeb;	
}

	.course_header a {
		margin: 5px 0 0 0;
	}
	
/*------------------------------------ Tooltip ------------------------------------*/
	
.tooltip {
	display: none;
	width: 500px;
	padding: 15px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: inset 1px 1px 0 #fff, 0 1px 20px #bfbfbf;
	-webkit-box-shadow: inset 1px 1px 0 #fff, 0 1px 20px #bfbfbf;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 20px #bfbfbf;
	
	background: #f8f8f8;
	text-align: left;
}

	.tooltip ul {
		margin: 0;
	}

div.error-container {
	color: Red;
	display: none;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 14px;
}

/*------------------------------------ Landing ------------------------------------*/

.landingLogo {
	display: block;
	margin: 20px auto 40px auto;
}

.landingArrowContainer1 {
	position: relative;
}

	.landingArrowContainer1 .arrow {
		position: absolute;
		top: 60px;
		left: 8%;
		width: 8%;
		height: auto;
	}
	
@media only screen and (max-width: 980px) {
	.landingArrowContainer1 .arrow {
		display: none;
	}
}

.landingFeatures1 {
	display: flex;
	align-items: center;
}

	.landingFeatures1 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.landingFeatures1 li {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-bottom: 40px;
		}
		
			.landingFeatures1 img {
				align-self: flex-start;
				margin: 0 20px 0 0;
			}
			
			.landingFeatures1 ul:first-of-type img {
				order: 2;
				margin: 0 0 0 20px;
			}
			
			.landingFeatures1 span {
				display: block;
				flex-grow: 1;
				font-size: 18px;
				color: #333;
			}
			
			.landingFeatures1 ul:first-of-type span {
				text-align: right;
			}
			
	.landingFeatures1 > img {
		margin: 0 60px;
	}
	
@media only screen and (max-width: 980px) {
	.landingFeatures1 {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.landingFeatures1 ul {
		margin: 0 20px;
	}
	
	.landingFeatures1 ul:first-of-type img {
		order: 0;
		margin: 0 20px 0 0;
	}
	
	.landingFeatures1 ul:first-of-type span {
		text-align: left;
	}
			
	.landingFeatures1 > img {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.landingFeatures1 {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	
	.landingFeatures1 ul {
		margin: 0;
	}
}

.landingTestimonial {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 30px;
	border: 3px solid #de5c00;
	background: #fff;
}

	.landingTestimonial img {
		align-self: flex-start;
		margin-right: 30px;
	}

	.landingTestimonial p {
		text-align: center;
		font-size: 20px;
		color: #333;
	}
	
	.landingTestimonial div > span {
		display: block;
		text-align: center;
	}
	
		.landingTestimonial div span span {
			display: block;
			color: #000;
		}
		
.landingTestimonial--rightImage img {
	order: 2;
	margin: 0 0 0 30px;
}
		
@media only screen and (max-width: 640px) {
	.landingTestimonial {
		display: block;
	}
	
	.landingTestimonial img {
		display: block;
		max-width: 120px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.landingTestimonial p {
		text-align: center;
		font-size: 17px;
	}
	
	.landingTestimonial--rightImage img {
		order: -1;
		margin: 0 auto 20px auto;
	}
}
		
.landingFeatures2 {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #333;
}

	.landingFeatures2 td {
		border: 1px solid #333;
		padding: 8px;
		font-size: 16px;
		font-style: italic;
		color: #666;
	}
	
		.landingFeatures2 tr td:last-child {
			min-width: 120px;
		}

.landingBenefits1 {
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #000;
	background: #fff;
}

	.landingBenefits1 h2 {
		margin-bottom: 30px;
		color: #de5c00;
	}

	.landingBenefits1 ul:not(.howWeWorks) {
		margin: 0 0 40px 0;
		padding: 0;
		list-style: none;
	}

		.landingBenefits1 ul:not(.howWeWorks) li {
			display: flex;
			align-items: center;
			margin-bottom: 10px;
			font-size: 18px;
		}
	
		.landingBenefits1 ul:not(.howWeWorks) li:before {
			content: "";
			flex-shrink: 0;
			align-self: flex-start;
			display: block;
			width: 27px;
			height: 26px;
			margin-right: 10px;
			background-image: url(../images/landing/star.png);
			background-size: 27px auto;
		}
		
.landingTeamContainer {
	overflow: hidden;
}
		
.landingTeam {
	display: flex;
	margin: 0 -20px;
	padding: 0;
	list-style: none;
}

	.landingTeam li {
		width: 33.3%;
		margin: 0 20px;
		text-align: center;
	}
	
		.landingTeam li img {
			display: block;
			margin: 0 auto 40px auto;
		}
		
		.landingTeam li strong {
			display: block;
			font-weight: normal;
			color: #000;
		}
		
		.landingTeam li span {
			display: block;
			margin: 0 0 20px 0;
			color: #333;
		}
		
		.landingTeam li p {
			display: block;
			margin: 0;
			font-style: italic;
			color: #333;
		}
		
@media only screen and (max-width: 640px) {
	.landingTeam {
		display: block;
		margin: 0;
	}
	
	.landingTeam li {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	.landingTeam li:last-child {
		margin-bottom: 0;
	}
	
	.landingTeam li img {
		width: 120px;
		height: auto;
		margin-bottom: 20px;
	}
	
	.landingTeam li span {
		margin-bottom: 10px;
	}
}
		
.landingArrowContainer2 {
	position: relative;
	padding-top: 80px;
}

	.landingArrowContainer2 .arrow {
		position: absolute;
		top: -20px;
		left: 4%;
		width: 20%;
		height: auto;
	}
	
@media only screen and (max-width: 980px) {
	.landingArrowContainer2 .arrow {
		display: none;
	}
}

.landingFooterContainer {
	box-sizing: border-box;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 3px solid #de5c00;
	background: #fff;
}
	
.landingFooter {
	display: flex;
	align-items: center;
	max-width: 640px;
	margin: 0 auto;
}

.landingFooterContainer .landingFooter {
	max-width: 100%;
}
	
	.landingFooter p {
		margin-bottom: 20px;
		font-size: 18px;
	}
	
	.landingContact {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		font-size: 18px;
	}
	
	.landingContact:last-of-type {
		margin-bottom: 0;
	}
	
		.landingContact:last-of-type p {
			margin-bottom: 0;
		}
	
		.landingContact img {
			align-self: flex-start;
			margin-right: 10px;
		}
		
		.landingContact span {
			display: block;
		}
		
	.landingFooterPerson {
		margin-left: 60px;
		margin-right: 60px;
	}
	
	.landingFooterPerson img {
		margin-bottom: 20px;
	}
		
		.landingFooterPerson strong {
			display: block;
			text-align: center;
			font-weight: normal;
			color: #333;
		}
		
		.landingFooterPerson span {
			display: block;
			text-align: center;
		}
			
@media only screen and (max-width: 640px) {
	.landingFooter {
		flex-direction: column;
	}
	
	.landingFooter > img {
		display: block;
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}
	
	.landingFooterPerson {
		order: 2;
		margin-left: auto;
		margin-right: auto;
	}
	
	.landingFooterPerson img {
		display: block;
		width: 120px;
		height: 120px;
		margin: 0 auto 20px auto;
	}
}

.landingFeatures3 {
	display: flex;
	align-items: flex-start;
}

	.landingFeatures3 > div {
		width: 45%;
	}
	
	.landingFeatures3 > div:first-child {
		margin-right: 10%;
	}
	
		.landingFeatures3 h1 {
			color: #de5c00;
		}

		.landingFeatures3 ul {
			margin: 0 0 40px 0;
			padding: 0;
			list-style: none;
		}
	
			.landingFeatures3 ul li {
				display: flex;
				align-items: center;
				margin-bottom: 10px;
				font-size: 18px;
				color: #333;
			}
		
			.landingFeatures3 ul li:before {
				content: "";
				flex-shrink: 0;
				align-self: flex-start;
				display: block;
				width: 20px;
				height: 20px;
				margin-right: 10px;
				background-image: url(../images/landing/check.png);
				background-size: 20px auto;
			}
			
			.landingFeatures3 div:last-child ul li:before {
				background-image: url(../images/landing/plus.png);
			}
			
@media only screen and (max-width: 640px) {
	.landingFeatures3 {
		display: block;
	}

	.landingFeatures3 > div {
		width: 100%;
	}
	
	.landingFeatures3 > div:first-child {
		margin: 0 0 40px 0;
	}
	
	.landingFeatures3 h1 {
		text-align: center;
	}
}

.landingFeatures4 {
	box-sizing: border-box;
	padding: 30px;
	border: 3px solid #de5c00;
	background: #fff;
}

	.landingFeatures4 h2 span {
		color: #de5c00;
	}
	
	.landingFeatures4 > div {
		display: flex;
		align-items: center;
	}
	
		.landingFeatures4 > div div {
			align-self: flex-start;			
			flex-shrink: 0;
			position: relative;
			width: 220px;
			height: 360px;
			margin-right: 40px;
		}
		
			.landingFeatures4 > div div iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
		
		.landingFeatures4 ul {
			margin: 0;
			padding: 0;
		}
		
			.landingFeatures4 ul li {
				margin-bottom: 15px;
				text-align: left;
				font-size: 18px;
				color: #333;
			}
			
			.landingFeatures4 ul li:last-child {
				margin-bottom: 0;
			}
			
@media only screen and (max-width: 640px) {
	.landingFeatures4 > div {
		display: block;
	}
	
	.landingFeatures4 > div div {
		width: 100%;
		max-width: 360px;
		height: auto;
		margin: 0 auto 20px auto;
		padding-bottom: 56.25%;
	}
}

.landingBenefits2 {
	max-width: 920px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

	.landingBenefits2 li {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		font-size: 18px;
		color: #333;
	}

	.landingBenefits2 li:before {
		content: "";
		flex-shrink: 0;
		align-self: flex-start;
		display: block;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		background-image: url(../images/landing/check.png);
		background-size: 20px auto;
	}
	
		.landingBenefits2 li > span {
			flex-grow: 1;
			display: block;
		}
	
			.landingBenefits2 li span span {
				display: flex;
				justify-content: space-around;
				padding-top: 20px;
			}
			
				.landingBenefits2 li img {
					margin: 10px;
					max-width: 100%;
					height: auto;
				}
				
@media only screen and (max-width: 1080px) {
	.landingBenefits2 li span span {
		flex-wrap: wrap;
	}
}

.landingBenefits3 {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
	list-style: none;
}

	.landingBenefits3 li {
		width: 33.3%;
		margin: 0 20px;
		text-align: center;
	}
	
		.landingBenefits3 img {
			width: auto;
			max-height: 160px;
			margin: 0 auto 40px auto;
		}
	
		.landingBenefits3 h2 {
			margin-bottom: 10px;
		}
		
		.landingBenefits3 p {
			margin-bottom: 30px;
			font-size: 16px;
			color: #333;
		}
		
		.landingBenefits3 strong {
			display: block;
			font-size: 16px;
			font-weight: normal;
			color: #de5c00;
		}
		
@media only screen and (max-width: 640px) {
	.landingBenefits3 {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	
	.landingBenefits3 li {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	.landingBenefits3 li:last-child {
		margin-bottom: 0;
	}
	
	.landingBenefits3 img {
		max-height: 80px;
		margin: 0 auto 20px auto;
	}
	
	.landingBenefits3 p {
		margin-bottom: 10px;
	}
}

.landingArrowContainer3 {
	position: relative;
	padding-top: 60px;
}

	.landingArrowContainer3 .arrow {
		position: absolute;
		top: 100px;
		left: 4%;
		width: 20%;
		height: auto;
	}
	
@media only screen and (max-width: 980px) {
	.landingArrowContainer3 .arrow {
		display: none;
	}
}

.landingHeadline {
	text-align: center;
	font-size: 44px !important;
	color: #de5c00;
}

@media only screen and (max-width: 640px) {
	.landingHeadline {
		font-size: 32px !important;
	}
}

.landingLaptop {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}














