@charset "UTF-8";

.oldalszinek {
	_orange: rgb(239, 127, 26);
	_font color: rgb(91, 91, 91);
}

@font-face {
	font-family: 'Haettenschweiler';
    src: url('../fonts/haettenschweiler-webfont.eot');
    src: url('../fonts/haettenschweiler-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/haettenschweiler-webfont.woff2') format('woff2'),
         url('../fonts/haettenschweiler-webfont.woff') format('woff'),
         url('../fonts/haettenschweiler-webfont.ttf') format('truetype'),
         url('../fonts/haettenschweiler-webfont.svg#haettenschweilerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	height: 100%;
}
body {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	color: rgb(91, 91, 91);
	font-size: 15px;
	background: transparent !important;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 5px;
    box-sizing: border-box;
}
a,
a:active,
a:focus,
a:visited {
	color: rgb(91, 91, 91);
	text-decoration: none;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-family: Haettenschweiler;
	color: rgb(91, 91, 91);
	font-weight: normal;
}
h3 {
	font-size: 30px;
	line-height: 30px;
	font-family: Haettenschweiler;
	color: rgb(91, 91, 91);
	font-weight: normal;
}
h4 {
	font-size: 25px;
	line-height: 25px;
	color: rgb(91, 91, 91);
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

input, button, select, textarea {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 17px;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 0px 0px rgba(255,255,255,1)  !important;
    
    background-color: #fff;
    
    background-image: -moz-linear-gradient(top,#fff,#fff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(top,#fff,#fff);
    background-image: -o-linear-gradient(top,#fff,#fff);
    background-image: linear-gradient(to bottom,#fff,#fff);
    background-image: initial !important;
    
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffff', GradientType=0);
    filter: none !important;
    
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(255,255,255,0.1) rgba(255,255,255,0.1) rgba(255,255,255,0.25);
    border-color: initial !important;
    
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    
    border: 1px solid #fff;
    border: initial !important;
    
    border-bottom-color: #fff;
    border-bottom-color: initial !important;
}
.btn:hover {
	background-color: #fff;
}
.btn:focus {
    outline: none;
    background: none;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

/*form*/

.hirlevelForm-header,
.karrierForm-header {
	text-align: center;
	margin: 50px 0 30px;
}

.hirlevelForm-header h1,
.karrierForm-header h1 {
	color: rgb(239, 127, 26);
    text-transform: uppercase;
    font-family: Haettenschweiler;
    text-shadow: none;
    letter-spacing: 0.2px;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0;
}
.karrierForm-header h2 {
	color: rgb(239, 127, 26);
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    padding: 0;
}
.area-title h4 {
    color: white;
    font-size: 20px;
    font-family: Haettenschweiler;
    font-weight: normal;
    letter-spacing: 0.5px;
    height: 24px;
}

/*formResponsive*/

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.formResponsive textarea, .formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.formResponsive input {
    width: 85%;
}
.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
    display: inline-block;
    height: auto;
    padding: 3px 10px;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 20px;
    color: #333333;
    box-sizing: border-box;
}
.formResponsive input.rsform-error:focus,
.formResponsive textarea.rsform-error:focus,
.formResponsive select.rsform-error:focus {
    border-color: none;
    -webkit-box-shadow: 0 0 6px rgb(239, 127, 26);
    -moz-box-shadow: 0 0 6px rgb(239, 127, 26);
    box-shadow: 0 0 6px rgb(239, 127, 26);
}
.formHorizontal span.formValidation {
    height: 30px;
    display: block !important;
}
.formResponsive .formHorizontal p.formDescription {
    margin-top: 0;
    margin-bottom: 0;
}
.formResponsive .formError {
	margin: 0;
	color: rgb(239, 127, 26);
	text-shadow: 0px 0px 1px black;
    font-size: 13px;
    line-height: 13px;
}
.formHorizontal textarea {
	width: 100%;
	box-sizing: border-box;
}

.formRed {
	color: rgb(239, 127, 26);
	text-shadow: 0px 0px 1px black;
}

/*submit button*/

.formResponsive button[type="submit"],
.formResponsive button[type="submit"]:hover,
.formResponsive button[type="submit"]:active,
.formResponsive button[type="submit"]:focus,
.formResponsive button[type="submit"]:visited {
	background-color: rgb(239, 127, 26);
	background-image: transparent;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	border-color: none
	filter: none;
	color: white;
	text-shadow: none;
	border-radius: 1px;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: none;
    outline: none;
    outline-offset: none;
    width: 100%;
    font-family: Haettenschweiler;
    font-size: 35px;
    letter-spacing: 1px;
}
.formResponsive button[type="submit"]:disabled {
    background-color: grey;
}
/*moredoc*/

p#moredoc {
    color: white;
    background: #888;
    display: inline;
    padding: 2px 5px;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
p#moredoc:hover {
	background: rgb(239, 127, 26);
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
/*upload highlight*/


.uploadFile-div {
    position: relative;
    overflow: hidden;
    height: 26px;
}

.uploadFileName {
    display: inline-block;
    width: auto;
    background: #fff;
    width: 79%;
    height: 26px;
    margin: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #ababab;
    font-size: 17px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
.uploadFileName span {
    font-size: 14px;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color: rgb(239, 127, 26);
}

.uploadFileButton-div {
    width: 19%;
    position: relative;
    height: 26px;
    display: inline-block;
    float: right;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.uploadFile-div input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: 2000;
    filter: alpha(opacity=0);
    height: 26px;
    width: 100%;
}

.uploadFileButton {
    background: #888888;
    padding: 2px 10px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 3px;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
    height: 26px;
    width: 100%;
    cursor: pointer !important;
}

/*thankyou*/

.karrierThankYou {
    text-align: center;
    margin-top: 70px;
}

.karrierThankYou p {
    color: white;
}
.karrierThankYou .ktyButton {
    background: rgb(239, 127, 26);
    margin: 20px;
    display: inline-block;
    padding: 5px 20px;
    color: white;
    font-family: Haettenschweiler;
    font-size: 38px;
    font-weight: normal;
}
textarea {
    resize: none;
}

/*altalanos form*/

.formBody.altalanospozicio input {
    text-align: center;
    color: rgb(239, 127, 26);
    text-transform: uppercase;
    font-family: Haettenschweiler;
    text-shadow: none;
    letter-spacing: 0.2px;
    font-size: 40px;
    line-height: 41px;
    font-weight: normal;
    width: 60%;
}

.formBody.altalanospozicio input::-webkit-input-placeholder {
    opacity: 1;
    color: #ababab;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-transform: none !important;
    font-size: 17px;
    _line-height: 40px;
    vertical-align: middle;
}

.formBody.altalanospozicio input:-moz-placeholder { 
    opacity: 1;
    color: #ababab;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-transform: none !important;
    font-size: 17px;
    _line-height: 40px;
    vertical-align: middle;
}
.formBody.altalanospozicio input::-moz-placeholder {  
    opacity: 1;
    color: #ababab;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-transform: none !important;
    font-size: 17px;
    _line-height: 40px;
    vertical-align: middle;
}

.formBody.altalanospozicio input:-ms-input-placeholder {  
    opacity: 1;
    color: #ababab;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-transform: none !important;
    font-size: 17px;
    _line-height: 40px;
    vertical-align: middle;
}



@media (max-width: 767px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		float: left;
		display: block;
		width: 50%;
		margin-left: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.span12 {
		width: 100% !important;
	}
	.formResponsive input {
	    width: 95%;
	}
    .hirlevelForm-header,
	.karrierForm-header {
		margin: 30px 0 0px;
	}
    .hirlevelForm-header h1,
	.karrierForm-header h1,
    .formBody.altalanospozicio input {
		font-size: 25px;
    	line-height: 27px;
	}
	.karrierForm-header h2 {
		font-size: 18px;
    	line-height: 18px;
	}
	.area-title h4 {
		font-size: 18px;
		height: 20px;
	}
}
@media screen and (max-width: 650px) {
	.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
		width: 95% !important;
	}
    form#hirlevelForm.formResponsive input[type="text"] {
        width: 100% !important;
    }
	.formResponsive div.span12 textarea {
		width: 100% !important;
	}
}
@media screen and (max-width: 500px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.span12 {
		width: 100% !important;
	}
	.formResponsive input {
	    width: 100%;
	}
	.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
		width: 100% !important;
	}
	.formResponsive div.span12 textarea {
		width: 100% !important;
	}
	.subject {
		margin-top: 10px;
	}
	.submit .area-title h4 {
		height: 0;
	}
}

/*
*
*
* HIRLEVEL
*
*
*/

form#hirlevelForm {
    margin: 0 auto;
    max-width: 500px;
    color: white;
}

form#hirlevelForm.formResponsive input[type="text"],
form#hirlevelForm.formResponsive input[type="email"] {
    width: 100%;
}

form#hirlevelForm.formResponsive label {
    font-size: 16px;
    margin: 3px 0;
    line-height: 15px;
}


form#hirlevelForm.formResponsive input[type='checkbox'],
form#hirlevelForm.formResponsive input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    border: 2px solid darkgray;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 0 5px 0px gray inset;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 7px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
form#hirlevelForm.formResponsive input[type='checkbox']:hover,
form#hirlevelForm.formResponsive input[type='radio']:hover {
    _box-shadow: 0 0 5px 0px rgb(239, 127, 26) inset;
}
form#hirlevelForm.formResponsive input[type='checkbox']:before,
form#hirlevelForm.formResponsive input[type='radio']:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px;
    border-radius: 10px;
    position: relative;
    left: 2px;
    top: 2px;    
}
form#hirlevelForm.formResponsive input[type='checkbox']:checked:before,
form#hirlevelForm.formResponsive input[type='radio']:checked:before {
    color: rgb(239, 127, 26);
    font-size: 23px;
    content: "\f00c";
    font-family: "FontAwesome";
    top: -6px;
    left: -1px;
}

/*hirlevel radio*/

form#hirlevelForm.formResponsive .rsform-block-hirlevel,
form#hirlevelForm.formResponsive .rsform-block-szabalyzat {
    position: relative;
}
form#hirlevelForm.formResponsive .rsform-block-hirlevel input#hirlevel0,
form#hirlevelForm.formResponsive .rsform-block-szabalyzat input#szabalyzat0 {
    float: left;
    position: absolute;
    left: 0;
}
form#hirlevelForm.formResponsive .rsform-block-hirlevel label[for="hirlevel0"],
form#hirlevelForm.formResponsive .rsform-block-szabalyzat label[for="szabalyzat0"] {
    float: none;
    padding-left: 30px;
    padding-right: 10px;
    height: auto;
}
a#adatkezelesiszabalyzat,
a#adatkezelesiszabalyzat:hover,
a#adatkezelesiszabalyzat:visited,
a#adatkezelesiszabalyzat:focus,
a#adatkezelesiszabalyzat:active {
    color: rgb(239, 127, 26);
    text-decoration: none;
}
form#hirlevelForm.formResponsive .rsform-block-submit button {
    padding-bottom: 7px;
}