body, html{
	margin:0;
	padding:0;
	height:100%;
	background:url('../images/bg004_2.jpg') repeat;
	font-family: 'Caudex', sans-serif;
}

.adres *:before {
    content: attr(title);
}
.adres *:after {
    content: attr(class);
}

a {
	color: black;
}

.style_hr{

	border: 0;
	height: 8px;
    background: #ccc;
    background-image: linear-gradient(to right, #ffffff, #dddddd, #ffffff);
}


header{
	width:100%;
	display:block;
	background: #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0 15px 0 15px;
	position:relative;
	box-shadow: 0px 5px 10px #ddd;
	/*
	background: #cc6c00; /* Old browsers
	background: -moz-radial-gradient(center, ellipse cover, #cc6c00 10%, #a60e00 100%); /* FF3.6-15
	background: -webkit-radial-gradient(center, ellipse cover, #cc6c00 10%,#a60e00 100%); //* Chrome10-25,Safari5.1-6 
	background: radial-gradient(ellipse at center, #cc6c00 10%,#a60e00 100%); //* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6c00', endColorstr='#a60e00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

header h1{
	font-size:44px;
	display:block;
	text-align:center;
	width:70%;
	display: block;
	position: relative;
	z-index:999;
	/*max-width: 456px;*/
	margin: 0 auto 0 auto;
	padding:40px 0 20px 0;
	line-height:1.3;
	font-family: 'Caudex', sans-serif;
}

header .podkreslenie{
	width:100%;
	/*max-width:456px;*/
	height:26px;
	/*display:block;*/
	position: relative;
	margin:0 auto 0 auto;
	background:url('../images/linia_2.png') no-repeat;
	background-position:center;
	z-index:997;
}

header .orzel{
	width:200px;
	display: block;
	/*max-width:456px;*/
	height:100%;
	position: absolute;
            right:20px;
            top:0px;
	margin:0 auto 0 auto;
	background:url('../images/orzel.png') no-repeat;
	background-position: right;
	z-index:995;
	overflow:hidden;
}

header .notariat{
	width:100px;
	display: block;
	/*max-width:456px;*/
	height:100%;
	position: absolute;
            left:20px;
            top:0px;
	margin:0 auto 0 auto;
	background:url('../images/notariat_2.png') no-repeat;
	background-position: left;
	
	z-index:994;
	overflow:hidden;
}

#menu{
	width:100%;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
	padding:25px 0 45px 0;
}

#menu ul{
	list-style:none;
	overflow:hidden;
	font-size:16px;
}

#menu li{
	overflow:hidden;
	display:inline-block;
	text-align:center;
	padding:0 15px 0 15px;
	border-right:1px solid #ddd;
	color:#000;
	text-decoration:none;
}

#menu li a, #menu li a:visited{
	color:inherit;
	text-decoration:inherit;
}

#menu li a:hover, #menu li a.is-active{
	color:#f66060;
	text-decoration:inherit;
}

#menu li:last-child{
	border-right:none;
}

#small-menu{
	display:none;
}

#small-menu .part{
	width:45px;
	height:2px;
	background:#000;
	margin-bottom:12px;
	display:block;
}

section{
	padding:30px 0 30px 0;
	overflow:hidden;
}

.content-row{
	width:100%;
	max-width:970px;
	margin:0 auto;
	clear:both;
}

.content-row .content-column-1{
	width:100%;
	
}

#onacelarii .content-row, #okancelarii .content-column-2{
	width:100%;
	float:right;
}
#czynnosci .content-row, #czynnosci .content-column-2{
	width:100%;
	float:right;
	
}
.content-row .content-column-2{
	width:50%;
	float:right;
}

.content-row .content-column-1, .content-row .content-column-2{
	display:block;
	padding:0 15px 0 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.content-row .insidediv{
	width:100%;
	display:block;
}

.clear {
  clear: both;
}

.about {
    margin:20px 0 0 0;
	padding: 0 36px 0 0;
	/*white-space: pre-wrap;*/
	/*text-align: justify;*/
}

.about p {
	margin:10px 0 0 0 !important;

}

.obrazek-lewy
{
	width:200px;
	float: left;
	margin: 0px 15px 15px 0px;
	box-shadow: 0px 0px 10px #aaa;
}

.obrazek-prawy
{
	width:300px;
	float: right;
	margin: 0px 0px 15px 15px;
	box-shadow: 0px 0px 10px #aaa;
}

#okancelarii .opis{
	min-height:100px !important;
}


#okancelarii .opis, #czynnosci .opis, #dokumenty .opis, #maps .opis, #contact .opis, #oplaty .opis {
	min-height:493px;
	width:100%;
	overflow:hidden;
	background:#fff;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(221, 221, 221, 1);
	-moz-box-shadow:    0px 0px 6px 5px rgba(221, 221, 221, 1);
	box-shadow:         0px 0px 6px 5px rgba(221, 221, 221, 1);
	
}

#okancelarii .druga-kolumna{
	min-height:none!important;
}



#okancelarii .druga-kolumna, #czynnosci .druga-kolumna, #dokumenty .druga-kolumna, #maps .druga-kolumna, #contact .druga-kolumna, #oplaty .druga-kolumna {
	min-height:493px;
	width:100%;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(221, 221, 221, 1);
	-moz-box-shadow:    0px 0px 6px 5px rgba(221, 221, 221, 1);
	box-shadow:         0px 0px 6px 5px rgba(221, 221, 221, 1);
}

#dokumenty .druga-kolumna, #dokumenty .opis{
	min-height:550px;

}

#oplaty .druga-kolumna, #oplaty .opis {
	min-height:750px;
}

#okancelarii .druga-kolumna{
	background:url('../images/4_250.jpg') no-repeat;
	background-size:cover;
	background-position:center;
}

#czynnosci .druga-kolumna{
	background:url('../images/4_250.jpg') no-repeat;
	background-size:cover;
	background-position:center;
}

#dokumenty .druga-kolumna{
	background:url('../images/2_h550_2.jpg') no-repeat;
	background-size:cover;
	background-position:center;
}

#maps .druga-kolumna{
	/*background:url('../images/dane.jpg') no-repeat;*/
	background-size:cover;
	background-position:center;
}

#contact .druga-kolumna{
	/*background:url('../images/kontakt.jpg') no-repeat;*/
	background-size:cover;
	background-position:center;
}

#oplaty .druga-kolumna{
	background:url('../images/3_h750.jpg') no-repeat;
	background-size:cover;
	background-position:center;
}



#maps .gmap{
	height:493px;
	width:100%;
	background:#fff;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(221, 221, 221, 1);
	-moz-box-shadow:    0px 0px 6px 5px rgba(221, 221, 221, 1);
	box-shadow:         0px 0px 6px 5px rgba(221, 221, 221, 1);
}

#maps .gmap-2{
	height:493px;
	width:100%;
	background:#fff;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(221, 221, 221, 1);
	-moz-box-shadow:    0px 0px 6px 5px rgba(221, 221, 221, 1);
	box-shadow:         0px 0px 6px 5px rgba(221, 221, 221, 1);
}

#okancelarii p.head-2, #czynnosci p.head-2, #dokumenty p.head-2, #maps p.head-2, #contact p.head-2, #oplaty p.head-2 {
	font-size: 36px;
	padding:30px 30px 0 30px;
	margin:0;
}


p.Adress span,
p.post-adress span {
    display: inline-table;
}



span.widthLeft {
}


span.newLine {
    display: block !important;
	text-align: left !important;
}




#okancelarii p, #czynnosci p, #dokumenty p, #oplaty p, #dokumenty p, #czynnosci p{
	font-size: 15px;
	padding: 0 36px 0 36px;
	line-height:1.5;
	margin: 20px 0 0 0;
}

#maps p{
	font-size: 15px;
	padding: 0 90px 0 36px;
	line-height:1;
	margin: 20px 0 0 0;
}

 #oplaty p:last-child, #okancelarii p:last-child, #dokumenty p:last-child, #czynnosci p:last-child, #maps p:last-child{
	padding-bottom:30px;
}

#maps .space{
	height:20px;
	display:block;
}

#contact form{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 30px 0 30px;
	overflow:hidden;
	margin:50px 0 0 0;
	clear:both;
}

#contact input, #contact textarea{
	border: 1px solid #b8b8b8;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:36px;
	margin-bottom: 20px;
	font-family:'eb_garamondregular', serif;
}

#contact input{
	padding-left:15px;
	padding-right:15px;
}

#contact textarea{
	width:100%;
	height:102px;
	resize:none;
	padding:15px;
	float:none;
	margin:0 0 25px 0;
}

#contact .halfbox-left input, #contact .halfbox-right input{
	width:100%;
}

#contact .halfbox-left input{
	float:left;
}

#contact .halfbox-right input{
	float:right;
}

#contact .fullbox input{
	width:100%;
/*	margin:25px 0 25px 0; */
	float:none;
}

#contact .captcha{
	width:110px;
	height:36px;
	border: 1px solid #b8b8b8;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}

#contact .cinpt{
	width:110px;
	height:36px;
	border: 1px solid #b8b8b8;
	float:left;
	text-align:center;
	margin-left:15px;
}

#contact .btn{
	width:136px;
	height:36px;
	float:right;
	border:none;
	background:#f66060;
	color:#000;
	cursor:pointer;
}

#contact .clear{
	display:none;
}

#maps .Center-name{
	
	font-size: 20px;
}
section .red-font{
	color: #f66060;
}

section p.hype{
	-webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

section .number{
	font-family:'Times New Roman', serif;
}

.maps {
	height: 100%;
    width: 100%;
}

.maps img { /* fundation google maps fix */
    max-width: none;
}

#googleMap {
	width: 100%;
	height: 100%;
}


#oplaty {
}

#oplaty h1 {
	font-size: 22px;
}

#oplaty h2 {
	font-size: 20px;
}

#oplaty h3 {
	font-size: 18px;
}

#oplaty h1, #oplaty h2, #oplaty h3 {
	text-align: left;
	margin: 0;
	
	padding: 0 0 0 37px !important;
}
/*
#oplaty p {
	padding-top: 0;
	margin: 0 !important;
	line-height: 1.2em;
}
*/
#oplaty ul,
#oplaty ol {
	padding-left: 50px;
}

#czynnosci ul,
#czynnosci ol {
	padding-left: 50px;
}

/*
#send {
    background: none repeat scroll 0 0 #f66060;
    border: medium none !important;
    color: #000;
    cursor: pointer;
    float: right;
    height: 47px !important;
    width: 136px;
}
*/

#send {
	background: url('../images/btn_send_bg.png') no-repeat;
	border: medium none !important;
	color: #000;
	cursor: pointer;
	float: right;
	height: 47px !important;
	width: 136px;
	font-family: 'eb_garamondregular', serif;
}


/*
#captchaContainer pre {
    border: 1px solid #c2c2c2;
    color: #c1c1c1;
    float: left;
    font-family: monospace;
    font-size: 10px;
    letter-spacing: -2px;
    line-height: 65%;
    margin: 0 1em 0 0;
}*/



#captchaContainer pre {
	border: 1px solid #c2c2c2;
	color: #c1c1c1;
	float: left;
	font-family: monospace;
	font-size: 10px;
	letter-spacing: -2px;
	line-height: 65%;
	margin: 0 1em 0 0;
	height: 48px;
}


#captcha-input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c2c2c2;
	height: 48px !important;
    text-align: center;
    width: 72px;
}

/*
.textInput, #captcha-input, textarea {
    color: rgba(167, 167, 167, 0.9);
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    font-style: italic;
	margin-bottom: 20px;
    padding-left: 1em;
    padding-right: 1em;
}
*/

.textInput, #captcha-input, textarea {
	color: rgba(167, 167, 167, 0.9);
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.9em;
	margin-bottom: 20px;
	padding-left: 1em;
	padding-right: 1em;
}


ul.errors {
    clear: both;
    color: #bf303c;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    font-style: italic;
    list-style: outside none none;
    margin: -0.5em 0 1em;
}

h2 {
	padding: 30px;
}




/* social icon */

ul.menuSocial {
    margin: 20px 0 40px 32px;
}

ul.menuSocial li {
	list-style: none;
	float: left;
	font-size: 0;
	margin-right: 15px;
}


ul.menuSocial li a.facebook {
	background: url('../images/social_media_circle_icons_pack-01_240.png') no-repeat -20px -10px; /* od lewej od góry*/
	display: block;
	width: 32px;
	height: 32px;
}

ul.menuSocial li a.facebook:hover {
	background: url('../images/social_media_circle_icons_pack-01_240.png') no-repeat -20px -10px;
}






ul.menuSocial li a.google_plus {
	background: url('../images/social_media_circle_icons_pack-01_240.png') no-repeat -62px -10px;
	display: block;
	width: 32px;
	height: 32px;
}

ul.menuSocial li a.google_plus:hover {
	background: url('../images/social_media_circle_icons_pack-01_240.png') no-repeat -62px -10px;
}


/* <!-- social icon --> */




.footer{
	display: none;
	visibility: none;
	
}





@media only screen{
	.columns {
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	
	.columns.addfloat-left {
		float: left; 
	}
	
	.columns.addfloat-right {
		float: right; 
	}
	
	.medium-6{
		width:47%;
	}
}

@media screen and (min-width:981px){

	.large-6, .medium-6 {
		width:47%;
	}

	.large-12 {
		width: 100%; 
	}


	.columns.addfloat-left{
		float:left;
	} 

	.columns.addfloat-right{
		float:right;
	} 

}


@media screen and (min-width:947px){
	
	#send {
		display: table-caption;
		margin: 0 auto;
	}
	
	.right {
		float: none !important;
	}

}
@media screen and (max-width: 946px)
{
	header h1{
	font-size:36px;
	}
	
	
}

@media screen and (max-width: 796px){
	#email {
		margin-bottom: 0 !important; 
	}
	
	header .orzel{
	display:none !important;
	visibility: hidden !important;
	width:100px;
	display: block;
	height:100%;
	position: absolute;
            right:0px;
            top:0px;
			margin-top:20px;
	/*margin:0 auto 0 auto;*/
	background:url('../images/orzel_50.png') no-repeat;
	background-position-x: center;
    background-position-y: top;
	z-index:995;
	overflow:hidden;
	}
	header .notariat{
		
	display:none !important;
	visibility: hidden !important;
	}
}





@media screen and (max-width: 946px) and (min-width:641px){
	#contact .btn{
		float:none;
		display:block;
		clear:both;
		margin:25px auto 25px auto;
	}
	
	#contact .clear{
		display:block;
		width:100%;
		clear:both;
		float:none;
		height:1px;
	}
}

@media screen and (max-width:790px) and (min-width:641px){
	#contact .halfbox-left input, #contact .halfbox-right input{
		float:none;
		width:100%;
	}
	
	#contact .halfbox-right input{
		margin-top:25px;
	}
	
	.large-6, .medium-6 {
		width:100%;
	}
}


@media screen and (max-width: 640px){
	
	
	#small-menu{
		display:block;
		width:45px;
		height:31px;
		margin: 0 auto 0 auto;
		overflow:hidden;
		cursor:pointer;
		padding:37px 0 31px 0;
		position:relative;
		box-sizing:content-box;
	}
	
	#menu{
		display:none;
		position:absolute;
		background:#fff;
		margin:0;
		padding:0;
		left:0;
		width:100%;
		box-sizing:content-box;
		max-width:100%;
		-webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.6);
		-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.6);
		box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.6);
		z-index:9999;
	}
	
	#menu ul{
		width:100%;
	}
	
	#menu ul li{
		display:block;
		/*width:100%;*/
		font-size:22px;
		padding-bottom:40px;
		border-right:none;
	}
	
	section{
		padding:0 0 30px 0;
		overflow:hidden;
	}
	
	.content-row .content-column-2, .content-row .content-column-1{
		width:100%;
		float:none;
		margin-top:27px;
	}
	
	 #okancelarii .druga-kolumna, #czynnosci .druga-kolumna, #dokumenty .druga-kolumna, #maps .druga-kolumna, #maps .gmap-2, #contact .druga-kolumna{
		min-height: 300px;
		background-size: 100% auto;
	}
	
	#oplaty .druga-kolumna {
		min-height: 750px !important; 
		background-size: 100% auto;
	}
	 #okancelarii .druga-kolumna{
		background-position:0 85%;
	}
	
	
	#maps .druga-kolumna{
		background-position:0 28%;
	}
	
	 #okancelarii p, #maps p{
		padding: 0 30px 0 36px;
	}
	
	.large-6, .medium-6 {
		width:47%;
	}
}

@media screen and (max-width: 490px){
	#contact .halfbox-left input, #contact .halfbox-right input{
		float:none;
		width:100%;
	}
	
	#contact .halfbox-right input{
		margin-top:25px;
	}
	
	#contact .btn{
		float:none;
		display:block;
		clear:both;
		margin:25px auto 20px auto;
	}
	
	#contact .clear{
		display:block;
		width:100%;
		clear:both;
		float:none;
		height:1px;
	}
	
	header h1{
		font-size:30px;
		font-family: 'Caudex', sans-serif;
	}
	
	.large-6, .medium-6 {
		width:100%;
	}

}


@media screen and (max-width: 340px){
	#contact .captcha{
		float:none;
		clear:both;
		margin:0 auto 25px auto;
	}

	#contact .cinpt{
		width:100%;
		float:none;
		clear:both;
		margin-left:0;
	}
	
}

@media screen and (max-width:910px) and (min-width: 641px){
	#send{
		float:none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	
	.right{
		float:none!important;
	}
}

@media screen and (max-width:463px){
	#send{
		float:none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	
	.right{
		float:none!important;
	}
	
}


@media screen and (max-width:910px) and (max-width: 350px){ 
	#captcha-input {
		margin-top: 15px;
	}

}

@media screen and (max-width:321px){
	#captchaContainer pre{
	/*	margin-bottom: 20px; */
	}
}

@media screen and (max-width:850px){
header .podkreslenie{
	/*background-position:0 25%;*/
	background-size: 100% 100%;
	
}
}