html {
	min-height: 100%;
	background-image: url(/noise.png);
	background-image: url(/noise.png), -moz-linear-gradient(top, #fff, #eee);
	background-image: url(/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
}

body {
	font-family: 'PT Sans Narrow', arial, serif;
	margin: 0;
	padding: 0;
}

body div.kolaps {
	padding: 0 15px;
	display: block;
	width: 100%
}

body * {
	font: 18px/1.2 'PT Sans Narrow', arial, serif;
	color: #555;
}

body.welcome .kolaps * {
	display: inline;
	font-size: 26px;
	letter-spacing: -.5px;
	margin: 0;
	padding: 0;
	color: #aaa;
}

a img {
	border: none;
}

script {
	display: none !important
}

p, h2 {
	*padding-right: 8px !important;
}

h1, h2, strong {
	color: #555 !important
}

h1 {
	color: #000 !important;
}

.welcome h1 {
	color: #555 !important;
}

a {
	text-decoration: none;
	color: #22bcb9
}

a:hover {
	border-bottom: 2px solid #22bcb9
}

.top {
	padding: 20px 20px 10px;
	border-top: 5px solid #444;
	width: 100%;
}

body div.kolaps .footer {
	display: block;
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
	margin: 0 0 20px 0;
	letter-spacing: 0;
}

body div.kolaps .footer i {
	font-size: 14px;
	padding: 0 5px
}

#call {
	display: none !important
}

body.welcome div.kolaps hr,
body.jobs div.kolaps hr {
	display: block;
	height: 10px;
	margin-bottom: 10px !important;
	border: none;
	border-bottom: 1px solid #ccc;
	*height: 1px;
	*margin-top: 10px;
}

span {
	display: block;
	padding: 3px;
}

sup {
	font-size: 8px !important;
	font-family: Arial;
	font-weight: bold !important;
	color: #ff4444 !important;
	vertical-align: 2.5em;
	margin-left: 1px !important;
	padding: 3px !important;
	background-color: #ffff3d
}

@media screen and (max-device-width: 480px) {

	html {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 320px;
	}

	body .top img {
		max-width: 310px;
	}

	body *, h1, h2, strong {
		font: 20px/1.1 'HelveticaBold', arial, sans-serif !important;
		letter-spacing: 0 !important;
	}

	h1, h2, strong {
		font-weight: 700
	}

	hr {
		display: none !important;
	}

	body.welcome div.kolaps * {
		display: block;
		text-transform: none;
		margin-bottom: 12px
	}

	body.welcome div.kolaps h2 {
		border-top: 1px solid #ccc;
		padding-top: 12px
	}

	body.welcome div.kolaps strong,
	body.welcome div.kolaps p a {
		display: inline
	}

	#call {
		display: block !important;
		margin: 30px 0
	}

	#call a {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		background: #29e1ca;
		display: inline-block;
		color: #000 !important;
		font-weight: 700;
		font-size: 40px;
		width: 100%;
		text-align: center;
		padding: 12px 0
	}

	#call a:hover {
		border: none
	}

	body.welcome div.kolaps .footer {
		display: none
	}

	span {
		background-color: #F2FBFD;
		display: inline !important;
		padding: 3px;
		border: 1px dotted #A4DDEE;
	}

	sup {
		font-size: 8px !important;
		font-family: Arial;
		font-weight: bold !important;
		color: #1E87A6 !important;
		vertical-align: 2em;
		margin-left: 3px !important;
		background-color: #D9F1F9;
		display: inline !important;
		padding: 3px !important;
	}
}

@media screen and (max-device-width: 480px) and (orientation: landscape) {

	html {
		width: 480px
	}

	body div.kolaps {
		margin: 0 15px;
	}

	body .top img {
		width: auto;
		height: 141px
	}

	#call, #call a {
		width: 380px
	}

	span {
		background-color: #F2FBFD;
		display: block;
		padding: 3px;
		border: 1px dotted #A4DDEE;
	}

	sup {
		font-size: 8px !important;
		font-family: Arial;
		font-weight: bold !important;
		color: #1E87A6 !important;
		vertical-align: 2em;
		margin-left: 3px !important;
		background-color: #D9F1F9;
		display: block;
		padding: 3px !important;
	}
}
