body {
	background-color:#fff;
	width:100%;
	overflow-x:hidden;
	font-size:14px;
	font-family:palanquin;
}

@font-face {
    font-family: palanquin;
    src: url(../fonts/Palanquin-Regular.ttf);
}

.logo-text {
	color:#fff;
	font-size:20px;
	float:left;
	margin-top:3px;
}

#fooldal {
	height:100vh;
	overflow:hidden;
	background-image:url(../images/main_bg.jpg);
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
}

.tovabb-btn-kor {
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	margin:0 auto;
	height:50px;
	width:50px;
	border-radius:25px;
	border:3px solid #fff;
	background:rgba(0,99,175, 0.6);
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:30px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.tovabb-btn-kor span {
	animation-name: gorgess;
    animation-duration: 2s;
	animation-iteration-count: infinite;
}

.tovabb-btn-kor:hover {
	background:transparent;
	border:3px solid #0063af;
	color:#0063af;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

@keyframes gorgess {
    0%   {line-height:30px;}
    50%  {line-height:70px;}
    100% {line-height:30px;}
}

.box-wrapper {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:480px;
	margin:auto;
}

.felso-box {
	width:100%;
	min-width:280px;
	max-width:800px;
	height:auto;
	padding:20px;
	background-color:rgba(0,99,175, 0.6);
	color:#fff;
	display:block;
	margin:20px auto;
}

.also-box {
	width:100%;
	min-width:280px;
	max-width:800px;
	height:auto;
	padding:20px;
	background-color:rgba(0,99,175, 0.9);
	color:#fff;
	display:block;
	margin:20px auto;
}

.kezdo-btn {
	width:150px;
	height:30px;
	color:#fff;
	border:1px solid #fff;
	background:transparent;
	position:relative;
	display:inline:block;
	float:right;
	margin-left:10px;
	margin-top:30px;
	font-size:14px;
	overflow:hidden;
}

.kezdo-btn span {
	color:#fff;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}

.kezdo-btn:hover  span{
	position:relative;
	color:#0063af;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}

.kezdo-btn:hover .btn-bg-eff {
	width:180px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}

.btn-bg-eff {
	height:100%;
	width:0px;
	position:absolute;
	left:0;
	top:0;
	margin-left:-5px;
	background-color:#fff;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}

.round-img {
	max-width:100%;
}

#vizsgalat-menete {
	background-color:#fff;
	padding-top:80px;
	padding-bottom:50px;
}

#vizsgalat-menete h1 {
	font-weight:bold;
}

.timeline-wrapper {
	margin-top:30px;
	position:relative;
}

.timeline-wrapper p {
	margin-top:10px;
	margin-bottom:20px;
	font-size:16px;
	text-align:center;
}

.lepes-line {
	position:absolute;
	top:30px;
	left:0;
	right:0;
	margin:0 auto;
	width:70%;
	height:1px;
	border-bottom:1px solid #0063af;
}

.lepes-kor {
	display:block;
	margin:0 auto;
	width:60px;
	height:60px;
	border-radius:30px;
	border:1px solid #0063af;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:60px;
	color:#000;
	background-color:#fff;
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.lepes-kor:hover {
	background-color:#0063af;
	color:#fff;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all 0.25s;
	transition:all 0.25s;
}

.list-txt {
	margin:2px;
	padding-left:10px;
}

.list-txt span {
	color:#0063af;
	margin-right:5px;
}

#mikor-fordulhat-hozzank {
	position:relative;
	background-color:#eaf6ff;
	padding-top:80px;
	padding-bottom:50px;
}

.blue-box {
	width:100%;
	min-height:120px;
	border:1px solid #0063af;
	background-color:#fff;
	padding:20px;
	margin-bottom:40px;
}

.linebg {
	position:absolute;
	bottom:150px;
	right:0;
	height:500px;
	width:50%;
	background-image:url(../images/pulzus.png);
	background-size:auto;
	background-position:center center;
}

.tovabb-btn {
	background:transparent;
	border:none;
	margin:0;
	padding:0;
}

#panaszok-tunetek {
	position:relative;
	background-color:#fff;
	padding-top:80px;
	padding-bottom:50px;
}

.bovebb-btn {
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	margin:0 auto;
	background:transparent;
	width:100%;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #cccccc;
	text-align:right;
	font-size:16px;
}

.pt-box {
	position:relative;
	width:100%;
	min-height:300px;
	padding:15px;
	background-color:#0063af;
	color:#fff;
	margin-bottom:30px;
}

.pt-box div {
	padding-bottom:20px;
}

#bemutatkozas {
	position:relative;
	background-color:#eaf6ff;
	padding-top:80px;
	padding-bottom:50px;
}

.eletrajz {
	padding:15px;
}

#eletrajz-kep {
	max-width:100%;
	display:block;
	margin:0 auto;
}

#velemenyek {
	position:relative;
	background-color:#0063AF;
	padding-top:30px;
	padding-bottom:50px;
	color:#fff;
}

#arak {
	position:relative;
	background-color:#fff;
	padding-top:80px;
	padding-bottom:50px;
}

.arak-kep {
	width:150px;
	height:150px;
	border-radius:75px;
	border:1px solid #0063af;
	background-color:#0063af;
	margin:0 auto;
	display:block;
	text-align:center;
	color:#fff;
	line-height:150px;
	font-size:32px;
	text-shadow: 2px 1px #000;
	-webkit-transition:all 0.1s;
	transition:all 0.1s;
}

.arak-kep:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:all 0.1s;
	transition:all 0.1s;
}

#kapcsolat {
	position:relative;
	background-color:#eaf6ff;
	padding-top:80px;
	padding-bottom:50px;
	color:#000;
}

/* form style */
.form-style{
	max-width: 100%;
	padding: 20px 20px 20px 20px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 10px auto;
	background: transparent;
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
	color:#000;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
	color:#000;
}
.form-style label > span{
    width: 100%;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
	color:#000;
}
.form-style span.required{
    color:red;
}
.form-style input[name=phone1]{
    width: 40px!important;
    text-align: center;
}
.form-style  input[name=phone2]{
    width: 120px!important;
}
.form-style input[type=text], input[type=email]{
    width: 48%;
   
}

.form-style input[type=text], input[type=email],
.form-style input[type=file],
.form-style textarea,
 .form-style select{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid grey;
	border-left:0;
	border-right:0;
	border-top:0;
    padding: 7px;
    outline: none;
	width: 100%;
	background:transparent;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
.form-style input[type=text]:focus, input[type=email]:focus, .form-style input[type=file]:focus, .form-style select:focus{
    border-bottom: 1px solid #058ED9;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.form-style textarea:focus {
	border: 1px solid #058ED9;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.form-style textarea{
    height:170px;
    width: 100%;
	margin-top:0px;
	resize:none;
	border:1px solid grey;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.form-style button[type="submit"] {
    background-color: #058ED9;
    border: 1px solid #058ED9;
    display: block;
	width: 150px;
	margin: 0 auto;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.form-style button[type="submit"]:hover {
    background-color: #0063af;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.form-style .success{
	background: #058ED9;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #fff;
	border-left: 3px solid #fff;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #fff;
}

#linkek {
	position:relative;
	background-color:#0063af;
	padding-top:20px;
	padding-bottom:10px;
	color:#fff;
	text-align:center;
}

.terkep-wrapper a{
	display:block;
	color:#fff;
}

@media (max-width: 768px) {
.logo-text {
	color:#fff;
	font-size:14px;
	float:left;
	margin-top:25px;
}

#fooldal {
	position:relative;
	height:auto;
	overflow:hidden;
	background-image:url(../images/main_bg.jpg);
	background-position:center center;
	background-size:cover;
	background-attachment:scroll;
	padding-bottom:50px;
	padding-top:50px;
}

.mtext-right {
	text-align:center !important;
}

.box-wrapper {
	position:relative;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:auto;
	margin:0px;
	padding-bottom:50px;
}

.felso-box {
	width:100%;
	min-width:280px;
	max-width:800px;
	height:auto;
	padding:20px;
	background-color:rgba(0,99,175, 0.6);
	color:#fff;
	display:block;
	margin:20px auto;
}

.also-box {
	width:100%;
	min-width:280px;
	max-width:800px;
	height:auto;
	padding:20px;
	background-color:rgba(0,99,175, 0.9);
	color:#fff;
	display:block;
	margin:20px auto;
}

.round-img {
	max-width:80%;
}

.kezdo-btn {
	width:150px;
	height:30px;
	color:#fff;
	border:1px solid #fff;
	background:transparent;
	position:relative;
	display:block;
	margin:0 auto;
	float:none;
	margin-top:30px;
	font-size:14px;
	overflow:hidden;
}

}

@media (min-width: 1500px) {
	.container {
		width:1300px;
	}
	
.box-wrapper {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:480px;
	margin:auto;
}

.felso-box {
	width:100%;
	min-width:280px;
	max-width:1200px;
	height:auto;
	padding:20px;
	background-color:rgba(0,99,175, 0.6);
	color:#fff;
	display:block;
	margin:20px auto;
}

.also-box {
	width:100%;
	min-width:280px;
	max-width:1200px;
	height:auto;
	padding:20px;
	background-color:rgba(0,99,175, 0.9);
	color:#fff;
	display:block;
	margin:20px auto;
}

.bigscreen {
	padding:60px;
}
}