@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'coalhandluke_avonregular';
    src: url('fonts/chl_avon-webfont.eot');
    src: url('fonts/chl_avon-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chl_avon-webfont.woff2') format('woff2'),
         url('fonts/chl_avon-webfont.woff') format('woff'),
         url('fonts/chl_avon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 13px;
	color: #000;
	font-weight: 100;
	font-family: Helvetica, Arial;
	height: 1200px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 100;
	font-family: Helvetica, Arial;
}

strong {
	font-weight: 400;
}

.wrapper img { max-width: 100%;}
.logo-wrapper {
	background: url("../images/logo-bg.png") repeat 0 0;
	padding: 50px 50px;
}

.rekrutacja {
	background: url("../images/bg.jpg") no-repeat center top;
	height: 950px;
	position: relative;
}

.rekrutacja h3 {
	font-size: 26px;
	color: #FFF;
	margin: 25px 0;
	padding: 0;
	line-height: 30px;
}

.rekrutacja h4 {
	font-size: 20px;
	margin: 40px 0 15px;
	padding: 0;
	line-height: 30px;
}


.container { width: 960px !important}


.rekrutacja .formularz {
    z-index: 10;
	margin: -32px 0 120px 40px;
}


.header {
	width: 100%;
	background: url("../images/bg-header.jpg") no-repeat center top;
}

.header h2 {
    font-family: 'coalhandluke_avonregular';
	font-weight: 100;
	font-size: 44px;
	color: #fff;
	padding: 50px 0;
}

.header-2 {
	text-align: center;
	width: 100%;
	padding: 25px 0;
	background: url("../images/bg-header2.jpg") no-repeat center top;
}

.wrapper strong { font-weight: 700;}

.header-2 h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0;
	font-family: Helvetica Neue, Helvetica, Arial;
}

.rekrutacja h1 {
    font-family: 'coalhandluke_avonregular';
	font-weight: 100;
	font-size: 63px;
	color: #fff;
	width: 450px;
	white-space: nowrap;
	text-align: center;
	padding: 25px 40px;
	background-color: #000;
	margin: 0 auto;
}

.header-2 h2 {
	color: #fff;
	font-size: 49px;
	line-height: 59px;
	font-weight: 100;
    font-family: 'coalhandluke_avonregular';
}
.header-2 h2 small {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	font-family: Helvetica Neue, Helvetica, Arial;
}

.benefits {
	background-color: #e1e1e1;
	margin: 5px 0;
	padding: 0 0 50px;
}
.benefits h2 {
	color: #dc359b;
	font-size: 53px;
    font-family: 'coalhandluke_avonregular';
	font-weight: 100;
	text-align: center;
	margin: 25px 0 10px;
}

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

.footer .half {
	width: 46%;
	margin: 0 2%;
	display: block;
	float: left;
}

.footer p {
	color: #9b9b9b;
	font-size: 11px;
	font-family: Arial;
	font-weight: 200;
	line-height: 16px;
}

.rekrutacja .hint {
	font-size: 13px;
	color: #FFF;
	position: absolute;
	display: none;
	background:url(../images/hint.png) no-repeat center top;
	height: 30px;
	width: 445px;
	top: -20px;
	left: 8px;
	padding: 10px;
	text-align: center;
}

sup {
    vertical-align: super;
    font-size: smaller;
}