@charset "utf-8";

/* LATO WEBFONT --------------------------------------------------------- */

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-r.eot');
	src: url('../fonts/lato-r.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-r.woff') format('woff'), url('../fonts/lato-r.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-ri.eot');
	src: url('../fonts/lato-ri.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-ri.woff') format('woff'), url('../fonts/lato-ri.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-b.eot');
	src: url('../fonts/lato-b.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-b.woff') format('woff'), url('../fonts/lato-b.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-bi.eot');
	src: url('../fonts/lato-bi.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bi.woff') format('woff'), url('../fonts/lato-bi.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-t.eot');
	src: url('../fonts/lato-t.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-t.woff') format('woff'), url('../fonts/lato-t.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-ti.eot');
	src: url('../fonts/lato-ti.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-ti.woff') format('woff'), url('../fonts/lato-ti.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-l.eot');
	src: url('../fonts/lato-l.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-l.woff') format('woff'), url('../fonts/lato-l.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-li.eot');
	src: url('../fonts/lato-li.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-li.woff') format('woff'), url('../fonts/lato-li.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-bl.eot');
	src: url('../fonts/lato-bl.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bl.woff') format('woff'), url('../fonts/lato-bl.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'lato-web';
	src: url('../fonts/lato-bli.eot');
	src: url('../fonts/lato-bli.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bli.woff') format('woff'), url('../fonts/lato-bli.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

/* GLOBAL RESET --------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	background: #fff;
	/* background: #f0f0f0; */
	overflow-y: scroll !important;
	text-shadow: none !important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(244,158,64,0.35); 
}

body {
	color: #000;
	font: 0.875em/1.5 lato-web, sans-serif;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

/* HTML5 ---------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

/* TYPOGRAPHY ----------------------------------------------------------- */

strong, b, dfn {
	font-weight: bold;
}

q, cite, em, i, dfn, ins, mark {
	font-style: italic;
}

u {
	text-decoration: underline;
}

ins {
	text-decoration: none;
}

del, s {
	text-decoration: line-through;
}

dfn, ins {
	color: #333;
}

mark {
	background: #66b5cd;
	color: #eee;
	padding: 1px 4px;
	text-shadow: none;
}

time, .term {
	color: #666;
}

sup, sub {
	font-size: .75em;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

acronym[title], abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

samp, var, pre, code, tt, kbd {
	font-family: monospace, sans-serif;
	color: #006000;
}

*:not(pre) > kbd, *:not(pre) > code {
	background: #F7F7F9;
	border: 1px solid #E1E1E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.08334em;
	padding: 2px 4px;
}

pre {
	-moz-tab-size: 2;
	-ms-tab-size: 2;
	-o-tab-size: 2;
	-webkit-tab-size: 2;
	tab-size: 2;
}

small {
	font-size: .875em;
	line-height: 1;
}

address {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, dl, blockquote, table, pre {
	margin-bottom: 1.5em;
}

::-moz-selection {
	background: #3399cc;
	color: #fefefe;
	text-shadow: none;
}

::-webkit-selection {
	background: #3399cc;
	color: #fefefe;
	text-shadow: none;
}

::selection {
	background: #3399cc;
	color: #fefefe;
	text-shadow: none;
}

*:focus {
	outline: 0 none;
}

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, legend {
	font-weight: normal;
}

h1 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.7143em;
	line-height: 1.1667em;
	margin-bottom: 0.58334em;
}

h3, legend, .modal-body h2 {
	font-size: 1.5em;
	line-height: 1.3334;
	margin-bottom: 0.6667em;
}

h4, h5, h6 {
	font-size: 1.2857em;
	line-height: 1.1667em;
	margin-bottom: 1.2em;
}

h4 {
	font-weight: bold;
}

h5, h6 {
}

h6 {
	margin-bottom: 0;
}

/* LINKS ---------------------------------------------------------------- */

a:link, a:visited {
	color: #F49E40;
	text-decoration: underline;
}

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

a:active, a:hover {
	outline: 0 none;
}

a.black:link, a.black:visited {
	color: #000;
}

/* LISTS ---------------------------------------------------------------- */

dl {

}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1.25em;
	margin-bottom: 1.5em;
}

ul, ol {
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
	margin-left: 2.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul {
	list-style-type: circle;
}

ol ol {
	list-style-type: lower-alpha;
}

li ul, li ol {
	margin-bottom: .75em;
	margin-top: .75em;
}

ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none;
}

/* NAVIGATIONAL LISTS AND LISTS W/O MARKERS ----------------------------- */

fieldset ul, fieldset ol, nav ul, nav ol, menu {
	list-style: none;
	margin: 0;
}

menu {
	-moz-margin-before: 0;
	-moz-margin-after: 0;
	-moz-margin-start: 0;
	-moz-margin-end: 0;
	-moz-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

/* INLINE AND BLOCK LEVEL QUTATIONS ------------------------------------- */

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: none;
}

q, blockquote p:first-child, blockquote p:last-child {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

q:before, blockquote > p:first-child:before {
	content: open-quote;
}

q:after, blockquote > p:last-of-type:after {
	content: close-quote;
}

blockquote {
	border-left: 5px solid #777;
	padding: .75em 0.8334em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

/* PREFORMATED TEXT AND CODE -------------------------------------------- */

pre {
	background: #F7F7F9;
	border: 1px solid #E1E1E8;
	border-width: 1px 1px 1px 5px;
	overflow: auto;
	padding: .75em 0.8334em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word; /* IE */
}

/* OBJECTS, IFRAMES, IMAGES AND HORIZONTAL RULES ----------------------- */

svg:not(:root) {
	overflow: hidden;
}

img, object, embed, iframe, .responsive {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: middle;
}

a img {
	border: 0 none;
}

object, iframe, embed {
	display: block;
}

hr {
	/* display: none; */
	border: 0;
	border-bottom: 1px solid #f08b2c;
	display: block;
	height: 0;
	margin: 1.5em 0;
	padding: 0;
}

/* TABLES --------------------------------------------------------------- */

table {
	border-top: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	max-width: 100%;
}

caption {
	caption-side: top;
	color: #666;
	font-size: 0.875em;
	font-weight: normal;
	padding: .857em 1.4286em;
	text-align: left;
}

th, td {
	border-bottom: 1px solid #999;
	padding: .857em 1.4286em;
	text-align: left;
}

thead th {
	background-color: #f2f2f2;
	text-transform: uppercase;
}

table, td, th {
	vertical-align: middle;
	font-size: 100%;
}

th {
	font-weight: bold;
}

tbody tr:nth-child(2n) > * {
	background-color: #fbfbfb;
}

tfoot {
	font-style: italic;
}

/* tylko linie poziome */
.tbl-stripped {
	border-top: 0 none;
}

.tbl-stripped td, .tbl-stripped th {
	background: transparent !important;
}

/* na 100% */
.tbl-full {
	width: 100%;
}

/* mniejszy padding */

.tbl-condensed td, .tbl-condensed th {
	padding: .3em .3em;
}

/* wyśrodkowane komórki */

.tbl-centered-tds td {
	text-align: center;
}

/* FORMS ---------------------------------------------------------------- */

form {

}

fieldset {

}

fieldset > ul {
	margin: 1.5em 0;
}

fieldset > ul > li {
	margin-bottom: 1.1667em;
}

label {
	display: block;
	/* font-weight: bold; */
	margin-bottom: .5em;
}

legend {
	display: block;
	margin: 0;
	white-space: normal !important;
}

button, input, select, textarea, [class^="btn"], input[type="search"], hr, .entry-media-photos li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

button, input, select, textarea {
	display: inline-block;
	font-family: lato-web, sans-serif;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	vertical-align: baseline;
}

input, select, textarea {
	color: #000;
}

.clickable, [class^="btn"], label, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="image"], input[type="checkbox"], input[type="radio"], input[type="file"] {
	cursor: pointer;
}

input[type="file"] {
	font-family: lato-web, sans-serif;
	padding: 0;
	vertical-align: top;
}

input[type="image"] {
	border: 0;
}

input[type="hidden"] {
	display: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 5px;
	padding: 0;
}

input[type="checkbox"] {
	position: relative;
	top: .2em;
}

select, textarea, input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="email"], input[type="url"] {
	border: 1px solid #999;
	padding: 3px;
	font-size: 14px; /* tutaj px, żeby niepotrzebnie nie powiększać pól */
	height: 28px;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	-webkit-transition: border linear 0.2s;
	transition: border linear 0.2s;
	max-width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	border-color: #000;
}

select {

}

select[multiple], select[size] {
	height: auto;
}

option, optgroup {
	font-style: normal;
	font-family: lato-web, sans-serif;
}

textarea {
	height: auto;
	overflow: auto;
	resize: none;
	resize: vertical;
	vertical-align: top;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="email"][disabled], input[type="url"][disabled], select[disabled], textarea[disabled] {
	background-color: #eee;
	border-color: #ddd;
}

*[disabled] {
	cursor: default !important;
	cursor: not-allowed !important;
}

input[type="text"][readonly], input[type="password"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="email"][readonly], input[type="url"][readonly], select[readonly], textarea[readonly] {
	background-color: #f6f6f6;
	border-color: #ddd;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

:focus:-moz-placeholder {
	color: transparent !important;
}

:focus::-moz-placeholder {
	color: transparent !important;
}

:focus:-ms-input-placeholder {
	color: transparent !important;
}

:focus::-webkit-input-placeholder {
	color: transparent !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	padding: 0.2em .3em;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

.choice label {
	display: inline-block;
}

/* VARIOUS -------------------------------------------------------------- */

/* ***** figure ***** */
figure {

}

figcaption {

}

/* ASSISTANT CLASSES ---------------------------------------------------- */

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.wrapper:before, .wrapper:after, .group:before, .group:after, fieldset:before, fieldset:after, #page:before, #page:after, #masthead:before, #masthead:after, #content:before, #content:after, #sitemap:before, 
#sitemap:after, [class^="col-"]:before, [class^="col-"]:after, .entry-content:before, .entry-content:after, .hfeed article:before, .hfeed article:after, [class^="entry-media"]:before, [class^="entry-media"]:after, 
#masthead nav:after /* tylko :after */ {
	content: " ";
	display: table;
}

.wrapper:after, .group:after, fieldset:after, #page:after, #masthead:after, #content:after, #sitemap:after, [class^="col-"]:after, .entry-content:after, .hfeed article:after, [class^="entry-media"]:after, #masthead nav:after {
	clear: both;
}

.ir, #logo {
	background: transparent no-repeat;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999em;
}

.ir * {
	display: inline;
}

.ir br {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

/* LAYOUT --------------------------------------------------------------- */

#page {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
}

/* ***** logo + tagline ***** */
#masthead {
	position: relative;
}

#masthead h1 {
	z-index: 1;
	font: italic 2.143em/2.5 lato-web, sans-serif;
	margin: 0;
}

#logo {
	width: 23.25581395348837%;
	height: 6.5em;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/logo-canvas.svg) no-repeat 50% 50%;
	background-size: contain;
}

.mzr-no-svg #logo {
	background: url(../img/logo.png) no-repeat 50% 1em;
	background-size: 160px 158px
}

#tagline {
	display: block;
	margin-left: 25.58139534883721%;
	padding-top: 1em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
	margin-right: 4.651162790697674%;
	min-height: 2.5em;
	letter-spacing: .0667em
}

/* ***** SUPERFISH ***** */

/* ESSENTIAL STYLES */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu > li {
	float: left;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* SKIN */
#masthead nav {
	line-height: 1;
	font-size: 1.2em;
	margin-left: 25.58139534883721%;
	background: #E8453E;
	position: relative;
	padding: 0 15px;
	/* text-align: center; */
}

.menu-utils li:before, 
#masthead nav:before {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

#masthead nav:before {
	height: 100%;
	background: #E8453E; /* transparent */
	border: 1.21429em solid #E8453E; /* transparent */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-width: 1.21429em 0 1.21429em 25px;
	border-left-color: #fff;
	left: -15px;
}

.sf-menu {
/*	text-align: left;
	display: inline-block;
	vertical-align: middle; */
	float: right;
}

.sf-menu ul {
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	font-size: 1em; 
	line-height: 1; 
	min-width: 14em; /* allow long menu items to determine submenu width */
	max-width: 18em;
}

.sf-menu li {
	font-weight: bold;
	letter-spacing: .06em;
}

.sf-menu a {
	padding: .7142857142857143em 15px;
	text-decoration: none !important;
	color: #fff !important;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.sf-menu li {
	background: #E8453E;
	white-space: nowrap; /* no need for Supersubs plugin */
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background: #F49E40;
}

.sf-menu ul ul li {
	background: #f5ac53;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	background: #f08b2c;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active {
	background: #f0f0f0;
	color: #f08b2c !important;
	outline: 0;
}

/* arrows  */
.sf-arrows .sf-with-ul {
	padding-right: 25px;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	top: 50%;
	right: 7.5px;
	margin-top: -2.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 5px solid transparent;
	border-top-color: #fff;
}

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #F49E40;
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	border-color: transparent;
	border-left-color: #fce2c6;
	border-left-color: rgba(255,255,255,.7);
	right: 6.5px;
	margin-top: -3.5px;
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #fff;
}

/* ***** columns ***** */
#content {
}

[class^="col"] {
	float: right;
	width: 23.25581395348837%;
	margin-right: 2.325581395348837%;
	margin-top: 4.75em;
}2,325581395348837

.col-l {
}

.col-r {
	margin-right: 0;
}

.col-m {
	width: 48.83720930232558%;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.index .col-m {
	margin-top: 4.75em;
}

/* ***** breadcumbs ***** */
#breadcrumbs {
	line-height: 1.75em;
	margin: 1.5em 0;
}

#breadcrumbs ol {
	font: 0.91667em/1 lato-web, sans-serif;
	text-transform: uppercase;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
}

#breadcrumbs li {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	padding-right: .1em;
}

#breadcrumbs li:first-child {
	padding-left: 0;
}

#breadcrumbs li:before {
	content: '\00003E';
	display: inline-block;
	font-size: .818182em;
	position: absolute;
	left: 0;
}

#breadcrumbs li:first-child:before {
	content: none;
	display: none;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #808080;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs li:last-child a {
	text-decoration: none;
	pointer-events: none;
}

/* ***** footer ***** */
#sitemap {
	/* background: #F49E40; */
	border-top: 3px double #666;
}

#sitemap nav {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}

#sitemap nav ul {
	margin: 0;
	list-style: none;
}

#sitemap nav > ul {
	display: table-row;
}

#sitemap nav > ul > li {
	display: table-cell;
	padding: 1.428571428571429em 0.7142857142857143em 2.142857142857143em; /* 20px
	 * 10px 30px */
	width: auto;
}

#sitemap nav > ul > li * {
	max-width: 100%;
}

#sitemap nav > ul > li:first-child {
	padding-left: 1.428571428571429em;
}

#sitemap nav > ul > li:last-child {
	padding-right: 1.428571428571429em;
}

#sitemap h2 {
	font: bold 0.91667em/1.6364 lato-web, sans-serif;
	color: #39c;
}

#sitemap nav > ul > li > ul {
	font-size: 0.8334em;
	line-height: 1.4em;
}

#sitemap nav > ul ul ul {
	margin: 1px 0 1px 1em;
}

#sitemap a:link, #sitemap a:visited {
	/* color #fff; */
	color: #39c;
	text-decoration: none;
}

#sitemap nav > ul ul ul a:link, #sitemap nav > ul ul ul a:visited {
	/* color: #dadada; */
	color: #45a8d4;
}

#sitemap a:hover {
	text-decoration: underline;
}

/* copyright */
#copyright {
	/* background: #eef0d0; */
	border-top: 1px solid #aaa;
	color: #808080;
	text-align: center;
	padding: 0.4166666666666667em;
}

#copyright p {
	margin: 0;
}

/* CONTENT -------------------------------------------------------------- */

/* ***** buttons ***** */
[class^="btn"] {
	display: inline-block;
	border: 0 none;
	background: #E8453E 100% 50% no-repeat;
	font: normal 1.4286em lato-web, sans-serif;
	text-decoration: none !important;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff !important;
	height: 1.75em;
	padding: 1px 25px 2px 25px !important;
	-moz-box-shadow: inset 0 0 0 1px #E8453E, inset 0 0 0 2px rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 0 0 1px #E8453E, inset 0 0 0 2px rgba(255,255,255,.5);
	box-shadow: inset 0 0 0 1px #E8453E, inset 0 0 0 2px rgba(255,255,255,.5);
	-moz-transition: background-color linear .2s, box-shadow linear .2s;
	-ms-transition: background-color linear .2s, box-shadow linear .2s;
	-o-transition: background-color linear .2s, box-shadow linear .2s;
	-webkit-transition: background-color linear .2s, box-shadow linear .2s;
	transition: background-color linear .2s, box-shadow linear .2s;
	word-spacing: 0.3em;
}

a[class^="btn"] {
	line-height: 1.65em;
	padding-bottom: 1px !important;
}

.btn-beta, .btn-gamma {
	background-color: #3399CC;
	-moz-box-shadow: inset 0 0 0 1px #3399CC, inset 0 0 0 2px rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 0 0 1px #3399CC, inset 0 0 0 2px rgba(255,255,255,.5);
	box-shadow: inset 0 0 0 1px #3399CC, inset 0 0 0 2px rgba(255,255,255,.5);
}

[class^="btn"]:hover, 
.btn-beta:hover, .btn-gamma:hover {
	background-color: #F49E40;
	-moz-box-shadow: inset 0 0 0 1px #F49E40, inset 0 0 0 2px rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 0 0 1px #F49E40, inset 0 0 0 2px rgba(255,255,255,.5);
	box-shadow: inset 0 0 0 1px #F49E40, inset 0 0 0 2px rgba(255,255,255,.5);
}

.btn-delta {
	background-color: #F49E40; /* #3399CC */
	-moz-transition: background-color linear .2s;
	-ms-transition: background-color linear .2s;
	-o-transition: background-color linear .2s;
	-webkit-transition: background-color linear .2s;
	transition: background-color linear .2s;
}

.btn-delta, .btn-delta:hover {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


.btn-delta:hover {
	background-color: #E8453E;
}

.btn-alpha, .btn-gamma {
	padding-right: 35px !important;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAPCAYAAAAPr1RWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUzMEVFMkM3Qjk3QTExRTI4M0VCQUQyNkFFRDYwMEQwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUzMEVFMkM2Qjk3QTExRTI4M0VCQUQyNkFFRDYwMEQwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDI4MDExNzQwNzIwNjgxMTkyQjBDMUE4QUZCQzVBREIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgwODNENzUyNUREMzc5QzciLz4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5nbG93bmEtd2VrdG9yb3dhPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5l9M7BAAAAtklEQVR42mL8//+/BAMDgzQDArwD4vsM1ABAwxWB+PN/BHgLxNJAzEAphjGS/6OCvdQ0HIS3oFmQT03DRYH4FZLh34BYnVqGg3AgmutPAjEztQwH4floFtRR03B+IH6IZPgfIDYjx3AmLKlTCIj5kfhfgPgFuekcGYPC9wBasMRSK1iK0AxeTa3UogXEP5EMfg7EQtQwnA2IL6G52oNamagdzeBp1Mr+NtDkBgO3gZiHGoYDBBgAmQm6FC3z2bAAAAAASUVORK5CYII=");
}

.btn-small {
	font-size: 1.1em;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.btn-alpha.btn-small, 
.btn-gamma.btn-small {
	padding-right: 23px !important;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI5MDBENkNCQkM5OTExRTJBQTJCQ0E0QTEwRTAwMEMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI5MDBENkNDQkM5OTExRTJBQTJCQ0E0QTEwRTAwMEMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjkwMEQ2QzlCQzk5MTFFMkFBMkJDQTRBMTBFMDAwQzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjkwMEQ2Q0FCQzk5MTFFMkFBMkJDQTRBMTBFMDAwQzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7WrVrNAAAAn0lEQVR42mL8//+/BgMDgzkQ/wTit0C8m4EUADTAEIg//IeAv0DsAcQMxGIYIwmqGQRuALEcqQawAPGy/wgwh1QDQFgRiO9CDfgHxOGkGgDCQUD8CWrITSDWI9UALiB+guSVMFIN6EYKzI1AzE+KAV5Izn8OxAakhIEYEF9CSgvppMQCGxDPQPL3CiBmJsUAX6jTvwPxLSCWISUlAgQYAKa/OD8zo+nUAAAAAElFTkSuQmCC");
	background-position: 100% 50%;
}

.offset-alpha {
	margin-left: 25px;
}

.offset-beta {
	margin-left: 20px;
}

.offset-gamma {
	margin-left: 15px;
}

.offset-epsilon {
	margin-left: 10px;
}

.offset-zeta {
	margin-left: 5px;
}

/* ***** icons ***** */
[class^="icon"] {
	position: relative;
}

[class^="icon"]:before {
	background: url(../img/sprite.png) no-repeat;
	position: absolute;
	overflow: hidden;
	content: " ";
}

/* filetype icons */
[class^="icon-file"] {
	padding-left: 24px;
	display: inline-block;
	min-height: 18px;
}

[class^="icon-file"]:before {
	display: inline-block;
	left: 2px;
	top: .75em;
	margin-top: -8px;
	height: 16px;
	width: 16px;
}

.icon-file-pdf:before {
	background-position: 0 0;
}

.icon-file-doc:before {
	background-position: 0 -16px;
}

.icon-file-xls:before {
	background-position: 0 -32px;
}

.icon-file-odf:before {
	background-position: 0 -48px;
}

.icon-file-txt:before {
	background-position: 1px -64px;
}

.icon-file-zip:before {
	background-position: 0 -80px;
}

.icon-file-rar:before {
	background-position: 0 -96px;
}

.icon-file-jpg:before {
	background-position: 0 -112px;
}

.icon-file-gif:before {
	background-position: 0 -128px;
}

.icon-file-png:before {
	background-position: 0 -144px;
}

.icon-file-avi:before {
	background-position: 0 -160px;
}

.icon-file-mov:before {
	background-position: 0 -176px;
}

.icon-file-flv:before {
	background-position: 0 -192px;
}

.icon-file-swf:before {
	background-position: 0 -208px;
}

.icon-file-unknown:before {
	background-position: 0 -224px;
}

/* categories icons */
[class^="icon-cat-"] {
	padding-left: 38px;
}

[class^="icon-cat-"]:before {
	display: block;
	width: 28px;
	height: 28px;
	left: 0;
	top: 50%;
	margin-top: -13px;
}

.icon-cat-city:before {
	background-position: 0 -240px;
}

.icon-cat-sport:before {
	background-position: 0 -268px;
}

.icon-cat-nature:before {
	background-position: 0 -296px;
}

.icon-cat-art:before {
	background-position: 0 -324px;
}

.icon-cat-other:before {
	background-position: 0 -352px;
}

.icon-cat-lang:before {
	background-position: 0 -380px;
}

/* ***** categories ***** */
#categories {
	margin: 0 1.25em 4em;
}

#categories h2 {
	font: bold 1em/1.2857 lato-web, sans-serif;
	margin-bottom: 2em;
}

#categories h3, 
#categories [class^="icon-cat-"] {/* px ze względu na ikony */
	/* font: 300 1.42857em/1 lato-web, sans-serif;
	 margin-bottom: .35em;
	 padding-top: .4em; */
	font: 300 20px/20px lato-web, sans-serif;
	margin-bottom: 6px;
	padding-top: 8px;
	text-transform: uppercase;
}

#categories h3 a {
	display: block;
}

#categories h3 a:link, #categories h3 a:visited {
	color: #000 !important;
	text-decoration: none;
}

#categories h3 a:hover {
	text-decoration: underline;
}

#categories ul {
	margin-bottom: 1.5em;
}

#categories li ul a {
	display: block;
	padding: .2em .5em;
}

#categories li ul a:link, #categories li ul a:visited {
	color: #000;
	text-decoration: none;
}

#categories li ul a:hover {
	color: #fff !important;
	background: #000;
	text-decoration: none;
}

#categories .icon-cat-city + ul a:link, #categories .icon-cat-city + ul a:visited {
	color: #39c; /* #E8453E */
}

#categories .icon-cat-city + ul a:hover {
	background: #39c; /* #E8453E */
}

#categories .icon-cat-sport + ul a:link, #categories .icon-cat-sport + ul a:visited {
	color: #39c; /* #F49E40 */
}

#categories .icon-cat-sport + ul a:hover {
	background: #39c; /* #F49E40 */
}

#categories .icon-cat-nature + ul a:link, #categories .icon-cat-nature + ul a:visited {
	color: #39c; /* #4FB24F */
}

#categories .icon-cat-nature + ul a:hover {
	background: #39c; /* #4FB24F */
}

#categories .icon-cat-art + ul a:link, #categories .icon-cat-art + ul a:visited {
	color: #39c;
}

#categories .icon-cat-art + ul a:hover {
	background: #39c;
}

#categories .icon-cat-other + ul a:link, #categories .icon-cat-other + ul a:visited {
	color: #39c; /* #9373B1 */
}

#categories .icon-cat-other + ul a:hover {
	background: #39c; /* #9373B1 */
}

#categories .icon-cat-lang + ul a:link, #categories .icon-cat-lang + ul a:visited {
	color: #39c;
}

#categories .icon-cat-lang + ul a:hover {
	background: #39c;
}


/* ***** activity search ***** */
#activity-search {
	background: #3399CC; /* #F49E40 */
	margin: 0 0 4em 1.25em;
}

#activity-search fieldset {
	padding: 1.25em 1.5em;
}

#activity-search h2, .heading-alpha, .heading-gamma, .category-tags, .lead, .menu-utils li, .hfeed article h1 {
	font-size: 1.42857em;
}

#activity-search h2 {
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	text-align: center;
	color: #fff;
}

#activity-search ul {
	margin: 0;
}

#activity-search li {
	margin: 1.78em 0 0;
}

#activity-search label {
	margin-bottom: .2em;
}

#activity-search .action {
	margin: 2.28em 0 0;
	text-align: center;
}

#activity-search select, #activity-search textarea, #activity-search input[type="text"], #activity-search input[type="password"], #activity-search input[type="search"], #activity-search input[type="tel"], #activity-search input[type="email"], #activity-search input[type="url"] {
	width: 100%;
	/* font-weight: bold; */
	border-color: #3399CC; /* #F49E40 */
}

#activity-search select:focus, #activity-search textarea:focus, #activity-search input[type="text"]:focus, #activity-search input[type="password"]:focus, #activity-search input[type="search"]:focus, #activity-search input[type="tel"]:focus, #activity-search input[type="email"]:focus, #activity-search input[type="url"]:focus {
	border-color: #000;
}

/* ***** manu utils ***** */
.menu-utils {
	list-style: none;
	margin: 0 0 4em/* 1.25em */;
}

.menu-utils li {
	background: #F49E40;
	line-height: 1.75;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 1.4em;
}

.menu-utils li:hover {
/*	background: #E8453E; */
	background: #9373B1;
}

.menu-utils li:before {
	border: .875em solid #F49E40;
	border-width: .875em 0 .875em 1.25em;
	border-left-color: #fff !important;
	z-index: 1;
}

.menu-utils a {
	text-decoration: none !important;
	padding-left: 1.75em;
	border-right: .5em solid #F49E40;
	color: #fff !important;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;
	text-align: right;
}

.menu-utils li:hover:before, .menu-utils li:hover a {
	text-shadow: 0 1px 0 rgba(0,0,0,.35);
/*	border-color: #E8453E; */
	border-color: #9373B1;
}

.menu-utils .alt {
	background: #E8453E;
}

.menu-utils .alt:before, .menu-utils .alt a {
	border-color: #E8453E;
}

.menu-utils .alt:hover {
	background: #9373B1;
}

.menu-utils .alt:hover:before, .menu-utils .alt:hover a {
	border-color: #9373B1;
}

.menu-utils .fb {
	background: #3b5998;
}

.menu-utils .fb:before, .menu-utils .fb a {
	border-color: #3b5998;
}

.menu-utils .fb:hover {
	background: #6381b7;
}

.menu-utils .fb:hover:before, .menu-utils .fb:hover a {
	border-color: #6381b7;
}

/* ***** calendar ***** */
.calendar {
	margin: 0 1.25em 4em;
}

.calendar-tbl {
	width: 100%;
	font-size: 0.857em;
	margin: 0 0 1.8182em;
	border: 0 none;
}

.calendar-tbl caption {
	text-transform: uppercase;
	font: normal 1.6667em/1 lato-web, sans-serif;
	margin: 0;
	text-align: center;
	padding: 0 .5em .5em;
	color: #E8453E;
}

.calendar-tbl tr {
	background: transparent !important;
}

.calendar-tbl th, .calendar-tbl td {
	text-align: right;
	background: transparent !important;
	text-transform: lowercase;
	font-weight: normal;
	border: 0 none;
	padding: 1px;
	color: #B3B3B3;
}

.calendar-tbl thead th {
	color: #39c;
}

.calendar-tbl a, .calendar-tbl td span {
	display: block;
	padding: .2em;
	text-decoration: none !important;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.calendar-tbl a {
	color: #000;
}

.calendar-tbl .highlight {
	color: #d00;
}

.calendar-tbl .week-end, 
.calendar-tbl .holiday {
	color: #d99;
}

.calendar-tbl .week-end a, 
.calendar-tbl .holiday a {
	color: #E8453E;
}

.calendar-tbl a:hover {
	color: #E8453E;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f0f0f0 100%);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}

.calendar-tbl .week-end a:hover, 
.calendar-tbl .holiday a:hover {
	color: #000;
}

/* ***** Strona główna: zdjęcia ***** */
.thumbnails {
	margin: 4.761904761904762% 0 1.190476190476191%;
	list-style: none;
	padding-top: 1.190476190476191%;
}

.thumbnails li {
	float: left;
	width: 47.61904761904762%;
	margin: 1.190476190476191%;
	overflow: hidden;
	-moz-transition: box-shadow linear .2s;
	-ms-transition: box-shadow linear .2s;
	-o-transition: box-shadow linear .2s;
	-webkit-transition: box-shadow linear .2s;
	transition: box-shadow linear .2s;
}

.thumbnails li:nth-child(odd) {
	clear: both;
	margin: 0 0 4.761904761904762%;
}

.thumbnails li:nth-child(even) {
	margin: 0 0 4.761904761904762% 4.761904761904762%;
}

.thumbnails li:hover {
	-moz-box-shadow: 0 0 0 1px rgb(255,255,255), 0 0 0 3px rgb(51,153,204);
	-webkit-box-shadow: 0 0 0 1px rgb(255,255,255), 0 0 0 3px rgb(51,153,204);
	box-shadow: 0 0 0 1px rgb(255,255,255), 0 0 0 3px rgb(51,153,204);
}

.media img, .thumbnails img, .thumbnails a {
	display: block;
	width: 100%;
}

.thumbnails a {
	overflow: hidden;
	padding-bottom: 65%;
	height: 0;
}

.thumbnails a, .entry-media-photos li a {
	background-color: #fff;
	background-image: -moz-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef 100%), -moz-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef 100%);
	background-image: -ms-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%), -ms-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%);
	background-image: -o-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%), -o-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(25%,#efefef), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(75%,#efefef), color-stop(100%,#efefef)), -webkit-gradient(linear, left bottom, right top, color-stop(25%,#efefef), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(75%,#efefef), color-stop(100%,#efefef));
	background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%);
	background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%,#efefef 75%,#efefef 100%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}

/* ***** Elementy głównych publikacji i newsy ***** */

.heading-alpha, .heading-gamma, .category-tags {
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.heading-alpha {
	font-weight: bold;
	color: #39c;
}

.category-city {
	color: #E8453E;
}

.category-sport, .heading-gamma {
	color: #F49E40;
}

.category-nature {
	color: #4FB24F;
}

.category-art {
	color: #3399CC;
}

.category-other {
	color: #9373B1;
}

.lead, .hfeed article h1 {
	line-height: 1.25;
	margin-bottom: 1.25em;
}

header .heading-gamma, header .category-tags, header .lead {
	margin-bottom: 1.2em
}

.hfeed h1 + .lead {
	font-size: 1.285714285714286em;
	line-height: 1.1667;
	margin: -0.3334em 0 1.3334em;
}

.entry-content {
	padding-bottom: .75em;
	position: relative;
}

.entry-content.hr {
	border-bottom: 21px solid #fff;
}

.entry-content.hr:after, .hfeed > li:before, .entry-media-photos:before, .entry-media-movies:before, .entry-media-files:before {
	position: absolute;
	right: 0;
	display: block;
	width: 100%;
	background: #F49E40;
	height: 1px;
	border: 10px solid #F49E40;
	border-width: 10px 0 10px 15px;
	border-left-color: #fff;
}

.entry-content.hr:after {
	bottom: -21px;
}

.hfeed {
	list-style: none;
	margin: 0 0 1.5em;
}

.hfeed > li, .entry-media-photos, .entry-media-movies, .entry-media-files {
	border-top: 21px solid #fff;
	position: relative;
}

.hfeed > li:before, .entry-media-photos:before, .entry-media-movies:before, .entry-media-files:before {
	top: -21px;
	content: " ";
}

.entry-content.hr + .hfeed > li:first-child, .entry-content.hr + .entry-media-photos, .entry-content.hr + .entry-media-movies, .entry-content.hr + .entry-media-files {
	border-top: 0 none;
}

/* .heading-alpha + .hfeed > li:first-child, */
.entry-content.hr + .hfeed > li:first-child:before, .entry-content.hr + .entry-media-photos:before, .entry-content.hr + .entry-media-movies:before, .entry-content.hr + .entry-media-files:before {
	content: none;
	display: none;
}

.hfeed article {
	padding: 1.714285714285714em 0;
}

.hfeed time {
	display: block;
	font-size: 0.8334em;
	color: #000;
	margin-bottom: .6em;
}

.hfeed p {
	margin-bottom: .75em;
}

.more {
	text-align: right;
}

.more.alt {
	text-align: left;
}

.more a:after {
	content: '\0000A0\0000BB';
}

.hfeed .more {
	margin: 0;
	font-weight: bold;
}

.hfeed .more a:link, .hfeed .more a:visited {
	text-decoration: none;
}

.hfeed .more a:hover {
	text-decoration: underline;
}

.hfeed > :last-child {
	margin-bottom: 0;
}

.media.left {
	margin-right: 1.25em;
}

.media.right {
	margin-left: 1.25em;
}

/* ***** Galerie, filmy i pliki ***** */

.entry-media-photos, .entry-media-movies, .entry-media-files {
}

.heading-beta {
	font-size: 1.5em;
	margin-bottom: 3.174603174603174%;
}

.entry-media-photos ul, .entry-media-files ul {
	list-style: none;
	margin: 0;
}

/* galerie */
.entry-media-photos, .entry-media-movies, .entry-media-files {
	padding-top: 1.5em;
}

.entry-media-photos .heading-beta {
	margin-bottom: 0;
}

.entry-media-photos ul {
	position: relative;
	margin-bottom: 3.174603174603174%;
}

.entry-media-photos li {
	float: left;
	width: 22.61904761904762%;
	padding-bottom: 22.61904761904762%;
	height: 0;
	overflow: hidden;
	margin: 1.19047619047619%;
	position: relative;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	-webkit-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
}

.entry-media-photos li:hover {
	-moz-box-shadow: 1px -1px 3px rgba(51,153,204,.85);
	-webkit-box-shadow: 1px -1px 3px rgba(51,153,204,.85);
	box-shadow: 1px -1px 3px rgba(51,153,204,.85);
}

.entry-media-photos li:nth-child(n) {
	margin: 3.174603174603174% 0 0 3.174603174603174%;
}

.entry-media-photos li:nth-child(4n+1) {
	margin: 3.174603174603174% 0 0 0;
	clear: both;
}

.entry-media-photos li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px double #a3d1e8;
	border: 3px double rgba(51,153,204,.45);
	overflow: hidden;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	-webkit-transition: border linear 0.2s;
	transition: border linear 0.2s;
}

.entry-media-photos li a:hover {
	border: 3px solid rgb(51,153,204);
}

.entry-media-photos li img {
	display: block;
	width: 100%;
	height: 100%;
}

/* filmy */
/* dla największej szerokości strony width="586" height="440" */
.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 3.174603174603174%;
}

.movie iframe, .movie object, .movie embed, .movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

.movie iframe {
	overflow: hidden;
}

/* pliki */
.entry-media-files {
	padding-bottom: 3.174603174603174%;
}

.entry-media-files li {
	margin: 2px 0;
	overflow: hidden;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.entry-media-files .group li:nth-child(n) {
	width: 48.21428571428571%;
}

.entry-media-files .group li:nth-child(even) {
	float: right;
}

.entry-media-files .group li:nth-child(odd) {
	clear: both;
	float: left;
}

/* PLUGINY -------------------------------------------------------------- */

/* ***** MODAL (LIGHTBOX_ME) ***** */
.modal-complex, .modal-simple {
	width: 50%;
	background-color: #fff;
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	max-width: 640px;
	min-width: 320px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-simple {
	border: .5em solid #161616;
	border: .5em solid rgba(0, 0, 0, 0.65);
	-moz-background-clip: padding-box; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	padding: 2em;
}

.modal-complex {
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	max-width: 560px;
}

.modal-header {
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

.modal-header h1 {
	font-size: 1.75em;
	line-height: 1.25;
	margin-bottom: .25em;
}

.modal-header p {
	color: #333;
	margin: 0;
}

.modal-body {
	position: relative;
	max-height: 400px;
	padding: 1em;
	-ms-overflow-y: auto;
	overflow-y: auto;
}

.modal-footer {
	padding: 1em;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 .5em .5em;
	-moz-border-radius: 0 0 .5em .5em;
	border-radius: 0 0 .5em .5em;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.modal-footer p {
	margin: 0;
}

.modal-close, .modal-close:before {
	width: 20px;
	height: 20px;
	font: normal 900 23px/20px lato-web, sans-serif;
	text-align: center;
	background: #fff;
	position: absolute;
	display: block;
	cursor: pointer;
}

.modal-close {
	right: 5px;
	top: 5px;
	z-index: 10;
	overflow: hidden;
	color: #aaa;
}

.modal-close:before {
	content: "\0000D7";
	top: 0;
	right: 0;
	z-index: 11;
}

.modal-close:hover, .modal-close:hover:before {
	color: #777;
}

#registration_form[class^="modal-"] table {
	margin: 0;
}

#registration_form .action {
	text-align: right;
	padding-top: 2em
}

/* ***** COLORBOX ***** */
/* Colorbox Core Style:
 * The following CSS is consistent 
 * between example themes 
 * and should not be altered.
 * ******************************* */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box;}

/* User Style:
 * Change the following styles to modify the appearance of Colorbox. 
 * They are ordered & tabbed in a way that represents the nesting of the generated HTML.
 */

#cboxOverlay{background:#000;}
#colorbox{outline:0; background: #525252; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; -moz-box-shadow: inset 0 0 0 1px #8a8a8a, inset 0 0 0 1px #898989; -webkit-box-shadow: inset 0 0 0 1px #8a8a8a, inset 0 0 0 1px #898989; box-shadow: inset 0 0 0 1px #8a8a8a, inset 0 0 0 1px #898989;}
    #cboxContent{background:#fff; border-top: 33px solid #e6e5e5; margin: 9px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 0 7px rgba(0,0,0,.35), inset 0 2px 0 -1px #d2d2d2; -webkit-box-shadow: 0 0 7px rgba(0,0,0,.35), inset 0 2px 0 -1px #d2d2d2; box-shadow: 0 0 7px rgba(0,0,0,.35), inset 0 2px 0 -1px #d2d2d2;}
        .cboxIframe{background:#fff;}
				#cboxError {font-weight: bold; text-align: center; background: #fef1ec; color: #cd0a0a; border: 1px solid #cd0a0a; font-size: 13px; height: 100%; padding: 50px; text-transform: uppercase; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
				.mzr-no-boxsizing #cboxError {height: auto;}
        #cboxLoadedContent{margin: 6px 5px 5px; background:#fff;}
        #cboxTitle, #cboxCurrent {position:absolute; top:-32px; color:#7C7C7C; height: 32px; font: 16px/32px lato-web, sans-serif; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);}
        #cboxTitle{left:0; width: 100%;}
        #cboxTitle b{display: block; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; margin-right: 150px; padding-left: 5px;}
        #cboxCurrent{right:59px; white-space: nowrap; font-size: 15px;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat 50% 50%;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */				
				#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border: 0 none; padding: 0; margin: 0; width: auto; background: url(../img/cbox-controls.png) no-repeat; display: block; position: absolute; text-align: left; text-indent: 100%; white-space: nowrap; overflow: hidden;} 
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
      
      	#cboxPrevious, #cboxNext {top:50%;margin-top:-32px; width:29px;height:65px;}
        #cboxPrevious{left:5px; background-position: -29px 0;}
        #cboxPrevious:hover{background-position:-29px -65px;}       
        #cboxNext{right:5px; background-position: 0 0; }
        #cboxNext:hover{background-position: 0 -65px;}
        #cboxClose, #cboxSlideshow{width:23px; height:23px; top: -27px;}
        #cboxClose{right:5px; background-position:-150px -25px;}
        #cboxClose:hover{background-position:-150px 0;}
        #cboxSlideshow{right:32px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-175px -25px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-175px 0;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-200px -25px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-200px 0;}

/* ***** TIPSY (px zamiast em) ***** */
.tipsy { 
  font: 11px/1.33 lato-web, sans-serif; 
  position: absolute; 
  padding: 4px; 
  z-index: 9998; 
}

.tipsy-inner {
  background-color: #000;
  color: #fefefe;
  max-width: 240px;
  padding: 5px;
  text-align: center;
}

/* Rounded corners */
.tipsy-inner {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px
 * #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tbl-reorganize textarea {
	width: 100%;
}

/* MEDIA QUERIES / RESPONSIVE LAYOUT ------------------------------------ */

/* 1182px and wider devices */
@media screen and (min-width: 1182px) {
	/* body {font-size: 1em;}
	#masthead nav:before {height: 1px;} */

	/* categories icons */
	[class^="icon-cat-"] {
		padding-left: 60px !important;
	}
	
	[class^="icon-cat-"]:before {
		background: url(/graphics/cat-sprite.png) no-repeat !important;
		position: absolute;
		overflow: hidden;
		content: " ";
	}
	
	[class^="icon-cat-"]:before {
		display: block;
		width: 50px !important;
		height: 50px !important;
		left: 0;
		top: 50%;
		margin-top: -23px !important;
	}
	
	.icon-cat-city:before {
		background-position: 0 0 !important;
	}
	
	.icon-cat-sport:before {
		background-position: 0 -50px !important;
	}
	
	.icon-cat-nature:before {
		background-position: 0 -100px !important;
	}
	
	.icon-cat-art:before {
		background-position: 0 -150px !important;
	}
	
	.icon-cat-lang:before {
		background-position: 0 -200px !important;
	}
	
	.icon-cat-other:before {
		background-position: 0 -250px !important;
	}

	#categories h3, 
	#categories [class^="icon-cat-"] {/* px ze względu na ikony */
		padding-top: 30px !important;
	}

}

/* 1180px width device */
@media screen and (max-width: 1181px) {
	#categories h3 {
		font-size: 18px !important;
	}
	.menu-utils li {
		font-size: 1.2857em;
	}

	/* categories icons */
	[class^="icon-cat-"] {
		padding-left: 55px !important;
	}
	
	[class^="icon-cat-"]:before {
		background: url(/graphics/cat-sprite.png) no-repeat !important;
		position: absolute;
		overflow: hidden;
		content: " ";
	}
	
	[class^="icon-cat-"]:before {
		display: block;
		width: 50px !important;
		height: 50px !important;
		left: 0;
		top: 50%;
		margin-top: -23px !important;
	}
	
	.icon-cat-city:before {
		background-position: 0 0 !important;
	}
	
	.icon-cat-sport:before {
		background-position: 0 -50px !important;
	}
	
	.icon-cat-nature:before {
		background-position: 0 -100px !important;
	}
	
	.icon-cat-art:before {
		background-position: 0 -150px !important;
	}
	
	.icon-cat-lang:before {
		background-position: 0 -200px !important;
	}
	
	.icon-cat-other:before {
		background-position: 0 -250px !important;
	}

	#categories h3, 
	#categories [class^="icon-cat-"] {/* px ze względu na ikony */
		padding-top: 30px !important;
	}

}

/* 1080px width device */
@media screen and (max-width: 1081px) {

	#categories {
		margin: 0 .825em 4em;
	}
	#categories h3 {
		font-size: 16px !important;
		padding-top: 8px !important;
	}

	.menu-utils a {
		padding-left: 1.25em;
	}

	/* categories icons */
	[class^="icon-cat-"] {
		padding-left: 38px !important;
	}
	
	[class^="icon-cat-"]:before {
		background: url(../img/sprite.png) no-repeat !important;
		display: block;
		width: 28px !important;
		height: 28px !important;
		left: 0;
		top: 50%;
		margin-top: -13px !important;
	}
	
	.icon-cat-city:before {
		background-position: 0 -240px !important;
	}
	
	.icon-cat-sport:before {
		background-position: 0 -268px !important;
	}
	
	.icon-cat-nature:before {
		background-position: 0 -296px !important;
	}
	
	.icon-cat-art:before {
		background-position: 0 -324px !important;
	}
	
	.icon-cat-other:before {
		background-position: 0 -352px !important;
	}

	.icon-cat-lang:before {
		background-position: 0 -380px !important;
	}

	#categories h3, 
	#categories [class^="icon-cat-"] {/* px ze względu na ikony */
		padding-top: 8px !important;
	}

}

/* 1024px width device */
@media screen and (max-width: 1025px) {

}

/* 940px width device */
@media screen and (max-width: 941px) {
	#logo {
		width: 22.25581395348837%;
		background-image: url(../img/logo-clipped.svg);
		background-size: 80% auto;
	}
	#tagline {
		margin-left: 23.58139534883721%;
	}
	#masthead nav {
		margin-left: 23.58139534883721%;
	}
	#breadcrumbs {
		margin-left: 32%;
	}
	
	.col-m {
		margin-right: 0;
		margin-left: 1.282051282051282%;
		width: 66%;
		float: left;
	}
	.col-r {
		width: 30%;
	}
	.col-l {
		float: none;
		width: auto;
		padding: 1.5em 1.282051282051282% 0;
		margin: 1em 0;
		clear: both;
		border-top: 20px solid #E8453E;
		position: relative;
	}	
	.col-l:before, .col-l:after {
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		top: -20px;
	}
	.col-l:before {
		left: 0;
		border-width: 10px 0 10px 15px;
		border-left-color: #fff;
	}
	.col-l:after {
		right: 0;
		border-width: 10px 15px 10px 0;
		border-right-color: #fff;
	}
	#categories {
		margin: 0;
	}
	#categories h2 {
    font-size: 1.7143em;
    line-height: 1.1667em;
    margin-bottom: 1em;
    font-weight: normal;
	}
	#categories h2 br {
		display: none;
	}
	#categories > ul:before, 
	#categories > ul:after {
		display: table;
		content: " ";
	}
	#categories > ul {
		margin-bottom: 0;
	}	
	#categories > ul:after {
		clear: both;
	}
	#categories > ul > li {
		float: left;
		width: 23.5%;
		margin-left: 2%;
	}	
	#categories > ul > li:nth-child(4n+1) {
		clear: left;
		margin-left: 0;
	}
	.modal-complex, 
	.modal-simple {
		width: auto;	
		max-width: 660px;
	}
}

/* 880px width device */
@media screen and (max-width: 881px) {
	#breadcrumbs {
		margin-top: 0;
		margin-left: 0;
	}
	#logo {
		position: static;
		float: left;
    width: 190px;
    height: 190px;
    background-image: url("../img/logo-clipped.svg");
  }
	#tagline {
		line-height: 30px;
		min-height: 30px;
		font-size: 30px;
		padding: 80px 30px 0 190px;
		margin: 0;
	}
	#masthead nav {
		margin-left: 1.282051282051282%;
	}
	#masthead nav:before {
		left: -10px;
	}
	.sf-menu a {
		padding-left: 1em;
		padding-right: 1em;
	}
	.sf-arrows .sf-with-ul {
		padding-right: 2em;
	}
	.sf-arrows .sf-with-ul:after {
		right: .5em;
	}
	#masthead h1:after {
		display: table;
		content: " ";
		clear: both;
	} 
	#categories h3 {
		font-size: 15px !important;
	}
	[class^="icon-cat-"] {
		padding-left: 24px;
	}
	#categories > ul li li {
		font-size: 0.9286em;
	}
	[class^="icon-cat-"]:before {
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -9px;
		left:-2px;
	}
	.icon-cat-city:before {
		background-position: -17px 0;
	}
	.icon-cat-sport:before {
		background-position: -17px -20px;
	}
	.icon-cat-nature:before {
		background-position: -17px -40px;
	}
	.icon-cat-art:before {
		background-position: -17px -60px;
	}
	.icon-cat-other:before {
		background-position: -17px -80px;
	}
	.icon-cat-lang:before {
		background-position: -17px -100px;
	}
	.entry-content.hr:after, 
	.hfeed > li:before, 
	.entry-media-photos:before, 
	.entry-media-movies:before, 
	.entry-media-files:before {
		position: static;
		display: table;
		width: auto;
		background: transparent; 
		height: 0;
		border: 0 none;
	}
	.entry-content.hr {
		border-bottom: 1px solid #F49E40;
	}
	.hfeed > li, 
	.entry-media-photos, 
	.entry-media-movies, 
	.entry-media-files {
		border-top: 1px solid #F49E40;
	}
	.entry-content.hr + .hfeed > li:first-child, 
	.entry-content.hr + .entry-media-photos, .entry-content.hr + .entry-media-movies, .entry-content.hr + .entry-media-files {
		border-top: 0 none;
	}
	.col-m, .col-r, .index .col-m {
		margin-top: 2em;
	}
}

/* 820px width device */
@media screen and (max-width: 821px) {
	#tagline {
		font-size: 28px;
	}
}

/* 800px width device */
@media screen and (max-width: 801px) {
	[class^="icon-cat-"] {
		padding-left: 22px;
	}	
	#tagline {
		font-size: 25px;
	}
	#sitemap nav {
		display: block;
	}
	#sitemap nav > ul {
		display: block;
		padding-left: 0.641025641025641%;
		padding-right: 0.641025641025641%;
		padding-bottom: 0.641025641025641%;
	}
	#sitemap nav > ul:after {
		display: table;
		content: " ";
		clear: both;
	}
	#sitemap nav > ul > li, 
	#sitemap nav > ul > li:last-child, 
	#sitemap nav > ul > li:first-child {
		float: left;
		display: block;
		padding: 1.282051282051282% 0.641025641025641% 1.282051282051282%;
		width: 23.3974358974359%;
	}
	#sitemap nav > ul > li * {
		max-width: none;
	}
	#sitemap nav > ul > li:nth-child(4n+1) {
		clear: left;
	}	
	#sitemap nav > ul ul ul {
		margin: 1px 0 1px 1em;
	}
}

/* 768px width device */
@media screen and (max-width: 768px) {
	#categories > ul > li {
		float: left;
		width: 32%;
		margin-left: 0 !important;
	}
	#categories > ul > li:nth-child(3n+1) {
		clear: left;
	}
	#categories > ul > li:nth-child(4n+1) {
		clear: none;
	}
	#categories > ul > li:nth-child(3n+2) {
		margin: 0 2% !important;
	}
}

/* 720px width device */
@media screen and (max-width: 720px) {
	#logo {
    width: 160px;
    height: 160px;
	}
	#tagline {
		padding-top: 65px;
		padding-left: 160px;
		font-size: 23px;
	}
}

/* 660px width device */
@media screen and (max-width: 661px) {
	#masthead nav {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#masthead nav:before {
		content: none;
		display: none;
	}
	#tagline {
		font-size: 22px;
	}
	.modal-complex, .modal-simple {
		width: auto;	
		max-width: 480px;
		min-width: 300px;
	}
	.modal-simple {
		border: .35em solid #161616;
		border: .35em solid rgba(0, 0, 0, 0.65);
		padding: .75em;
	}
	.modal-body {
		max-height: 280px;
	}
}

/* 640px width device */
@media screen and (max-width: 641px) {
	#content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	[class^="col"] {
		float: none;
		width: auto;
		padding-left: 1.282051282051282%;
		padding-right: 1.282051282051282%;
		clear: both;
	}	
	.col-m {
		order: 3;
		margin: 1em 0;
	}
	.col-r {
		order: 2;
		padding: 0;
		margin: 1px 0 0;
	}
	.col-l {
		order: 1;
		border-top: 10px white solid;
	}
	.menu-utils, .calendar {
		display: none;
	}
	#activity-search {
		margin: 0;
		padding: 1.282051282051282%;
	}
	.index #activity-search {
		margin-bottom: 1em;
	}
	#activity-search fieldset {
		padding: 0;
	}
	#activity-search ul, #activity-search li, #activity-search .action {
		margin: 0;
		float: left;	
	}
	#activity-search label {
		line-height: 1em;
		text-shadow: 0 1px 0 rgba(255,255,255,.25);
		height: 1em;
		overflow:hidden;
	}
	#activity-search h2 {
		display: none;
	}
	#activity-search li, 
	#activity-search .action {
		margin-left: 2.564102564102564%;
	}
	#activity-search li:first-child {
		margin-left: 0;
	}
	#activity-search .btn-delta {
		line-height: normal;
		height: auto;
		padding: 1px 15px !important;
		display: block;
		margin-top: 1px;
	}
	#activity-search li {
		width: 31.623931623931625%;
	}
	#activity-search .action {
		width: 23.076923076923077%;
		margin-top: 1.2em;
	}
	#activity-search ul {
		width: 74.35897435897436%;
	}
	#logo {
    width: 120px;
    height: 120px;
	}
	#tagline {
		padding: 45px 20px 0 120px;
		font-size: 21px;
	}
}

/* 570px width device */
@media screen and (max-width: 571px) {
	#tagline {
		padding: 30px 20px 0 130px;
	}	
	#masthead nav {
		padding: 0
	}
	.sf-menu a {
		padding: .7142857142857143em 10px;
	}
	.sf-arrows .sf-with-ul {
		padding-right: 20px;
	}
	.sf-arrows .sf-with-ul:after {
		right: 5px;
	}	
	.sf-arrows ul .sf-with-ul:after {
		right: 4px;
	}
	#activity-search .btn-delta {
		padding: 1px 10px !important;
	}
}

/* 480px width device */
@media screen and (max-width: 481px) {
	#categories > ul > li, 
	#categories > ul > li:nth-child(n) {
		width: 48.717948717948715%;
	}
	#categories > ul > li:nth-child(n) {
		margin: 0 !important;
		clear: none !important;		
	}
	#categories > ul > li:nth-child(odd) {
		clear: both !important;
	}	
	#categories > ul > li:nth-child(even) {
		float: right;
	}	
	#sitemap nav {
		display: block;
	}
	#sitemap nav > ul > li, 
	#sitemap nav > ul > li:last-child, 
	#sitemap nav > ul > li:first-child {
		/* width: 31.623931623931625%; */ /* v.1 */
		width: 48.717948717948715%; /* v.2 */
	}
	#sitemap nav > ul > li:nth-child(n) {
		clear: none !important;
	}
	/* #sitemap nav > ul > li:nth-child(3n+1) {
		clear: left !important;
	} */ /* v.1 */
	#sitemap nav > ul > li:nth-child(odd) /* v.2 */, 
	#categories > ul > li:nth-child(odd) {
		clear: both !important;
	}	
	#sitemap nav > ul > li:nth-child(even) /* v.2 */,
	#categories > ul > li:nth-child(even) {
		float: right;
	}	
	#activity-search fieldset {
		position: relative;
	}
	#activity-search ul {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	#activity-search li, 
	#activity-search .action {
		 width: 48.717948717948715%;
	}
	#activity-search li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	#activity-search li + li + li label {
		margin-top: .2em;
	}
	#activity-search .action {
		position: absolute;
		margin: 0;
		z-index: 2;
		bottom: 0;
		right: 0;
	}	
	#activity-search .btn-delta {
		font-size: 1em;
		text-transform: uppercase;
		padding: 1px 5px !important;
		height: 1.9em;
		width: 100%;
	}
	.modal-complex, .modal-simple {
		max-width: 400px;
		min-width: 240px;
	}
	.modal-simple {
		border: .25em solid #161616;
		border: .25em solid rgba(0, 0, 0, 0.65);
		padding: .5em;
	}
	.modal-body {
		max-height: 200px;
	}
}

/* 460px width device */
@media screen and (max-width: 461px) {
	#masthead nav {
		font-weight: normal
	}
	#masthead nav > ul {
		float: none;
	}
	.sf-menu > li {
		float: none;
	}
	.sf-menu a {
		padding-top: .5em;
		padding-bottom: .5em
	}
	.sf-menu ul {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	.sf-menu ul ul {
		left: 0;
		top: 100%;
	}	
	.sf-menu ul ul li:hover > a, .sf-menu ul ul li.sfHover > a, .sf-menu ul ul li > a:focus, 
	.sf-menu ul ul li > a:hover, .sf-menu  ul ul li > a:active {
		background: #f8c67c;
	}
	.sf-arrows ul .sf-with-ul {
		padding-right: 20px;
	}
	.sf-arrows ul .sf-with-ul:after {
		right: 5px;
		right: 7.5px;
		margin-top: -2.5px;
		border-color: transparent;
		border-top-color: #fce2c6;
		border-top-color: rgba(255,255,255,.7);
	}	
	.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
		border-color: transparent;
		border-top-color: #fff;
	}
	.sf-menu ul a {
		padding-left: 20px;
	}
	.sf-menu ul ul a {
		padding-left: 30px;
	}
	#tagline {
		padding-left: 0;
	}
}

/* 400px width device */
@media screen and (max-width: 401px) {
	#tagline {
		font-size: 18px;
		letter-spacing: 0.0334em
	}	
	.tbl-reorganize {
		display: block;
		border-top: 0 none;
	}
	.tbl-reorganize tr {
		display: block;
		overflow: hidden;
		border-bottom: 1px solid #999;
	}
	.tbl-reorganize td, 
	.tbl-reorganize th {
		display: block;
		float: left;
		border: 0 none;
		background: none !important;
		padding: 5px;
	}
}

/* 360px width device */
@media screen and (max-width: 360px) {
	#tagline {
		padding-top: 40px;
		padding-right: 10px;
		font-size: 16px;
		line-height: 20px;
	}	
}

/* 320px width device */
@media screen and (max-width: 321px) {
	
}