/* ====================================================
	CSS FILE - Author: Intellect.pl
=======================================================*/

html 
{
	
}

body 
{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../img/intro/bg.jpg) repeat;
}

.wrapper 
{
	width: 1000px;
	margin: 0px auto;
}

.relative {	position: relative }
.overflow { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright {text-align: right; }
.tjustify { text-align: justify; }
.clear { clear: both; width: 100%; height: 1px; overflow: hidden;}

a{ text-decoration: none; }

#top
{
	margin-top: 20px;
	padding-bottom: 30px;
}

#top .logo
{
	width: 232px;
	height: 125px;
	background: url(../img/intro/logo.png) no-repeat;
	display: block;
	float: left;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 26px;
	font-size: 32px;
	color: #9a9a9a;
	position: relative;
}

#top .logo .slogan
{
	right: 0;
	position: absolute;
	top: 40px;
}

#top .przejdz
{
	width: 270px;
	height: 41px;
	background: url(../img/intro/przejdz.png) no-repeat;
	display: block;
	float: right;
	margin-top: 50px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#top .przejdz:hover
{
	opacity: 0.8;
	margin-right: 2px;
}

#srodek .box
{
	float: left;
	width: 310px;
	height: 350px;
	margin-left: 35px;
	display: block;
}

#srodek .first
{
	margin-left: 0;
}

#srodek .box .opis
{
	width: 310px;
	height: 301px;
	overflow: hidden;
	position: relative;
	color: #FFF !important;
	font-size: 18px;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#srodek .box:hover .opis h1
{
	margin-top: 40px;
	text-transform: uppercase;
}

#srodek .box .opis h1
{
	color: #ff7607;
	font-size: 24px;
	margin-left: 20px;
	margin-top: 310px;
	line-height: 24px;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#srodek .box .opis .text
{
	margin-left: 20px;
	line-height: 24px;
}

#srodek .box .opis .maska
{
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#srodek .box:hover .opis .maska
{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
}

#srodek .box .title
{
		width: 310px;
		height: 36px;
		background: url(../img/intro/title-bg.jpg) no-repeat;
		color: #f4f4f4;
		font-size: 18px;
		font-weight: bold;
		padding-left: 15px;
		padding-top: 13px;
}

#srodek .box:hover .title
{
	color: #ff7607;
}


#stopka
{
	height: 105px;
	background: url(../img/intro/bg-foot.jpg) repeat;
	width: 100%;
	margin-top: 60px;
	color: #FFF;
	position: relative;
}

.wrapper
{
	position: relative;
}

#stopka .szybki
{
	color: #ff7607;
	font-size: 18px;
	margin-top: 25px;
}

#stopka .tel
{
	font-size: 38px;
	float: left;
	margin-top: 5px;
}

#stopka .tel span,
#stopka .fax span
{
	font-size: 24px;
}

#stopka .fax
{
	font-size: 38px;
	float: left;
	margin-top: 5px;
	margin-left: 55px;
}

#stopka .phone
{
	margin-left: 80px;
	margin-top: -66px;
	float: left;
}

#stopka .copy
{
	float: right;
	text-align: right;
	color: #8f8f8f;
	line-height: 18px;
	margin-top: 20px;
}

#stopka .old
{
	position: absolute;
	right: 0;
	top: 20px;
}

#stopka .old a
{
	color: #fff;
	font-size: 18px;
	background: #FF7607;
	padding: 10px 20px;
	text-shadow: 1px 1px 2px #000;
}