@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ============================================= Koniec reseta */

body {
	text-align: center;
	color: #630;
	background: url('images/bg.png') repeat-x 0px 0px;
	font-size: 14px;
	font-family: Tahoma;
}

@font-face { /* dodaje niestandardową czcionkę do strony www */
	font-family: 'Nyala';
	src: url('images/NYALA.TTF') format('truetype');
}

.backgr {
	background: #201815 url('images/bg.png') repeat-x 0px 0px;
}

.maincontent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


.top {
	width: 1000px;
	float: left;
}

.head {
	float: left;
	width: 1000px;
	font-family: Nyala;
}

.head h1 {
	color: #FF8022;
	font-size: 44px;
	font-weight: normal;
	margin-top: 14px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

.head h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.link_home {
	color: #9B7146;
	text-decoration: none;
	font-size: 18px;
}

.link_home:hover {
	color: #FF8022;
}

.links {
	width: 490px;
	float: right;
	text-align: right;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
}

.mainmenu {
	float: left;
	width: 1000px;
	height: 50px;
	margin-bottom: 10px;
	background: #352C27;
}

.mainmenu ul li {
	display: inline;
	margin-left: 13px;
	margin-right: 13px;
	line-height: 50px;
}

.mainmenu ul li a {
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
	font-family: Nyala;
	text-shadow:0 3px 3px #000;-webkit-transition:all 200ms linear;-moz-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)
}

.mainmenu ul li a:hover {
	color: #FF8022;
}

.topimg {
	floaT: left;
	width: 1000px;
	height: 450px;
	background: url('images/image_front.jpg') no-repeat 0px 0px;
}

.content {
	float: left;
	clear: left;
	width: 1000px;
	margin-top: 30px;
}

.content a {
	font-weight: bold;
	color: #630;
}

.content a:hover {
	color: #FF8022;
	text-decoration: none;
}

.topcontent {
	float: left;
	width: 1000px;
	margin-top: 10px;
	background: #FFF;
	min-height: 350px;
}

.boxes {
	float: left;
	width: 1000px;
	height: 194px;
}

.boxes div {
	float: left;
	width: 198px;
	height: 194px;
	margin-left: 1px;
	margin-right: 1px;
}

.box1 {
	background: url('images/box1.png') no-repeat 0px 0px;
}

.box2 {
	background: url('images/box2.png') no-repeat 0px 0px;
}

.box3 {
	background: url('images/box3.png') no-repeat 0px 0px;
}

.box4 {
	background: url('images/box4.png') no-repeat 0px 0px;
}

.box5 {
	background: url('images/box5.png') no-repeat 0px 0px;
}

.welcom {
	float: left;
	clear: left;
	width: 610px;
	margin-top: 5px;
}

.welcom p {
	text-align: justify;
	padding-right: 10px;
}

.welcom h1 {
	text-align: left;
	font-size: 32px;
	font-family: Nyala;
}

.read_more {
	width: 100%;
	text-align: right !important;
	padding-right: 10px;
}


.orange {
	color: #FF8022;
}

.img_kontakt {
	float: left;
	width: 1000px;
	height: 244px;
	background: url('images/bg_kontakt.png') no-repeat 0px 0px;
}

.img_kancelaria {
	float: left;
	width: 1000px;
	height: 244px;
	background: url('images/bg_okancelarii.png') no-repeat 0px 0px;
}

.img_zakres {
	float: left;
	width: 1000px;
	height: 244px;
	background: url('images/bg_zakres.png') no-repeat 0px 0px;
}

.img_porady {
	float: left;
	width: 1000px;
	height: 244px;
	background: url('images/bg_porady.png') no-repeat 0px 0px;
}

.img_wynagrodzenie {
	float: left;
	width: 1000px;
	height: 244px;
	background: url('images/bg_wynagrodzenie.png') no-repeat 0px 0px;
}

.img_kontakt {
	float: left;
	width: 1000px;
	height: 244px;
	background: url('images/bg_kontakt.png') no-repeat 0px 0px;
}


.contact_home {
	float: right;
	width:  280px;
	margin-top: 5px;
	text-align: left;
}

.contact_home h1 {
	text-align: left;
	font-size: 32px;
	font-family: Nyala;
}

.text {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.text p {
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 20px;
}

.text a {
	font-weight: bold;
	color: #630;
}

.text a:hover {
	color: #FF8022;
	text-decoration: none;
}

.text h1 {
	text-align: left;
	font-size: 32px;
	font-family: Nyala;
}

.porady_online {
	float: left;
	clear: both;
	width: 290px;
	height: 60px;
	margin-top: 15px;
	text-align: right;
}

.foot {
	float: left;
	width: 100%;
	position: relative;
	bottom: 0px;
	height: 100px;
	margin-top: 20px;
	background: #201815;
}

.foot_info {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.foot_menu {
	color: #C96;
	font-size: 20px;
	font-family: Nyala;
	float: left;
}

.foot_menu ul {
	margin-top: 7px;
	text-align: left;
}

.foot_menu ul li {
	display: inline;
	line-height: 30px;
}

.foot_menu ul li a {
	margin-left: 10px;
	margin-right: 10px;
	color: #C96;
  	text-decoration: none;
	text-shadow:0 3px 3px #000;-webkit-transition:all 200ms linear;-moz-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)
}

.foot_menu ul li a:hover {
	color: #FF8022;
}

.copyright {
	float: right;
	margin-top: 40px;
	color: #C96;
}

.copyright a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:hover {
	color: #FF8022;
}

.zakres-uslug {
	text-align: left;
	list-style-type: disc;
	margin-left: 25px;
	line-height: 20px;
}

.bold_under {
	font-weight: bold;
	text-decoration: underline;
}

.adwokat {
	float: left;
	width: 490px;
	text-align: left;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
}

.form_contact {
	float: left;
	width: 48%;
	margin-left: 1%;
}

.contact_data {
	float: left;
	width: 48%;
	margin-right: 1%;
	text-align: left;
}

/* Cookie warning */
#cookie-warn{
    position: fixed;
    top: 0;
    background: #EEE;
    margin: 0;
    padding-left: 1%;
    width: 100%;
    display: none;
    z-index: 99;
}

#cookie-warn a{
    color: #D66E1A;
    text-transform: uppercase;
    float: right;
    padding-right: 20px;
}

#cookie-warn a:hover {
    color: #C00;
}

#cookie-warn p{
    font-size: 12px;
    color: #333;
	 padding-top: 7px;
	 padding-bottom: 7px;
}

.media_social {
	float: left;
	clear: left;
	width: 610px;
	margin-top: 28px;
	border-top: 2px solid #633;
}

.media_social h1 {
	text-align: left;
	font-size: 32px;
	font-family: Nyala;
	line-height: 38px !important;
	margin-top: 12px;
}

.left {
	width: 610px;
	float: left;
}

.right {
	float: right;
	width: 290px;
}