html {
	overflow-y: scroll;
}

body, td, div, dl, dt, dd, menu, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote {
	margin:0;
	padding:0;
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
	color:#2c3845;
	font-weight:400;
}
a {
	text-decoration: none;
	color: #4b82b9;
}
a:hover {
    text-decoration: underline;
}

ul, ol {
	list-style-position: outside;
	margin: 10px 0 10px 25px !important;
	padding: 0px;
    vertical-align:middle;
}

fieldset, img {
	border:0
}

del, ins {
	text-decoration:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	float: left;
	width: 100%;
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
}

a:active, :focus {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}

.color{color: #000 !important;}
.pad50td { padding: 50px 0 !important; }

.aleft { text-align:left !important; }
.acenter { text-align:center !important; }
.aright { text-align:right !important; }

.dnone { display:none !important; }
.dblock { display:block !important; }

div, li,input, textarea, footer, header, span, a, small, h1, h2, h3, h4, h5, h6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* OBRAMOWANIE FOTO */

.of1 {
	border: solid 3px #ffffff;
}

.of2 {
	border: solid 3px #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/* PODPIS FOTO */

.signature {
	text-align:center;
	clear:both;
	padding: 5px 0 5px 0;
}

.u3_foto .signature, .u4_foto .signature {
	margin-top:-10px;
	margin-bottom:10px;

}

/* UKLADY */

.u1_foto {
	float:left;
	margin: 0 15px 0 0;
}

.u2_foto {
	float:right;
	margin: 0 0 0 15px;
}

.u3, .u4 {
	display:table-row;
  	width:auto;
}

.u3_foto {
	margin: 0 0 -10px 0;
  	display: table-cell;
	width: 30%;
	text-align:center;
}

.u3_txt {
	vertical-align:top;
	padding-left: 20px;
	margin: 0;
	display: table-cell;
  	width: 70%;
}

.u4_foto {
	margin: 0 0 -10px 0;
  	display: table-cell;
	width: 30%;
	text-align:center;
}

.u4_txt {
	vertical-align:top;
	margin: 0;
	padding-right: 20px;
	display: table-cell;
  	width: 70%;
}

.u3_foto img, .u4_foto img {
	margin-bottom:10px;
}

.u5_foto {
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	float:left;
	clear:both;
	text-align:center;
	display:table;
}

.u6_foto {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	float:left;
	clear:both;
	display:table;
	text-align:center;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
	padding:5px;
}

.u5_foto .td,  .u6_foto .td {
	width: 33%;
}

/*  KOLUMNY  */

.sys_cols {
	width:100%;
	float:left;
	clear:both;
}

.sys_col0 {
	float:left;
}

.sys_col1 {
	float:left;
	margin-left:25px;
}


/* FORM */

.button_f, .button {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	margin: 10px 0;
	padding: 8px 15px;
	cursor:pointer;
	background:#e31e24;
 }

.button_f.kcz, .button.kcz {
	background:#000;
 }

.button_f:hover, .button:hover {
	color: #fff;
	text-decoration: none;
	background: #5c5c5c;
 }

.input_f, .input {
	color: #000000;
	width:300px;
	margin: 0;
   	padding: 7px;
	font: normal 12px arial;
    background-color: #ffffff;
	border: solid 1px #e2e2e2;
	vertical-align:middle;
}

.input_f:focus, .input:focus {
	border: solid 1px #ee7f01;
}

input[type='checkbox'] {
	vertical-align:middle;
}

label.novalid {
	background: #f5cdcd;
	padding: 2px 5px;
}

.novalid {
	border: solid 1px #e60000 !important;
}
#email_newsletter.novalid {
	color:red;
	border:none;
}

.mrg50 {
	margin: 50px 0;
}

.mrgt30 {
	margin-top:30px;
}

.strefa_form {
	clear:both;
	display:table;
	width:100%;
	padding: 20px 0 0 0;
}

.strefa_form .nagl_form {
	width:100%;
	clear:both;
	font-weight: bold;
	color:#000;
	padding: 30px 65% 10px 0;
	text-align:right;
}

.strefa_form .nagl_form a {
	font-weight:normal;
	cursor:pointer;
}

.strefa_form .nagl_form.ww100 {
	padding: 30px 0 10px 0;
	text-align:left;
}


.strefa_form .pole_form {
	display: table;
	width:100%;
	padding: 5px 0;
}

.strefa_form .pole_form.hidden {
	display:none;
}

.strefa_form .pole_form label {
	cursor:pointer;
}

.strefa_form .pole_form input[type=radio] {
	margin: -2px 5px 0 0;
	vertical-align:middle;
}

.error_form {
	display: block !important;
	color:#db0000 !important;
	font-size:11px !important;
}

.strefa_form .pole_form .l {
	width: 25%;
	text-align:right;
	display: table-cell;
	vertical-align:middle;
}

.strefa_form .pole_form .p {
	width: 75%;
	display: table-cell;
	padding-left:10px;
}

.strefa_form .pole_form .p img {
	vertical-align: middle;
}

.strefa_form .pole_form .c {
	width: 100%;
	display: table-cell;
}

.strefa_form .pole_form .c .input {
	width:100%;
	height:100px;
}

.strefa_form .pole_form .form_block label {
	display: block;
	margin: 5px 0;
}



/* OFFSET */

.offset {
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding: 10px 0 10px 0;
}

.offset a {
	background:#4e6c8a;
	cursor:pointer;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	color:#fff;
	height:20px;
	line-height:20px;
	margin: 0 2px;
}

.offset span a:hover, .offset span a.s  {
	background:#E31E24;
	text-decoration:none;
}

.offset a#ol {
	font-size:12px;
	font-weight:bold;
	background:#fff url(ol.png) no-repeat center center;
	color:#212121;
}

.offset a#op {
	font-size:12px;
	font-weight:bold;
	background:#fff url(op.png) no-repeat center center;
	color:#212121;
}

.offset a#ol:hover {
	background:#4e6c8a url(ol.png) no-repeat center center;
	text-decoration:none;
}

.offset a#op:hover {
	background:#4e6c8a url(op.png) no-repeat center center;
	text-decoration:none;
}

.offset a#ol.no, .offset a#ol.no:hover, .offset a#op.no, .offset a#op.no:hover {
	background:#f1f1f1;
	color:#ffffff;
	cursor:default;
	display: none;
}

/* SEARCH */

#search h6 {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	margin-bottom:20px;
	clear:both;
	float:left;
	width:100%;
}

#search h6 span {
	color: #E31E24;
	font-weight: normal;
}

#search .zakladki {
	margin-top:20px;
}

#search .opis {
	padding:15px !important;
}

#search .opis .listing {
	margin:0 !important;
}

.search_li {
	float:left;
	clear:both;
	width:100%;
	padding: 20px 0 10px 0;
	border-bottom: solid 1px #cbd3d7;
}

.search_li:last-child {
	border:none;
}

.search_li h2 {
	font-weight:400;
	font-size:18px;
	margin:0;
}

.search_li h2 a {
	color:#000;
}

/* galery */

.gallery {
    width: 100%;
	float:left;
	clear:both;
	padding: 10px 0 0 0;
}

.gallery div.ofg1 {
	width:100%;
	float:left;
	text-align:center;
	clear:both;
	padding: 0px 0 10px 0;
}

.gallery div.ofg2 {
	width:50%;
	text-align:center;
	float:left;
	padding: 0px 0 10px 0;
}

.gallery div.ofg3 {
	width:33%;
	text-align:center;
	float:left;
	padding: 0px 0 10px 0;
}

.gallery div.ofg4 {
	width:25%;
	text-align:center;
	float:left;
	padding: 0px 0 10px 0;
}

.gallery div.ofg5 {
	width:20%;
	text-align:center;
	float:left;
	padding: 0px 0 10px 0;
}

.clear_both {
	clear:both;
}

.ok {
	color:#4a9419;
}

.error {
	color:#db0000;
}


/* area */

#area_nav {
	width:100%;
	clear:both;
	float:left;
}

#area_nav a {
	display: inline-block;
	height: 34px;
	border: solid 1px #d5d5d5;
	line-height: 32px;
	text-transform: uppercase;
	color:#fff;
	background:#303234;
	padding: 0 20px 0 20px;
	border: solid 1px #d5d5d5;
}


#area_nav a.sel, #area_nav a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#e31e24;
}


