/*

Theme Name: System zarzadzania nieruchomosciami
Description: System zarzadzania nieruchomosciami
Author: Patryk Sałek
Author URI: http://psalek.com
Version: 1.0

*/

/*
================================================== !!! ==================================================
	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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
================================================== !!! ==================================================
	CLEARFIX
================================================== !!! ==================================================
*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*
================================================== !!! ==================================================
	BODY & MISC
================================================== !!! ==================================================
*/

* {
	box-sizing: border-box;
}

body {
	font: bold 18px "Titillium Web";
}

.wrapper {
	width: 1160px;
	margin: 0 auto;
}

.mb20 {
    margin-bottom: 20px;
}

/*
================================================== !!! ==================================================
	TOP
================================================== !!! ==================================================
*/

#naglowek {
    position: relative;

	height: 320px;
	padding-top: 50px;
}

#wersje-jezykowe {
	height: 50px;
	padding-top: 9px;
	padding-left: 40px;
}

#wersje-jezykowe a {
	margin-right: 4px;
}

#wersje-jezykowe2 {
	height: 40px;
	padding-top: 4px;

	text-align: center;
}

#wersje-jezykowe2 a {
	margin-right: 4px;
}

#logo-kontener {
	float: left;

    overflow: hidden;
	display: block;
	width: 300px;
	height: 220px;
	padding-top: 0px;

	background-color: #ffffff;
    border-radius: 10px;

	text-align: center;
}

#naglowek-tytul {
	float: left;

	width: 860px;
}

#naglowek-tytul hgroup {
	/*height: 190px;*/
}

#naglowek-tytul h1 {
    margin-top: 130px;
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 10px;

    color: #fff;
    background: rgba(0,0,0,0.7);
    border-radius: 0 10px 10px 0;

    font: bold 36px/56px "Titillium Web", sans-serif;
    text-transform: uppercase;
}

#naglowek-tytul h2 {
	margin-left: 50px;

	color: #ffffff;

	font: bold 56px/56px "Titillium Web", sans-serif;
	text-transform: uppercase;
}

#naglowek-tytul h1 a, #naglowek-tytul h2 a {
	color: #ffffff;

	text-decoration: none;
}

#lupa {
	float: left;

	width: 300px;
	padding-left: 66px;
	padding-top: 75px;
}

#lupa a {
	display: block;

	width: 160px;
	height: 46px;

	color: #ffffff;
	background-color: #00c225;

	font: bold 16px/44px "Titillium Web", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	border-radius: 5px;

	opacity: 0.8;
}

#lupa a:hover {
	display: block;

	width: 160px;
	height: 46px;

	color: #ffffff;
	background-color: #00c225;

	font: bold 16px/44px "Titillium Web", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	border-radius: 5px;

	opacity: 1;
}


/*
================================================== !!! ==================================================
	SIDEBAR
================================================== !!! ==================================================
*/

#sidebar {
	float: left;

	width: 300px;
}

#menu {
	/*height: 324px;*/
    margin: 20px 0;
	padding: 20px 0;

	background-color: #f2f2f2;
    border-radius: 10px;
}

#menu ul li {
	padding: 0 30px;
}

#menu ul li a {
	display: block;

	background: url("img/arrow-right.png") no-repeat right;
	color: #333333;

	font: normal 18px/36px "Titillium Web", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul li a:hover {
	color: #00509d;
}

#kontakt {
	height: auto;
	padding: 25px 30px;
    margin-bottom: 20px;

	border: 1px solid #e6e6e6;
    border-radius: 10px;
}

#kontakt h3 {
	color: #00509d;
	background: url("img/arrow-down.png") no-repeat right;

	font: bold 24px/24px "Titillium Web", sans-serif;
	text-transform: uppercase;
}

#kontakt-info {
	padding-top: 25px;
	margin-top: 25px;

	border-top: 1px solid #cccccc;
}

#kontakt-info h4 {
	margin-bottom: 15px;

	color: #333333;

	font: bold 18px/18px "Titillium Web", sans-serif;
}

#kontakt-info p {
	margin-bottom: 15px;

	color: #333333;

	font: normal 14px/20px "Titillium Web", sans-serif;
}

#kontakt-info p:last-child {
	margin-bottom: 0;
}


/*
================================================== !!! ==================================================
	TREŚĆ
================================================== !!! ==================================================
*/

#tresc {
	float: right;

	width: 860px;
	padding: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#tresc p, #tresc article {
	margin-bottom: 20px;

	font-weight: normal;
}

.full-tresc {
    float: none !important;

    width: 100% !important;
    padding: 20px 0 !important;
}

.sekcja {
	position: relative;
	float: left;

    overflow: hidden;
	display: block;
	width: 410px;
	height: 324px;
    margin: 20px 0 0 20px;

    border-radius: 10px;
	opacity: 0.9;
    transition: all 0.2s;

	text-decoration: none;
}

.sekcja:hover {
	opacity: 1;
}

.sekcja h2 {
    display: inline-block;
    margin-top: 20px;
	padding: 15px 30px;

	color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 5px 5px 0;

	font: bold 24px/30px "Titillium Web", sans-serif;
	text-transform: uppercase;

	text-shadow: 0 0 15px rgba(0,0,0,0.35);
}

.sekcja p {
	position: absolute;
	bottom: 0;

    width: 100%;
	padding: 200px 30px 25px 30px;

	color: #ffffff;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );


	font: normal 14px/20px "Titillium Web", sans-serif;
}

/*.sekcja p:before {
	position: absolute;
	top:-20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent rgba(0,0,0,0.45) transparent;
	content: " ";
}*/

/*#katalog {
	width: 1160px;
	height: 200px;

	background: url("img/katalog.jpg?reload");
}

#katalog p {
	width: 100%;
}

#katalog2 {
	background: url("img/katalog2.jpg?reload");
}

#katalog2 p {
	width: 100%;
}*/

/*
================================================== !!! ==================================================
	STOPKA
================================================== !!! ==================================================
*/

#stopka {
	height: 200px;
    padding-top: 20px;

	color: #ffffff;
	background: url("img/stopka.jpg");

	font: normal 12px/48px "Titillium Web", sans-serif;
}

#stopka a {
	color: #ffffff;

	font-weight: bold;

	text-decoration: none;
}

#stopka a:hover {
	border-bottom: 1px solid #ffffff;
}

#unia-kontener {
	height: 130px;
	padding-top: 15px;

	background-color: #ffffff;
    border-radius: 10px;

	text-align: center;
}

#stopka-lewy {
	float: left;
}

#stopka-prawy {
	float: right;
}

/*
================================================== !!! ==================================================
	LANDING
================================================== !!! ==================================================
*/

.landing {
	padding: 100px 0;

	color: #333333;

	font: normal 24px/36px "Titillium Web", sans-serif;
	text-align: center;
}

.ninja-forms-required-items {
	display: none;
}

#ninja_forms_field_6_label {
	display: none;
}

#ninja_forms_field_6 {
	float: left;

	width: 500px !important;
	height: 46px !important;
	padding: 0 30px;

	background-color: #f3f3f3;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

#ninja_forms_field_6_div_wrap, #ninja_forms_field_7_div_wrap {
	float: left;
	margin: 20px 0;
}

#ninja_forms_field_6_div_wrap {
	margin-left: 215px;
}

.landing-submit {
	float: left;

	width: 200px !important;
	height: 46px !important;
	margin-left: 30px;
	padding: 0 30px;

	background-color: #00c225;
	color: #ffffff;
	border: 0;

	font: bold 18px/18px "Titillium Web", sans-serif;
	text-transform: uppercase;

	border-radius: 5px;
	cursor: pointer;
}

.landing-submit:hover {
	opacity: 0.8;
}

/*
================================================== !!! ==================================================
	KATALOG
================================================== !!! ==================================================
*/

#katalog-tresc {
	float: right;

	width: 840px;
	min-height: 648px;
	padding: 0;

	color: #333333;

	font-size: 14px;
	font-weight: normal;
}

#katalog-tresc article {
	padding: 20px;
    margin-bottom: 20px;

	background-color: #f5f5f5;
    border-radius: 10px;
}

#katalog-tresc article:nth-child(2n+1) {
	background-color: #e5e5e5;
}

#katalog-tresc article h2 {
	padding-bottom: 15px;
	margin-bottom: 20px;

	color: #b80e0c;
	border-bottom: 1px solid #b7b7b7;

	font-size: 24px;
	line-height: 40px;
}

#katalog-tresc article h3 {
	padding-bottom: 15px;
	margin-bottom: 20px;

	color: #004a93;
	border-bottom: 1px solid #b7b7b7;

	font-size: 20px;
	line-height: 32px;
}

#katalog-tresc article h2 a {
	color: #b80e0c;

	text-decoration: none;
}

#katalog-tresc article h4 {
	margin-bottom: 5px;

	color: #333333;

	font-size: 18px;
	line-height: 24px;
}

#katalog-tresc article h5 {
	margin-bottom: 10px;

	color: #5578a9;

	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

#katalog-tresc article .katalog-content {
	margin-bottom: 20px;

	line-height: 24px;
}

#katalog-tresc article .katalog-content ul {
	padding-left: 25px;

	list-style-type: disc;
}

.www {
	float: right;

	padding-left: 45px;

	background: url("img/www.png") no-repeat left;
	color: #00c224;

	font-size: 24px;
	line-height: 40px;
	text-decoration: none;
}

.powierzchnia {
	float: right;

	padding-left: 45px;

	background: url("img/powierzchnia.png") no-repeat left;
	color: #00c224;

	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	text-decoration: none;
}

.szczegoly {
	display: block;

	background-color: #0175be;
	color: #ffffff;

	font-size: 22px;
	line-height: 46px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

	border-radius: 5px;
}

.szczegoly:hover, .www:hover, #katalog-tresc article h2 a:hover {
	opacity: 0.8;
}

.w33 {
	float: left;

	width: 33%;
	padding-right: 15px;
}

.katalog-pojedynczy {
	float: right;

	width: 860px;
	min-height: 648px;
	padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

	font-weight: normal;

	background-color: #f5f5f5;
    border-radius: 10px;
}

.katalog-pojedynczy article, .katalog-pojedynczy article:nth-child(2n+1) {
	background: transparent !important;
}

#pdf-download {
	color: #d0041d;

	text-decoration: none;
	font-weight: bold;
}

#pdf-download img {
	margin-right: 5px;

	vertical-align: middle;
}

/*
================================================== !!! ==================================================
	MAPA
================================================== !!! ==================================================
*/

.body-mapa {
	height: 100%;
}

#mapa #map {
	width: 100% !important;
}

#sidebar-mapa {
	position: fixed;

	width: 320px;
	height: 100%;

	background-color: #ffffff;
}

#header-mapa {
	width: 100%;
	height: 320px;
	padding: 0 20px;

	background: url("img/header-mapa.jpg");
}

#logo-mapa {
	display: block;
	width: 280px;
	height: 90px;
	margin-bottom: 40px;

	background: #ffffff;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	/*text-indent: -9999px;*/

	text-align: center;
}

#logo-mapa img {
	max-height: 90px;
}

#header-mapa h1 {
	color: #ffffff;

	font-size: 20px;
	text-align: center;

	text-transform: uppercase;
	/*letter-spacing: 0.5px;*/
}

#header-mapa h2 {
	color: #ffffff;

	font-size: 28px;
	text-align: center;

	text-transform: uppercase;
	/*letter-spacing: 0.5px;*/
}

#header-mapa hgroup a {
	opacity: 1;
}

#header-mapa hgroup a:hover {
	opacity: 0.8;
}

#header-mapa p {
	margin: 10px 0 22px;

	color: #ffffff;

	font-style: italic;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

#header-mapa form {
	position: relative;
}

#header-mapa form input[type=text] {
	float: left;

	display: block;
	height: 46px;
	width: 234px;
	padding: 0 20px;
	margin-right: 0;

	border: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

#header-mapa form input[type=submit] {
	float: left;

	display: block;
	height: 46px;
	width: 46px;

	background: #00c225 url("img/szukaj.png") no-repeat center;
	border: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;

	text-indent: -9999px;

	cursor: pointer;
}

#header-mapa form input[type=submit]:hover {
	background: #33ce51 url("img/szukaj.png") no-repeat center;
}

#header-mapa a {
	text-decoration: none;
}

#warstwy-mapa {
	overflow-y: scroll;
	padding: 20px;
	height: 546px;

	margin-bottom: 105px;
}

#warstwy-mapa h3 {
	color: #00509d;
	background: url("img/arrow-down.png") no-repeat right;

	font: bold 24px/24px "Titillium Web", sans-serif;
	text-transform: uppercase;
}

#warstwy-mapa .separator {
	margin: 18px 0 20px;
	height: 1px;

	background-color: #d6d6d6;
}

#footer-mapa {
	position: absolute;
	bottom: 0;

	width: 320px;
	height: 105px;
	padding: 20px;

	background: url("img/footer-mapa.jpg") no-repeat;
}

#footer-mapa p {
	margin-bottom: 12px;

	color: #cccccc;

	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

#footer-mapa a {
	color: #cccccc;

	text-decoration: none;
	font-weight: bold;
}

#footer-mapa a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#mapa {
	margin-left: 320px;
}

#mapa article {
	height: 100vh;
}

#mapa article > #map  {
	min-height: 100%;
	/*height: auto !important;*/

	border: none !important;
}

.leaflet-control-layers {
	display: none;
}

.tereny-foto {
	float: left;

	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.tereny-foto img {
	display: inline-block;

	margin-bottom: 10px;
}

.tereny-container {
	float: right;

	width: 480px;
}

.tereny-lewy {
	float: left;

	width: 40%;
}

.tereny-prawy {
	float: right;

	width: 60%;
}

.tereny-container table  {
	width: 100%;
	margin-bottom: 20px;
}

.tereny-container tr:nth-child(2n+1)  {
	background-color: #ffffff;
}

.tereny-container td  {
	padding: 7px 20px;
}

.tereny-container td:first-child  {
	font-weight: bold;
}

#warstwy-mapa div ul .layer_container {
	display: block;
	margin-bottom: 10px;

	background: #eeeeee url("img/arrow-right-mapa.png") no-repeat right top;

	border-radius: 5px;
}

#warstwy-mapa ul .layer_container label {
	overflow: hidden;
	display: block;
	padding: 8px 30px 8px 15px;

	color: #333333;

	font-weight: bold;
	font-size: 12px;
	line-height: 12px;

	cursor: pointer;
}

#warstwy-mapa ul .layer_container label input[type=checkbox] {
	float: left;

	display: block;
	margin-right: 15px;
	margin-top: 5px;

	cursor: pointer;
}

#warstwy-mapa ul .layer_container label img {
	float: left;

	display: block;
	width: 20px;
	margin-right: 15px;

	vertical-align: middle;
}

#warstwy-mapa ul .layer_container label .text {
	float: left;

	display: block;
	margin-top: 3px;
}

#warstwy-mapa .type_container {
	margin-left: 20px;
}

.separator-warstwy {
	height: 1px;
	margin: 0 12px;

	background-color: #dddddd;
	/*border-bottom: 1px solid rgba(255,255,255,0.3);*/
}

.screen-reader-text {
	display: none;
}

#reset-search {
	position: absolute;
	right: 60px;
	top: 13px;

	display: block;
	width: 20px;
	height: 20px;

	background: url("img/reset.png") no-repeat;
	opacity: 0.1;
}

#reset-search:hover {
	opacity: 0.3;
}

.leaflet-container, .leaflet-popup-content {
	min-width: 200px;

	font-style: "Titillium Web", sans-serif !important;
}

.leaflet-popup-content {
	max-width: 200px;
}

.leaflet-popup-content h3 {
	margin-top: 8px;
	padding-bottom: 18px;
	margin-bottom: 10px;

	color: #d0041d;
	border-bottom: 1px solid #b7b7b7;

	font: bold 18px/18px "Titillium Web";
}

.leaflet-popup-content p {
	margin: 0 0 6px !important;
}

.leaflet-popup-content .read_more {
	display: block;
    background-color: #0175BE;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #FFF;
    font-size: 22px;
    line-height: 46px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
	font: bold 18px/40px "Titillium Web";
}

.leaflet-popup-content .read_more:hover {
	opacity: 0.8;
}

.leaflet-container a.leaflet-popup-close-button {
	top: 10px !important;
	right: 10px !important;
}

/*
================================================== !!! ==================================================
	KALENDARZ
================================================== !!! ==================================================
*/

#kalendarz {
	float: right;

	width: 860px;
	padding: 30px;
}

#kalendarz .tribe-events-read-more {
	color: #00509D;
}

#kalendarz h1 {
	margin-bottom: 10px;

	color: #00509D;

	font-size: 30px;
}

.tribe-events-month-event-title {
	padding: 7px 10px 0 10px !important;
}

.tribe-events-month-event-title a {
	color: #d0041d;
}

.tribe-events-list-event-title, .tribe-events-list-event-title a, .tribe-events-single-event-title  {
	color: #d0041d !important;
}

#kalendarz .entry-title {
	font-size: 28px;
}

.tribe-events-single-section {
	border: 1px solid #dddddd;
}

.tribe-events-cal-links {
	float: right;

	width: 400px;
}

.tribe-events-button {
	/*display: inline;*/
	margin-left: 10px;

	clear: none !important;
}

.tribe-events-sub-nav {
	display: none;
}

.tribe-events-single-event-description {
	margin-bottom: 20px;

	color: #666666;

	font-weight: normal;
}

.ui-datepicker-calendar {
	display: none !important;
}

/*
================================================== !!! ==================================================
	TESTYMONIALE
================================================== !!! ==================================================
*/

.testymoniale iframe {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.testymoniale h2 {
	text-align: center;
}

.testymoniale p {
	display: block;

	margin-top: 20px;
}

/*
================================================== !!! ==================================================
	COOKIE
================================================== !!! ==================================================
*/

#cookie-law-info-bar {
	border-top: 0 !important;
	background-color: #333333 !important;
	color: #ffffff !important;
	font-weight: normal;
	padding: 10px 0 !important;
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,0.3);
	box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.cli-plugin-button {
	background: #ffffff !important;
	color: green !important;
	border-radius: 3px !important;
}

.cli-plugin-button:hover {
	opacity: 0.8;
}

.cli-plugin-main-link {
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
}

.cli-plugin-main-link:hover {
	opacity: 0.8;
}


.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
    width: 100%;
    padding: 8px 10px;

    border: 1px solid #dddddd;
}

/*
================================================== !!! ==================================================
	WYSZUKIWARKA MAIN
================================================== !!! ==================================================
*/

#search-newsletter-container {
    position: absolute;
    top: 0;
    right: 0;
}

#main-search {
    float: left;

    padding: 15px 0;
}

#main-search input[type=text] {
    float: left;

    width: 180px;
    height: 35px;

    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 3px 0 0 3px;

    text-indent: 10px;
}

#main-search input[type=submit] {
    float: left;

    width: 60px;
    height: 35px;

    border: 1px solid #cccccc;
    border-radius: 0 3px 3px 0;
    cursor: pointer;

    transition: all 0.2s;
}

#main-search input[type=submit]:hover {
    background-color: #f5f5f5;
}

.newsletter-link {
    float: left;

    margin: 20px 20px 0 0;

    color: #ffffff;
    opacity: 0.8;

    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

.newsletter-link:hover {
    opacity: 1;
}

.alo_easymail_widget_form_public .alo_easymail_form_table {
    width: 100%;
}

.alo_easymail_widget_form_public .alo_easymail_form_table td {
    padding-bottom: 10px;
}

.alo_easymail_widget_form_public .alo_easymail_form_table td:first-child {
    width: 30%;
    padding-right: 30px;
}

.alo_easymail_widget_form_public .alo_easymail_form_table td:first-child label {
    display: block;

    text-align: right;
    line-height: 40px;
}

.alo_easymail_widget_form_public .alo_easymail_form_table td:last-child {
    width: 70%;
}

.alo_easymail_widget_form_public .alo_easymail_form_table td:last-child input {
    width: 100%;
    height: 40px;

    border: 1px solid #e5e5e5;
    border-radius: 5px;

    text-indent: 15px;
}

.alo_easymail_lists_table {
    padding-top: 20px;
}

.alo_easymail_lists_table table {
    margin-left: 40px;
    margin-top: 10px;
}

.alo_easymail_widget_form .input-submit {
    display: block;
    width: 100%;
    margin: 20px 0;

    color: #fff;
    background-color: #00c225;
    border: none;
    opacity: 0.8;
    transition: all 0.2s;
    cursor: pointer;

    font: bold 16px/44px "Titillium Web", sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
}

.alo_easymail_widget_form .input-submit:hover {
    opacity: 1;
}

.tablepress {
    width: 100%;

    font-size: 12px;
}

.tablepress thead th {
    background-color: #eeeeee !important;
}

.tablepress .sorting:hover {
    background-color: #dddddd !important;
}

.dataTables_filter {
    margin-bottom: 10px;
}

.page-title {
    margin-bottom: 10px;

    color: #004485;

    font-size: 36px;
}


/*
================================================== !!! ==================================================
	AKTUALNOŚCI
================================================== !!! ==================================================
*/

#aktualnosci-tresc {
	float: right;

	width: 840px;
    margin: 20px 0;
	min-height: 648px;
	padding: 0;

	color: #333333;
    background-color: #f5f5f5;
    border-radius: 10px;

	font-size: 14px;
	font-weight: normal;
}

#aktualnosci-tresc .page-title {
	margin: 20px 0 0 20px;
}

#aktualnosci-tresc article {
	padding: 20px;

	/*background-color: #f5f5f5;*/
}

#aktualnosci-tresc article:nth-child(2n+1) {
	/*background-color: #e5e5e5;*/
}

#aktualnosci-tresc article h2 {
	padding-bottom: 15px;
	margin-bottom: 20px;

	color: #b80e0c;
	border-bottom: 1px solid #b7b7b7;

	font-size: 24px;
	line-height: 40px;
}

#aktualnosci-tresc article h3 {
	padding-bottom: 15px;
	margin-bottom: 20px;

	color: #004a93;
	border-bottom: 1px solid #b7b7b7;

	font-size: 20px;
	line-height: 32px;
}

#aktualnosci-tresc article h2 a {
	color: #b80e0c;

	text-decoration: none;
}

#aktualnosci-tresc article h4 {
	margin-bottom: 5px;

	color: #333333;

	font-size: 18px;
	line-height: 24px;
}

#aktualnosci-tresc article h5 {
	margin-bottom: 10px;

	color: #5578a9;

	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

#aktualnosci-tresc article .aktualnosci-content {
	margin-bottom: 20px;

	line-height: 24px;
}

#aktualnosci-tresc article .aktualnosci-content ul {
	padding-left: 25px;

	list-style-type: disc;
}

.menu-map-button {
    display: block;

	width: 260px;
	height: 46px;
    margin: 0 20px 10px;

	color: #ffffff;
	background-color: #00c225;
    opacity: 0.8;
    transition: all 0.2s;

	font: bold 16px/44px "Titillium Web", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	border-radius: 5px;
}

.menu-map-button:hover {
	opacity: 1;
}

.posr {
    position: relative;
}

.mt20 {
    margin-top: 20px;
}

.back-button {
	float: right; 
	/*width: 100px; */
	height: 40px; 
	margin-top: 15px;
	padding: 0 20px;

	background-color: #eeeeee; 
	border-radius: 3px; 
	border: 1px solid #dddddd;
	cursor: pointer;
	color: #333333;

	font-size: 16px;
	line-height: 38px;
	text-decoration: none;
}

.back-button:hover {
	background-color: #f5f5f5;
}