body { font-family: 'Arsenal'; font-size: 19px; font-weight: 300; color:#2E5667; }

.main { width: 100%; max-width:1400px; }

a { transition: all 0.3s ease; color: #0F7FB9; }

a:hover, a:focus { text-decoration: underline; color: #0F7FB9; outline: none; }

.balsav { position: fixed; height: 100%; width: 25%; max-width:350px; background-color: #0C4A74; color: white; text-align:right; padding: 0 36px 0 0; }

.jobbsav { float: right; width: 75%; max-width:1050px; background:#CFE3F0; }

.balsav a {	color: rgba(255,255,255,0.9); }

.tm-main-nav-ul { display: inline-block; padding-left: 0; }

.tartalom { padding: 36px 36px 20px 36px; }

.tartalomdoboz, .tartalomdoboz2 { margin-bottom: 36px; background: rgba(255,255,255,1); padding:30px; }

.menupont { font-family: 'Arsenal'; text-align:right; cursor: pointer; font-size: 1.1em; list-style: none; padding: 7px 0px; transition: all 0.3s ease; border-bottom: 1px solid rgba(255,255,255,0.2) }

.menupont:last-child { border-bottom: none; }

.menupont:hover a, .menupont:active a, .menupont:focus a, .menulink.active { color: #16A6DC; }

.fejlec { height:490px; background: url("../img/PIXNIO-1364252-3693x2462.png"); background-size: 100%; }

.logo img { width:76%; max-width:184px; border-radius:0px; margin-bottom:24px; }

.carousel-indicators { position:absolute; bottom:20px; left:40px; margin:0 auto; padding:0; text-align:left; }

.carousel-indicators li { width:18px; height:18px; border:1px solid #0F7FB9; border-radius:100%; margin:0 3px; }

.carousel-indicators .active { width:18px; height:18px; background-color:#0F7FB9; border-radius:100%; margin:0 3px; }

.carousel-caption { right: auto; left: auto; top:30px; padding:0; }

.carousel-caption div { width:80%; padding:15px; background:rgba(255,255,255,0.7); }

h1 { font-family: 'Arsenal'; font-size: 1.8em; font-weight:normal; color: #0F7FB9; text-align:left; margin:0; padding-top:0px; padding-left:20px; letter-spacing:-1px; text-shadow:none; }

h2 { font-family: 'Slabo 27px'; color: #0F7FB9; font-size: 2.5em; margin-bottom: 22px; letter-spacing:-1px; margin-top:0px; }

h3 { font-family: 'Slabo 27px'; color: #0F7FB9; font-size: 2.2em; margin-bottom: 16px; letter-spacing:-1px; margin-top:0px; }

h4 { font-family: 'Slabo 27px'; font-size: 1.5em; color: #0F7FB9; }

p { line-height: 1.5em; }

.tartalomdoboz2 p { text-align:justify; }

li { text-align:left; }

.sitename {	font-family: 'Arsenal'; font-size: 1.7em; font-weight:normal; padding: 0; padding-top:50px; margin-bottom: 26px; color:#16A6DC; text-align:right; float:right; }

.button { background-color: #086094; border: none; color: white; cursor: pointer; display: inline-block; font-size: 1.2em; padding: 11px 28px; }

.button:hover, .button:active, .button:focus { background-color: #CFE3F0; color: #0078B3; }

.form-control {	border: none; border-radius: 0; background: #CFE3F0; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 1em; line-height:1.2em; margin-bottom: 0.7em; padding:20px 10px; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4286ab !important;
}
 
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
	color: #4286ab !important;  
}
 
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #4286ab !important;  
}
 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
	color: #4286ab !important;  
}

.copyright { color: #0672AD; margin-bottom: 0; }

.btn-back-to-top { display: none; position: fixed; width: 50px; height: 50px; bottom: 20px; right: 30px; background-color: #09659A; justify-content: center; align-items: center; z-index: 900; border-radius: 0px; transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; }

.symbol-btn-back-to-top { font-size: 22px; color: #FFF; line-height: 1em; }

.btn-back-to-top:hover { background-color: #FFF; cursor: pointer; }

.btn-back-to-top:hover .symbol-btn-back-to-top { color: #0078B3; }


@media (max-width: 1120px) {

	.balsav { width: 30%; max-width:420px; }
	
	.jobbsav { width: 70%; max-width:980px; }
	
	.menupont { padding: 6px 0px; }

	.sitename {	font-size: 1.6em; padding-top:40px; }

	h1 { font-size: 1.6em; }

	h2 { font-size: 2.6em; }
}

@media (max-height: 800px) {

	.logo img { max-width:160px; margin-bottom:16px; }

	h1 { font-size: 1.8em; }

}

@media (max-width: 868px) {

	.balsav { float: none; width: 100%; max-width:100%; height:auto; position:relative; text-align:center }

	.jobbsav { float: none; width: 100%; overflow:hidden; }
	
	.carousel { width:150%; }

	.carousel-caption { max-width: 65%; }

	.logo img { max-width:160px; margin-bottom:12px; }

	.sitename {	font-size: 1.9em; padding-top:20px; margin:0 auto; text-align:center; float:none; margin-bottom: 20px; }

	.menupont { font-size: 1.2em; text-align:center; }

	.tartalom { padding: 20px; }

	.tartalomdoboz, .tartalomdoboz2 { margin-bottom: 30px; padding:25px; }

	body { font-size: 18px; }

	p { line-height: 1.4em; }

	h1 { font-size: 1.7em; }

	h2 { font-size: 2.4em; }

	h4 { font-size: 1.4em; }

}

@media (max-width: 500px) {

	h1 { font-size: 1.5em; }

	h2 { font-size: 2.2em; }

}