/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	vertical-align: baseline;
	line-height: 1;
}
strong {
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0;
	background: #222222;
}
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;
}
/**** OGÓLNE ****/
a {
	text-decoration: none;
}
p {
	font-size: 14px;
}
.container {
	width: 930px;
	padding: 0 25px;
	margin: 0 auto;
}
#content-main .container {
	padding-bottom: 40px;
}
.clear {
	clear: both;
}
em {
	font-style: italic;
}
/**** TYPOGRAPHY ****/
.typography p {
	margin: 10px 0;
	font-size: 16px;
	line-height: 18px;
	text-align: justify;
}
.typography ul {
	margin: 10px 0 0 20px;
}

.typography ul li {
	background: url('../gfx/bg-li.gif') no-repeat scroll 0 12px;
	padding: 5px 0 5px 16px;
}
.typography h4 {
	font-weight: bold; 
	margin-top: 20px;
}
.typography h5 {
	font-size: 22px;
}
.typography h6 {
	margin: 30px 0 10px 0;
	font-weight: bold;
}
.typography a {
	color: #000000;
}

.map {
	margin-top: 30px;
}

.map iframe {
	border: 1px solid #666666;
	padding: 1px;
}
/**** TOP ****/

#top {
	width: 100%;
	height: 461px;
	background: url('../gfx/bg-top.jpg') no-repeat scroll center 0;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
#header  {
	background: url('../gfx/bg-header.png') repeat;
	margin: 0 auto;
	width: 100%;
	height: 77px;
	padding-top: 19px;
	position: relative;
	z-index: 10;
}
#header h1 {
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	font-size: 44px;
	float: left;
	width: auto;
	text-shadow: 1px 1px 1px #000000;
}

#header h1 a {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
}
#header h1 span {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}
#header ul {
	margin-top: 20px;
	float: right;
	width: auto;
	position: relative;
	z-index: 10;
}
#header ul li {
	float: left; 
	width: auto;
	padding-bottom: 34px;
}
#header ul li.zakres-uslug {

}
#header ul li a {
	color: #ffffff;	
	font-size: 18px;
	padding: 5px 8px;
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	margin: 0 10px;
}
#header ul li:hover a.first-link {
	background: #ffffff;
	color: #222222;
}
.title {
	text-align: right;
}
.title h1 {
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 38px;
	margin-top: 45px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #000000;
}
.title h2 {
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	font-size: 32px;
	text-shadow: 1px 1px 1px #000000;
}

/**** SUBMENU ****/

#second-menu {	
	display: none;
	background: url("../gfx/bg-submenu.png") repeat;
    position: absolute;
    top: 52px;
	left: -244px;
	cursor: pointer;
	width: 640px;
	padding: 10px 0;
}
.zakres-uslug:hover #second-menu {
	display: block;
}
#second-menu .second-box {
	float: left;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 5px;
    width: 250px;
}
#second-menu .second-box.odd {
	margin-right: 0;
}

#header ul li #second-menu a {	
	display: block;
	font-size: 15px;
	width: 220px;
	margin: 5px 0;
	color: #ffffff;
	background: url("../gfx/bg-li-white.gif") no-repeat scroll 0 6px transparent;
	padding: 0 0 0 15px;	
	letter-spacing: 0;
}

#header ul li #second-menu a:hover {
	color: #666666;
}
/**** CONTENT MAIN ****/
#content-main {
	width: 100%;
	margin: 0 auto;
	background: #eaeaea;
	padding-top: 47px;
}

#content-main h1 {
	font-family: 'PT Sans',sans-serif;
	font-size: 30px;
	color: #222222;	
	margin: 0 0 29px 0;
}

#content-main h3 {
	font-size: 20px;
	margin-bottom: 8px;
	text-shadow: 1px 1px 1px #999999;
}
#oferta .main-box {
	float: none;
	width: 600px;
}
.main-box {
	float: left;
	width: 283px;
	min-height: 62px;
	padding: 3px 0 0 82px;
	margin: 14px 140px 14px 0;
	color: #222222;
}
.main-box:hover {
	opacity: 0.6;
}
.main-box a {
	color: #222222;
}
.main-box a:hover {
	color: #000000;
}
.main-box h3:hover {
	text-shadow: 1px 1px 1px #000000;
}

.main-box.odd, .main-box:nth-child(odd) {
	margin-right: 0;
}
.main-box.prawo-gospodarcze {
		background: url('../gfx/ico-prawo-gospodarcze.jpg') no-repeat;
}
.main-box.prawo-cywilne {
		background: url('../gfx/ico-prawo-cywilne.jpg') no-repeat;
}
.main-box.prawo-pracy {
		background: url('../gfx/ico-prawo-pracy.jpg') no-repeat;
}
.main-box.prawo-rodzinne {
		background: url('../gfx/ico-prawo-rodzinne.jpg') no-repeat;
}
.main-box.prawo-administracyjne {
		background: url('../gfx/ico-obsluga-prawna-nieruchomosci.jpg') no-repeat;
}


.main-box.prawo-podatkowe {
		background: url('../gfx/ico-dollar.jpg') no-repeat;
}
.main-box.prawo-wlasnosci-intelektualnej {
		background: url('../gfx/ico-prawo-cywilne.jpg') no-repeat;
}

.main-box.prawo-spolek-handlowych {
		background: url('../gfx/ico-prawo-pracy.jpg') no-repeat;
}
.main-box.prawo-upadlosciowe {
		background: url('../gfx/ico-obsluga-prawna-nieruchomosci.jpg') no-repeat;
}


h2.zobacz-wiecej a {
	 font-size: 22px;
	 color: #222222;
}
h2.zobacz-wiecej a:hover {
	 opacity: 0.6;
}
/**** SECOND CONTENT ****/
#second-content {
	text-align: right;
	height: 147px;
	background: #ffffff;
}
#second-content h2 {
	color: #222222;
	font-size: 32px;
	line-height: 147px;
	margin-right: 85px;
}
/**** SUBPAGE ****/
#page {
	width: 100%;
	min-height: 461px;
	background: url('../gfx/bg-top.jpg') no-repeat scroll center 0 #eaeaea;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
#content-subpage {
	background: #ffffff; 
	width: 900px;
	min-height: 600px;
	padding: 35px 40px 20px;
	margin: 50px auto 0;
	padding-top: 35px;
	color: #222222;
}

#content-subpage .sub-title {
	width: 100%;
	background: url('../gfx/sub-title.gif') repeat-x scroll 0 50%;
	text-align: center;
	margin-bottom: 70px;
}
#content-subpage .sub-title h2 {
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	background: #ffffff;
    color: #222222;
    display: inline;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 40px;
    width: auto;
}
.sub-title h2 strong {
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
}

#content-subpage .content-left {
	float: left;
	width: 600px;
}
#content-subpage .content-right {
	float: right;
	width: 255px;
}

.second-box-right {
    float: left;
    margin-top: 10px;
    padding-left: 25px;
}
.second-box-right:hover {
	opacity: 0.6;
}
.second-box-right a {
    display: block;
}
.content-right h2 {
    background: none repeat scroll 0 0 #363636;
    color: #8a8a8a;
    float: left;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 3px 10px;
    text-transform: uppercase;
    width: auto;
}
.content-right h3 {
    background: none repeat scroll 0 0 #363636;
    clear: both;
    color: #FFFFFF;
    float: left;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 2px 10px;
    text-transform: uppercase;
    width: auto;
}
.content-right  p {
    background: none repeat scroll 0 0 #363636;
    clear: both;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    padding: 2px 10px;
    width: auto;
}
.content-right p.oferta-right-wiecej {
    clear: none;
    float: left;
    line-height: 32px;
    margin-left: 3px;
}

#slowa-kluczowe {
	background: #eeeeee;
	padding: 20px 20px 10px 20px;
	margin-top: 40px;
}
#slowa-kluczowe h3 {
	font-weight: bold;
	font-size: 18px;
}
#slowa-kluczowe ul {
	overflow: auto;
	margin-left: 0;
}
#slowa-kluczowe ul li {
	float: left;
	width: 270px;
	/*background: url('../gfx/bg-li-white.gif') no-repeat scroll 0 12px; */
}
/**** FOOTER ****/
#footer {
	width: 100%;
	background: #222222;
	padding: 75px 0;
	margin: 0 auto;
	font-family: 'PT Sans', Arial, Tahoma, sans-serif;
	font-size: 16px;
}
#footer.foot-subpage {
	padding: 0 0 75px 0;
}
#footer.foot-subpage .container {
	background: url('../gfx/bg-foot-sub.gif') repeat-x;
	padding-top: 75px;
}
.foot-left {
	float: left;
	width: auto;
	color: #999999;
}

.foot-right {
	float: right;
	width: auto;
	color: #ffffff;	
}
.foot-right a {
	color: #ffffff;	
}
/**** FORMULARZ ****/
#formularz_fancybox h1 {
	font-size: 26px;
}
#formularz_fancybox p {
	margin: 30px 0;
}
#formularz_fancybox {
	width: 650px;
	padding: 5px;
}
.formularz_fancybox_input {
	margin: 10px 0;
}
.formularz_fancybox_input input {
	margin-top: 5px;
}
#formularz_fancybox .formularz_fancybox_input  p {
	float: left;
	width: 120px;
	margin: 10px 0;
}
#formularz_fancybox .formularz_fancybox_input_uwagi  p {
	margin: 5px 0;
	text-align: left;
}
.formularz-left {
	float: left;
	width: 300px;
	padding-top: 12px;
	margin-left: 20px;
}
.formularz_fancybox_input_uwagi {
	float: right;
	width: 280px;
	margin-right: 20px;
}

#formularz_fancybox  .submit {
	border: none;
	background: #363636;
	color: #ffffff;
	padding: 5px 10px;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
#formularz_fancybox  .submit:hover {
	cursor: pointer;
	opacity: 0.6;
}
#formularz_fancybox textarea {
	height: 130px;
}

#footer .widoczni {
    height: 100px;
    display: table;
    width: 100%;
	text-align: center;
	color: white;
	margin-top: 50px;
}
#footer .widoczni p {
	font-size: 16px;
    font-weight: 300;
}
#footer .widoczni p a img {
    margin-top: 15px;
}
#widoczniContainer p a {
	text-decoration: none;
	color: green;
}
#widoczniContainer ul li {
	color: black;
	font-size: 16px;
	list-style-type: square;
	line-height: 1.5em;
}
#widoczniContainer ul {
	margin-left: 20px;
}

/**** FONT FACE ****/

@font-face {
	font-family: 'Avenir-Regular';
		src: url('fonts/avenirnextltpro-regular.eot');
		src: url('fonts/avenirnextltpro-regular.eot?#iefix') format('embedded-opentype'),
			 url('fonts/avenirnextltpro-regular.woff') format('woff'),
			 url('fonts/avenirnextltpro-regular.ttf') format('truetype'),
			 url('fonts/avenirnextltpro-regular.svg#avenirnextltpro-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir-Demi';
			src: url('fonts/avenirnextltpro-demi.eot');
			src: url('fonts/avenirnextltpro-demi.eot?#iefix') format('embedded-opentype'),
				 url('fonts/avenirnextltpro-demi.woff') format('woff'),
				 url('fonts/avenirnextltpro-demi.ttf') format('truetype'),
				 url('fonts/avenirnextltpro-demi.svg#avenirnextltpro-demi') format('svg');
	font-weight: normal;
	font-style: normal;
}
		
/**** MEDIA ****/
@media only screen and (min-width: 980px) { 
	body {
		overflow-x: hidden;
	}
}


.header-h2 {
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
    font-size: 44px;
    float: left;
    width: auto;
    text-shadow: 1px 1px 1px #000000;
}


.header-h2 a {
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
}

.header-h2 span {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

#content-subpage .sub-title h1 {
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
    background: #ffffff;
    color: #222222;
    display: inline;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 40px;
    width: auto;
}