
/* Globalne */
body,html {
	min-height: 100%;

	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {

	
				background-color: #EFEFEF;
		
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;

	


	/*height: 100vh;*/

	-webkit-tap-highlight-color:rgba(0,0,0,0);

	/*
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	*/

	margin: 0;
	font-family:'Tahoma',sans-serif;
	font-size:13px;

/*
	font-weight:400;
	font-weight:lighter;
*/

	line-height: 20px;

	text-shadow: none !important;

	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:100%;
/*
	-moz-osx-font-smoothing:grayscale;
*/

	color: #001800;
}

body.sub {

	
				background-color: #EFEFEF;
		
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;

	
}

a, a:visited, a:focus {color: #006400; text-decoration: none; outline:0;}
a:hover {color: #008000; text-decoration: none; outline:0;}

a.tag:before {content:'#';}

h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 0px 0px;
}
h1{
	font-size:32px;
	font-weight:400!important;
	line-height:1.2;
}
h1.title {
	font-size:30px;
	font-weight:300!important;
	line-height:1.1;
	margin: 0!important;
}
h2{
	font-size:20px;
	font-weight:400!important;
	line-height:1.2;
}
h3{
	font-size:18px;
	font-weight:400;
	line-height:1em;
}
h4{
	font-size:16px;
	font-weight:400;
	line-height:1em;
}
h5{
	font-size:15px;
	font-weight:400;
	line-height:1em;
}
h6{
	font-size:13px;
	font-weight:400;
}
p{
	font-family:'Verdana',sans-serif;
	font-size:12px;
	font-weight:400;
	margin: 0px 0px 10px 0px;
}

h1,h2,h3{
	font-family:'Tahoma',sans-serif
}

h4,h5,h6{
	font-family:'Verdana',sans-serif
}

ul{list-style:none outside}
ol{list-style:decimal}
ol ol{list-style:lower-alpha}

ul.disc{list-style:disc outside}
ul.circle{list-style:circle outside}
ul.square{list-style:square outside}
ul.clear{padding-left:0px}

article ul{list-style:square outside}

ul,
ol {
	padding-left: 20px;
	margin: 0px;
}

li {
	line-height: 13px;
	margin-bottom: 15px;
}

ul.attributes{margin:3px 0px;}
ul.attributes li{margin-bottom:7px;}

dl {
  margin-top: 0px;
  margin-bottom: 20px;
}
dl:last-of-type {
  margin-bottom: 0px;
}


dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

blockquote{font-style:italic; margin: 0px 0px 20px 0;padding:0 0 0 15px;border-left: 1px solid #006400;}
blockquote p{font-style:italic; margin: 0px 0px 5px 0;line-height: 1.5;font-weight: 300;}

blockquote cite{color:#006400 !important; display:block;font-size:12px;padding:0}
blockquote cite:before{content:"\2014 \0020"}

hr {
	padding: 0;
	height: 1px;
	overflow: visible;
	border: none;
	text-align: center;

					background-image: radial-gradient(#006400 15%, #008000 35%, rgba(255, 255, 255, .1) 75%);
		
}
hr:after {
	display: inline-block;
	position: relative;
	top: -0.7em;

	padding: 0 5px;
	background: whitesmoke;
	border: 1px solid #aaa;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
hr.details:after {
	content: "Szczegóły";
}
hr.gallery:after {
	content: "Zdjęcia";
}
hr.raport:after {
	content: "Raport";
}
hr.contact:after {
	content: "Kontakt";
}
hr.profil:after {
	content: "Profil";
}
hr.settings:after {
	content: "Ustawienia";
}
hr.or:after {
	content: "Lub";
}

sub,
sup {
	position: relative;
	font-size: 75%;
	font-weight: bold;
	line-height: 0;
	vertical-align: baseline;

	color:#008000
}

sup {top: -0.5em;}
sub {bottom: -0.25em;}

label {
	display: block;
	padding: 0px 0px 5px 0px;
	position: relative;
}

details {
	opacity: 0.2;
}

/**********/
/* Canvas */

canvas {
	position: relative;

/*
	width: 100% !important;
	height: auto !important;
*/
}

/***********/
/* Obrazki */

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img.item {
	width: 100%;
	height: auto;
	border: 0px solid #888;
	padding: 10px; 

	box-sizing: border-box;

	box-shadow: 0 0 12px #888;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;

}
img.arts {
	width: 100%;
	height: auto;
	border: 0px solid #888;
	padding: 0px; 

	box-sizing: border-box;

	border-bottom:3px solid #008000}

.zoom {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

form {
	margin:0px;
	}

/***********/
/* Tabelki */

table {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table caption {
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	font-size: 16px;
}

.table th,
.table td {
	padding: 8px 4px;

	text-align: left;
}

.table th h5,
.table td h5 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 5px 0px !important;
}


.table th p,
.table td p {
	font-size:12px;
	margin: 0px;
	text-align: left;

-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;

/*
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
*/

}

table thead th {
	vertical-align: bottom;
	font-weight: bold;
/*
	white-space: nowrap;
*/
}

table tfoot tr {
	vertical-align: top;
	font-weight: bold;
}


/**********/
/* Cennik */

/* Table hover color */
	.table-hover tbody tr:hover > th,
	.table-hover tbody tr:hover > td {

							background-color: rgba(0, 0, 0, .04)!important;
		
		color: #006400!important;
		}
/* Ramkowanie cennikowe top */
	.table thead tr th.ramka {
		text-align: center;
		vertical-align: middle;

							background-color: rgba(0, 0, 0, .05);
		
		color: #001800;

		border-top: 1px solid #006400;
		border-left: 1px solid #006400;
	}
	.table thead tr th.ramka:last-of-type {

							background-color: rgba(0, 0, 0, .05);
		
		color: #001800;

		border-right: 1px solid #006400;
	}
/* Ramkowanie cennikowe tabeli */
	.table thead tr {
		color: #006400;
		border: 0px;
		border-bottom: 1px solid #006400;
	}

	.table tbody tr:first-of-type {
		border-top: 0px;
		}
	.table tbody tr {


							border-bottom: 1px solid rgba(0, 0, 0, .05);
		

		}

/* Ramkowanie cennikowe kolumn tbody */
		.table tbody tr td.ramka {

										background-color: rgba(0, 0, 0, .05);
			
			text-align: center;
			border-left: 1px solid #006400;
			}
		.table tbody tr td.ramka:last-of-type {

										background-color: rgba(0, 0, 0, .05);
			
			text-align: center;
			border-right: 1px solid #006400;
			}

	.table tbody tr:last-of-type {
		border-bottom: 0px;
		}

	.table tfoot tr {
		color: #006400;
		border: 0px;
		border-top: 1px solid #006400;
	}
/* Ramkowanie cennikowe bottom */
	.table tfoot tr td.ramka {
		text-align: center;
		vertical-align: middle;

							background-color: rgba(0, 0, 0, .05);
		
		color: #001800;

		border-bottom: 1px solid #006400;
		border-left: 1px solid #006400;
	}
	.table tfoot tr td.ramka:last-of-type {

							background-color: rgba(0, 0, 0, .05);
		
		color: #001800;

		border-right: 1px solid #006400;
	}

/***********/
/* Listing */

div.listing_list {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;

	align-items: stretch;
	padding-top: 10px;
	padding-bottom: 10px;



							border-bottom: 1px solid rgba(0, 0, 0, .05);
		
}

div.listing_list:first-of-type {

	padding-top: 0px;

}

div.listing_list:last-of-type {
	padding-bottom: 0px;
	border-bottom: 0px;
}

	div.listing_list.toplist {

		margin-top: 10px;
		margin-bottom: 10px;

		margin-left: -10px;
		margin-right: -10px;

		padding-left: 10px;
		padding-right: 10px;

/*
		border-left: 1px solid #008000 !important;
		border-right: 1px solid #008000 !important;

		border-top: 1px solid #008000;
		border-bottom: 1px solid #008000 !important;
*/


				/*
			border-left: 1px solid rgba(0, 0, 0, .05) !important;
			border-right: 1px solid rgba(0, 0, 0, .05) !important;
*/
			border-top: 1px solid rgba(0, 0, 0, .05) !important;
			border-bottom: 1px solid rgba(0, 0, 0, .05) !important;

		
			border-left: 2px solid #008000 !important;
			border-right: 2px solid #008000 !important;

	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	background: #EFEFEF;

	}

	div.listing_list.toplist:first-of-type {
		padding-top: 10px;
		margin-top: 0px;
	}

	div.listing_list.toplist:last-of-type {
		padding-bottom: 10px;
		margin-bottom: 0px;
	}


div.listing_list .image {
	display:block;

	align-items: center;
	justify-content: center;
	text-align: center;

	padding: 0px 10px 0px 0px;
}

div.listing_list .details {
	display:block;

	align-items: center;
	justify-content: center;
	text-align: left;

	padding: 0px 0px 0px 0px;
}

div.listing_list .details td.item {
	font-size: 14px;
	font-weight: bold;
	color: #006400;
	vertical-align: top;
}

div.listing_list .details td.price {
	font-size: 14px;
	font-weight: bold;
	color: #006400;
	vertical-align: top;
}

div.listing_list .details td p {
	text-align: left;
	margin: 0px;
	word-break: break-all;
}

div.listing_list .details .ellipsis {
/*
	white-space: nowrap;
*/
	overflow: hidden;
	text-overflow:ellipsis;
}


/**************/
/* Hottingowe */

.hot:before {
content: 'Nowość';
margin-right: 5px;
color: #008000;
text-shadow: 0px 0px 5px #008000;
animation-name: blinking;
animation-duration: 0.7s;
animation-iteration-count: infinite;
animation-direction: alternate;
	}





/***************/
/* Zestawienie */

	.table thead tr th.rotate {
		color: #001800;

/*
		height: 100px;
*/

		transform: translate(-20px, -10px) rotate(315deg);
	}

	.table thead tr th.sort {
/*
		width: 20px;
*/
	}

	.table thead tr th.rotate > div {
		position: fixed;
		white-space: nowrap;
	}

	.table tbody tr td.rotate {
		text-align: center;
	}

.filtering {display: none}

/********/
/* Body */




						
			









	.home_page.right_content{


				
		}


	.home_page.left_content{


				
		}

	.contentWrapper{
							background-color:#ffffff;
			background-color:rgba(255,255,255, .85);
				}



/* Boczki */

.home_page.left_content {
	display: table;

	height: 100%;
	min-height: 100%;
	max-height: 100%;

	z-index:399;
	position:absolute;

}
.home_page.right_content {
	display: table;

	height: 100%;
	min-height: 100%;
	max-height: 100%;

	z-index:398;
	position:absolute
}


.left_Holder {
	display: table-cell;
	vertical-align: middle;
}
.right_Holder {
	display: table-cell;
	vertical-align: middle;
}





/********** NIE KUMAM TU NIC ***********************/




.row-fluid{width:100%;*zoom:1}
.row-fluid:after,
.row-fluid:before{display:table;line-height:0;content:""}
.row-fluid:after{clear:both}
.row-fluid [class*=span]{
	display:block;
	float:left;
	width:100%;
	min-height:30px;
	margin-left:0;

	*margin-left:2.5109110747408616%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:
	border-box;
	box-sizing:border-box
}

.row-fluid [class*=span]:first-child{padding-right:0}

/**********************************/

.row-fluid p {text-align: justify;}


/* Logotyp */



						.logo {

	margin: 15px;
}
			
img.logo_bar {
/*	width: 240px; */
	height: 64px;
}

img.logo_box {
	width: 64px;
	height: 64px;
}

a.button {
	margin: 0 auto;
	display: table;

	font-weight: bold;
	font-family: arial;

	text-transform: uppercase;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

a.button:hover {
-webkit-box-shadow: 0px 0px 10px #006400;
-moz-box-shadow: 0px 0px 10px #006400;
box-shadow: 0px 0px 10px #006400;

animation: none;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

a.button.mini i,
a.button.mini span {font-size: 18px; line-height: 1em;}
a.button.midi i,
a.button.midi span {font-size: 22px; line-height: 1em;}
a.button.maxi i,
a.button.maxi span {font-size: 26px; line-height: 1em;}
a.button.giga i,
a.button.giga span {font-size: 30px; line-height: 1em;}

a.button i {
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;

	background: #008000;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 60%, #008000 100%);

	padding: 5px 4px 5px 5px;
	border: 1px solid #008000;

	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;

	color: white;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

a.button span {
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;

					background-color: #000000;
	background-color: rgba(255, 255, 255, .95);
		
	padding: 5px 10px 5px 10px;
	border: 1px solid #008000;
	border-left: 0px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;

	color: #008000;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

/* Przycisk telefonu */
.call2action:before {
	background: #008000;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 60%, #008000 100%);

	padding-left: 8px;
	padding-right: 8px;

	margin-right: 10px;
	color: white;
}
.call2action {

					background-color: #000000;
	background-color: rgba(255, 255, 255, .25);
		
	color: #008000;
	font-size: 28px;
	font-weight: bolder;
	font-family: arial;
	line-height: 1em;
	text-transform: uppercase;

	display: inline-block;
	padding:0px 10px 0px 0px;
	border: 1px solid #008000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	overflow: hidden;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;

animation-name: calling;
animation-duration: 1.0s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.call2action:hover {
	color: #006400;

-webkit-box-shadow: 0px 0px 15px #006400;
-moz-box-shadow: 0px 0px 15px #006400;
box-shadow: 0px 0px 15px #006400;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;

animation: none;
}

/* Przycisk advertow */
.call2action.plus {
	font-size: 36px;
	font-weight: bold;

	margin: 10px 0px;

					background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, .75);
		
}

/* Przycisk telefonu */
.call2action.phone:before {
	content: '✆';
}
/* Przycisk advertow */
.call2action.plus:before {
	content: '+';
}

/***********/
/* Dodatki */

.filterbar {
	display:table;
	width:100%;
	background: #fff;

background-color: rgba(0, 0, 0, .05);

border-radius: 4px;
border: 0px solid #ccc;
}

.filterbar .l {float:left;}
.filterbar .c {}
.filterbar .r {float:right;}

.filterbar ul {
padding: 0;
}

.filterbar ul.nav li {

margin:0px;
position: relative;

float: left;
}

.filterbar ul.nav li a {
display: block;
padding: 10px 12px 9px 12px;
clear: both;
color: #333;
white-space: nowrap;
}

.filterbar ul.nav.r li a {
border-left: 1px solid #ccc;
}

.filterbar ul.nav li a.active {
color: #006400;
}

.filterbar ul.nav li ul.dropdown-menu {
position: absolute;
top: calc(100% + 0px);
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 118px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-top: 0px;
border-radius: 4px;

margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;

}

.filterbar ul.nav li ul.dropdown-menu li {
display:block;
width:100%;
}

.filterbar ul.nav li ul.dropdown-menu li a {
padding: 7px 15px;
border: 0;
font-weight: normal;
}

.filterbar ul.nav li ul.dropdown-menu li a.active {
color: #006400;
}

.filterbar ul.nav li ul.dropdown-menu li a:hover {
text-decoration: none;
background-color: #f5f5f5;
}

.filterbar ul.nav li.open ul.dropdown-menu {
display: block;
}

.filterbar ul.nav li.open > a,
.filterbar ul.nav li.open > a:focus,
.filterbar ul.nav li.open > a:hover {

}




.region {
	width: 20px;
	height: 20px;
	float: left;
	display: block;
	margin-right: 10px;
}

.init {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #001800;
	float: left;
padding: 2px;
margin-right: 10px;

	max-width: 180px;
}
	.thumbnail_list .imgBorder_inner:hover { border: 1px solid red; }
	.thumbnail_list a:hover .imgBorder{ border: 1px solid red; }

	.thumbnail_list .imgBorder{background-color:rgba(0,0,0, .25); }
	.thumbnail_list .imgBorder:hover{ background-color:rgba(0,0,0, .5); }


.border {
	display: block;
	overflow: hidden;
	position: relative;
	width: calc(100% - 2px - 30px);

	padding: 15px 15px 0px 15px;

					background-color: rgba(255, 255, 255, .7);
		
					border: 1px solid #DDD;
		
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}
.border:hover {

					border: 1px solid #006400;
		
	-webkit-box-shadow: 0px 0px 15px #008000;
	-moz-box-shadow: 0px 0px 15px #008000;
	box-shadow: 0px 0px 15px #008000;

	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.border h5, .border h6 {
	margin: 0px 0px 15px 0px !important;
}

table.featured {

}

table.featured thead th,
table.featured tbody td,
table.featured tfoot td {
	vertical-align: top;
	padding: 0px 0px 15px 0px;
	border: 0;
}
table.featured tbody td:nth-child(1) {
	padding-right: 10px;
	box-sizing: border-box;
	border-right: 0px solid #006400;
}
table.featured thead tr:last-child th,
table.featured tbody tr:last-child td,
table.featured tfoot tr:last-child td {
	padding-bottom: 0px;
}

table.featured tbody tr,
table.featured tfoot tr {
	border:0;
}

table.featured p {
	text-align: left;
}

.ribbon {
	background-color: #006400;
	color: #fff;

	-webkit-box-shadow: 0px 0px 10px #008000;
	-moz-box-shadow: 0px 0px 10px #008000;
	box-shadow: 0px 0px 10px #008000;

	text-shadow: 0 0 5px #444;

	white-space: nowrap;
	display: block;
	width: 150px;
	float: right;

	padding: 5px 0;
	text-align: center;
	position: absolute;
	right: -48px;
	top: 15px;


	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ribbon.green {
	background: #155724;
	color: #fff;
	
	-webkit-box-shadow: 0px 0px 10px #155724;
	-moz-box-shadow: 0px 0px 10px #155724;
	box-shadow: 0px 0px 10px #155724;
}

.ribbon.yellow {
	background: #856404;
	color: #fff;

	-webkit-box-shadow: 0px 0px 10px #856404;
	-moz-box-shadow: 0px 0px 10px #856404;
	box-shadow: 0px 0px 10px #856404;
}

.ribbon.red {
	background: #721c24;
	color: #fff;

	-webkit-box-shadow: 0px 0px 10px #721c24;
	-moz-box-shadow: 0px 0px 10px #721c24;
	box-shadow: 0px 0px 10px #721c24;
}

.restriction {
	color: transparent;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;

	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.recomendation {
	background-color: #008000;
	color: #fff;

	-webkit-box-shadow: 0px 0px 15px #006400;
	-moz-box-shadow: 0px 0px 15px #006400;
	box-shadow: 0px 0px 15px #006400;

	text-shadow: 0 0 5px #444;

	white-space: nowrap;
	display: block;
	width: 200px;
	float: right;

	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: -45px;
	top: 40px;


	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.priceing {

	background: #eee;

/*
	background: -moz-linear-gradient(top, #006400 0%, #006400 35%, #008000 75%, #006400 100%);
	background: -o-linear-gradient(top, #006400 0%, #006400 35%, #008000 75%, #006400 100%);
	background: -webkit-linear-gradient(top, #006400 0%, #006400 35%, #008000 75%, #006400 100%);
	background: linear-gradient(to bottom, #006400 0%, #006400 35%, #008000 75%, #006400 100%);
*/

	color: #006400;

	border: 1px solid #ddd;
	border-right: 0;

	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;

	white-space: nowrap;

	padding: 12px 15px 12px 12px;
	text-align: left;
	font-size: 17px;

	margin-right: -25px;
	margin-bottom: 10px;
}

.tree,
.tree ul {
  margin:0 0 0 1em; /* indentation */
  padding:0;
  list-style:none;
  position:relative;
}

.tree ul {margin-left:.5em} /* (indentation/2) */

.tree:before,
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid rgba(0, 0, 0, .2);
}

.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  font-weight:bold;
  position:relative;
}

.tree li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid rgba(0, 0, 0, .2);
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:0;
}

.tree li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

/* Accordion color */

.accordion{padding:0;position:relative;width:100%;margin:0px}

.accordion dt {margin: 0px 0px 14px 0px}

.accordion dt a,
.accordion dt a:hover,
.accordion dt a:visited,
.accordion dt a:focus {

				color: #ffffff;
	
	text-shadow: none !important;
} 

.accordion dt a {position:relative}
.accordion dt .closeOpen{position:absolute;width:14px;height:14px;right:15px;margin-top:15px;overflow:hidden;display:inline-block;}
.accordion dt .acc_heading{border-radius:5px;width:calc(100% - 25px);padding:9px 9px 9px 14px;margin:0px;display:inline-block;border-bottom:0;}
.accordion dt .acc_heading h6{margin:0 34px 0 10px}
.accordion dd .acc_content{position:relative;font-weight:lighter;padding:10px 0 10px 5px;display:inline-block}

.accordion dt .closeOpen{background:transparent url(../images/accordion_white_icon.png);background-image:-Webkit-image-set(url(../images/accordion_white_icon.png) 1x,url(../images/accordion_white_icon@2x.png) 2x)}

.accordion dd{margin:0 5px}



	.accordion dt .acc_heading{

					border: 1px solid #DDD;
		
		background: #006400;

							background: -moz-linear-gradient(right, #006400 20%, rgba(255, 255, 255, .7) 100%);
			background: -o-linear-gradient(right, #006400 20%, rgba(255, 255, 255, .7) 100%);
			background: -webkit-linear-gradient(right, #006400 20%, rgba(255, 255, 255, .7) 100%);
			background: linear-gradient(to right, #006400 20%, rgba(255, 255, 255, .7) 100%);
		

		}

/* Graph bar */

.graph_container{width:100%;padding:0;margin-top:0}
.graph_container ul{margin:0 0 20px;padding:0;list-style:none;}
.graph_container li{width:100%;height:5px;margin:40px 0 0;position:relative}
.graph_container li.last{margin:0}
.graph_container li span.graph_item{position:absolute;z-index:5;top:-25px;margin:1px 0 40px 2px;padding:3px 0 0;font-size:13px;text-transform:uppercase}
.graph_container li a{position:absolute;left:0;width:0;height:5px;cursor:auto;overflow:visible}
.graph_container li span.graph_value{z-index:6;top:-25px;margin-left:-22px;position:absolute;width:32px;height:16px;padding:3px 3px 2px 3px;font-size:11px;text-align:center;font-weight:700;text-transform:uppercase;text-shadow:none!important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-ms-filter:"alpha(Opacity=80)";filter:alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8}
.graph_container li,.graph_container li a{-webkit-border-radius:150px;-moz-border-radius:150px;border-radius:150px}

/* Graph bar background color */
	.graph_container li {
		background-color:#ffffff;
		background-color:rgba(255,255,255, .25);
		}

/* Graph bar color */
	.graph_container li a {
		background-color: #008000;
		}


	.graph_container li span.graph_value { background-color: #006400;  }
	.graph_container li span.graph_value:after { content: ''; display: block; margin: 0 auto; width: 4px; height: 10px; 
	
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-top: 10px solid #006400;
	
	
	}
	.graph_container li span.graph_value span { color: #000000; }

	.darkBgCaption{
		color: #ffffff !important;
		background-color: #222222;
		background-color: rgba(0, 0, 0, 0.75);
		zoom: 1;	
		}
		
	.darkStyle .bgCaption {
		background-color: #222222;
		background-color: rgba(0, 0, 0, 0.75);
		zoom: 1;	
		}

	 
	 .bgCaptionHighlight{
		background-color: red;		
		zoom: 1;	
		}
		
	.bgCaptionHighlight h1, .bgCaptionHighlight h2, .bgCaptionHighlight h3,
	.bgCaptionHighlight h4, .bgCaptionHighlight h5, .bgCaptionHighlight h6,
	.bgCaptionHighlight p, .bgCaptionHighlight span{
		text-shadow: #ffffff 0 1px 0 !important;
		}
	
	.bgCaptionHighlight.transparent {
		background-color: red;
		background-color: darkred;
		text-shadow: #ffffff 0 1px 0 !important;
		zoom: 1;	
		}
	
/* Tabs color */	
ul.tabs {
	padding: 0px;
	width: 100%;
}

ul.tabs li {
	display: inline-block;
	margin-bottom: 0px;
}

ul.tabs li a {
	padding: 5px 9px 5px 9px;
	line-height: 24px;

				background-color: rgba(0, 0, 0, .05);
	
	color: #001800;

	border-left: 1px solid rgba(0, 0, 0, .2);

	display: inline-block;
}

ul.tabs.tabs_t {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs.tabs_t li a {
	border-top: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs.tabs_t li:first-of-type a {
	border-top-left-radius: 7px;
}
ul.tabs.tabs_t li:last-of-type a {
	border-top-right-radius: 7px;

	border-right: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs.tabs_b {
	border-top: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs.tabs_b li a {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs.tabs_b li:first-of-type a {
	border-bottom-left-radius: 7px;
}
ul.tabs.tabs_b li:last-of-type a {
	border-bottom-right-radius: 7px;

	border-right: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs.tabs_less {

							border-bottom: 1px dashed rgba(0, 0, 0, .2);
		
}

ul.tabs.tabs_more {

							border-top: 1px dashed rgba(0, 0, 0, .2);
		
}

ul.tabs.tabs_less li a {

	padding: 4px 8px 4px 8px;
	margin: 0 7px;

	background: none;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;

							border-left: 1px dashed rgba(0, 0, 0, .2);	
			border-right: 1px dashed rgba(0, 0, 0, .2);
			border-top: 1px dashed rgba(0, 0, 0, .2);
		
/*
	box-shadow: 0px 0px 0px 1px #f00;
*/
}

ul.tabs.tabs_more li a {

	padding: 4px 8px 4px 8px;
	margin: 0 7px;

	background: none;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;

							border-left: 1px dashed rgba(0, 0, 0, .2);	
			border-right: 1px dashed rgba(0, 0, 0, .2);
			border-bottom: 1px dashed rgba(0, 0, 0, .2);
		
/*
	box-shadow: 0px 0px 0px 1px #f00;
*/
}

ul.tabs li a.form:before {
content: '+';
	background: #006400;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
padding: 9px 5px 9px 5px;
margin-right: 8px;

				border-right: 1px solid rgba(0, 0, 0, .2);
	
animation-name: plusing;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-direction: alternate;
	}



ul.tabs li a.form:hover:before {
color: #001800;
}

ul.tabs li a.form {
	padding-left: 0;
}

ul.tabs li a.active {
	color: #008000;
}
ul.tabs li a:hover {
	color: #008000;
}


ul.tabs li a.color_l:before {
content: ' ';
	background: #006400;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
padding: 9px 5px 9px 5px;
margin-right: 8px;
border-right: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs li a.color_l:hover:before {
color: #001800;
}

ul.tabs li a.color_l {
	padding-left: 0;
}

ul.tabs li a.color_r:after {
content: ' ';
	background: #006400;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
padding: 9px 5px 9px 5px;
margin-left: 8px;
border-left: 1px solid rgba(0, 0, 0, .2);
}

ul.tabs li a.color_r:hover:after {
color: #001800;
}

ul.tabs li a.color_r {
	padding-right: 0;
}



header ul.tabs.tabs_t li a {

				background-color: rgba(0, 0, 0, .05);

		border-top: 1px solid rgba(0, 0, 0, .2);
		border-left: 1px solid rgba(0, 0, 0, .2);
	


			color: #001800;
	
}

header ul.tabs.tabs_t li:first-of-type a {

}
header ul.tabs.tabs_t li:last-of-type a {

				border-right: 1px solid rgba(0, 0, 0, .2);
	
}





.tab-content .tab-pane {
	display: none;
}

.tab-content .tab-pane.active {
	display: block;
}



ul.pages {
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.pages li {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0px;

	padding: 7px 7px 7px 7px;

				background-color: rgba(0, 0, 0, .05);
	
	color: #001800;

	border-top: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
/*
	font-weight: bold;
*/
	text-align: center;
}
ul.pages li:first-of-type {
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
}
ul.pages li:last-of-type {
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;

	border-right: 1px solid rgba(0, 0, 0, .2);
}
ul.pages li a {
	color: #001800;
}
ul.pages li.current a, ul.pages li a:hover {
	color: #008000;
}
ul.pages li.current a {
	font-weight: bold;
}

ul.pages li.prev {
	padding-right: 0px;
	overflow: hidden;
}
ul.pages li.prev:after {
content: '';
	background: #006400;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
padding: 7px 5px 7px 5px;
margin-left: 7px;
border-left: 1px solid rgba(0, 0, 0, .2);
}
ul.pages li.next {
	padding-left: 0px;
}
ul.pages li.next:before {
content: '';
	background: #006400;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 60%, #008000 100%);
padding: 7px 5px 7px 5px;
margin-right: 7px;
border-right: 1px solid rgba(0, 0, 0, .2);
}


ul.tabsmall {
	margin: 0px;
}

ul.tabsmall li {
	display: inline-block;
	margin: 0px;
}

ul.tabsmall li a {
	color: #001800;
	padding: 0px 6px;
	border-right: 1px solid #001800;
}

ul.tabsmall li a.active {
	color: #008000;
}

ul.tabsmall li a:hover {
	color: #008000;
}

ul.tabsmall li:first-of-type a {
	border-right: 1px solid #001800;
	padding-left: 0px;
}
ul.tabsmall li:last-of-type a {
	border-right: 0px solid #001800;
	padding-right: 0px;
}












/* Pozostałe ustawienia */



			.site-name{font-size:32px;text-transform:uppercase;-webkit-text-stroke: 1px;margin:0!important;}
.site-slogan{font-size:18px;line-height:1.2em;font-family:'Tahoma',sans-serif;margin:0!important;}
			

		.front .site-slogan{text-align:left;}
		
.site-subname{font-size:30px;line-height:30px;text-transform:uppercase;text-align: center;color: #fff;margin:0; padding: 10px 15px 5px 15px;}
.site-subslogan{font-size:20px;line-height:20px;text-transform:uppercase;text-align: center;color: #fff;margin:0; padding: 5px 15px 10px 15px;}

.site-subname,
.site-subslogan {

	margin: 0px!important;

				background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #008000 40%, #008000 60%, rgba(255,255,255,0) 100%);
	}

section .section-fluid .row-fluid {
	display: table;
}

section .section-fluid .row-fluid .box_menu_l {width: 255px; margin-right: 30px;}
section .section-fluid .row-fluid .box_content {width: calc(100% - 285px);}
section .section-fluid .row-fluid .box_menu_r {width: 255px; margin-left: 30px;}

section .section-fluid .row-fluid.searchbox {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;

					background-color: rgba(255, 255, 255, 0.75);
			border: 1px solid rgba(0, 0, 0, .2);
	
	box-sizing: border-box;
	padding:15px;

	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

section .section-fluid .row-fluid.dotationbox {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top:55px;

	text-align: center;
}

section .section-fluid .row-fluid.dotationbox h3 {font-size:18px;text-shadow: 0 1px 10px #008000;line-height:24px;text-transform:uppercase;text-align: center;color: #fff;margin:0; padding: 0px;}

section .section-fluid [class*=span] {
		margin-top: 0px;
		margin-bottom: 0px;
	}

section .section-fluid p {
		text-align: center;
	}

.site-reference li {margin:2px;line-height:20px;}
.site-calling {}
.site-calling li {margin:0px;line-height:20px;}

.upperCase{text-transform:uppercase}

h5.marginal,
h6.marginal {
	padding: 0px 0px 15px 0px!important;
	border-bottom: 1px solid #006400;
}

/**
Grid
**/

.mosaic {
	display:flex;
	flex-wrap:wrap;

	position:relative;
	overflow: hidden;
}

.mosaic .panel {
/*
border:solid 1px #000;
box-shadow:0 6px 6px -6px #000;
*/

	display:inline-block;
	flex:1 1;
/*
margin:1vmin;
*/
	overflow:hidden;
	position:relative;
}

.mosaic .text {
  background-color:rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, .2);
  margin:0;

  color:#006400;
  font-weight: bold;
}

.mosaic .top-left {
  text-align: left;
  padding:3px 8px 3px 10px;
  left:-4px;
  position:absolute;
  top:-1px;
  transform:skew(-15deg);

  border-radius: 3px 0px 3px 0px;
}

.mosaic .bottom-left {
  text-align: left;
  padding:3px 8px 3px 8px;
  left:-1px;
  position:absolute;
  bottom:-1px;

  border-radius: 0px 5px 0px 0px;
}

.mosaic .bottom-right {
  text-align: right;
  padding:3px 10px 3px 8px;
  bottom:-1px;
  position:absolute;
  right:-4px;
  transform:skew(-15deg);

  border-radius: 3px 0px 3px 0px;
}

.mosaic .speech {
  background-color:#fff;
  border:2px solid #006400;
  border-radius:15px;
  display:inline-block;
  margin:2em;
  padding:1em 1em;
  position:relative;
  text-align: center!important;
}

.mosaic .speech:before {
  border:solid 12px transparent;
  border-top:solid 11px #006400;
  bottom:-24px;
  content:"";
  height:0;
  position:absolute;
  width:0;
}

.mosaic .speech:after {
  border:solid 10px transparent;
  border-top:solid 10px #fff;
  bottom:-19px;
  content:"";
  height:0;
  position:absolute;
  width:0;
}

.mosaic .speech.left:before {
  border-right:solid 11px #006400;
  right:24px;
  transform:skew(15deg);
}
.mosaic .speech.left:after {
  border-right:solid 10px #fff;
  right:27px;
  transform:skew(15deg);
}
.mosaic .speech.right:before {
  border-left:solid 11px #006400;
  left:24px;
  transform:skew(-15deg);
}
.mosaic .speech.right:after {
  border-left:solid 10px #fff;
  left:27px;
  transform:skew(-15deg);
}

/*
Sponsor
*/

.grid {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;

	align-items: center;
}

.sponsor {
	display:flex;
	flex-basis:20%;
	height:96px;

	align-items: center;
	justify-content: center;
	text-align: center;

	padding: 10px;
	box-sizing: border-box;
}

.sponsor img {
	max-height:100%;
	max-width:100%;
}

/* Iconography */

.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 20px;
}

/**
Formularz kontaktowy
**/

/* floating box style */
.floating-form {

	z-index: 998;


    padding: 0px;

    font: 14px Arial, Helvetica, sans-serif;
color: black;
    background: #F9F9F9;
    border: 1px solid #ddd;
	border-bottom: 0px;




    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);



	border-radius: 5px 5px 0px 0px;

	bottom: 0px;
	position: fixed;
	}

.floating-form.open > .contact-opener:after {
	float: right;
	content: '✕';
	}

.floating-form.closed > .contact-opener:after {
	float: right;
	content: '╱╲';
	}

.floating-form.open > .contact_body {
/*
	display: show;
*/
	}

.floating-form.closed > .contact_body {
	display: none;
	}

.contact-opener {
	width: 100%;
	padding: 14px 19px 12px 19px;

	width: calc(100% - 40px);
	margin: 0 auto;

	cursor: pointer;
	text-decoration: none;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;

	background: #E1E7EA;
	background: -webkit-linear-gradient(#fff, #E1E7EA);
	background: -o-linear-gradient(#fff, #E1E7EA);
	background: -moz-linear-gradient(#fff, #E1E7EA);
	background: linear-gradient(#fff, #E1E7EA);
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}

.contact_opener {
	max-width: 220px;
	margin: 0 auto;
}

.contact_body {
	max-width: 100%;
	margin: 15px;
}

.results {
	width: 100%;
/*
	margin: 0px auto 15px 0px;
*/
}

.floating-form label {
    font-weight: bold;
}
.floating-form span.required{
    color:red;
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=file],
input[type=password],
input[type=readonly],
select,
textarea {
	width: 100%;
	height: auto;
	padding: 5px 7px 5px 7px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	border: 1px solid #C2C2C2;

	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	outline: none;
	resize: none;
	font-size: 14px;
}

input[type=file]:after {
	content: 'Plik';
	float: right;
}

select {
    min-height:25px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	border: 1px solid #008000;
}

input[type=text]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=file]:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled {
	background: #E2E2E2;
	border: 1px solid #C2C2C2;

	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
}

input[type=readonly] {
	background: none!important;
	border: 1px!important;
	border-color: none!important;

	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
}


button {
}
/*
input[type="button"],
input[type="submit"]
*/
button[type="button"].action,
button[type="submit"].action {

	display: inline-block;
	cursor: pointer;

	padding: 5px 7px;
	text-decoration: none;

	width: 100%;

	background: #008000;
	background: -moz-linear-gradient(top, #008000 0%, #008000 40%, #006400 65%, #008000 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 40%, #006400 65%, #008000 100%);
	background: -webkit-linear-gradient(top, #008000d 0%, #008000 40%, #006400 65%, #008000 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 40%, #006400 65%, #008000 100%);
/*	background: #008000; */

	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
/*
	line-height: 1em;
*/

	border: 1px solid #006400;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}


button:hover {
}
/*
input[type="button"]:hover,
input[type="submit"]:hover
*/
button[type="button"].action:hover,
button[type="submit"].action:hover {
	color: white;

	box-shadow: 0px 0px 5px #006400;
	-moz-box-shadow: 0px 0px 5px #006400;
	-webkit-box-shadow: 0px 0px 5px #006400;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


button[disabled], button[disabled]:hover {
}
/*
input[type="button"][disabled], input[type="button"][disabled]:hover,
input[type="submit"][disabled], input[type="submit"][disabled]:hover
*/
button[type="button"][disabled].action, button[type="button"][disabled].action:hover,
button[type="submit"][disabled].action, button[type="submit"][disabled].action:hover {
	cursor: default;
	border: 1px solid #aaa;
	background: none;
	background-color: rgba(0, 0, 0, .05);

	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	color: #001800;
}

.results .green {
	background: #d4edda;
	color: #155724;
	padding: 7px 10px;
	margin: 0px;
	border: none;
	font-weight: bold;
	border-left: 3px solid #155724;
}

.results .orange {
	background: #fff3cd;
	color: #856404;
	padding: 7px 10px;
	margin: 0px;
	border: none;
	font-weight: bold;
	border-left: 3px solid #856404;
}

.results .red {
	background: #f8d7da;
	color: #721c24;
	padding: 7px 10px;
	margin: 0px;
	border: none;
	font-weight: bold;
	border-left: 3px solid #721c24;
}

.results .blue {
	background: #cce5ff;
	color: #004085;
	padding: 7px 10px;
	margin: 0px 0px 15px 0px;
	border: none;
	font-weight: bold;
	border-left: 3px solid #004085;
}


.sending {
	background: #fff3cd;
	padding: 7px 10px;
	margin: 0px;
	border: none;
	font-weight: bold;
	color: #856404;
	border-left: 3px solid #856404;
}
.success {
	background: #d4edda;
	padding: 7px 10px;
	margin: 0px;
	border: none;
	font-weight: bold;
	color: #155724;
	border-left: 3px solid #155724;
}
.error {
	background: #f8d7da;
	padding: 7px 10px;
	margin: 0px;
	border: none;
	font-weight: bold;
	color: #721c24;
	border-left: 3px solid #721c24;
}


.green {
	background: #d4edda;
	color: #155724;
	border: 1px solid #155724;
}

.yellow {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #856404;
}

.red {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #721c24;
}




.terminarz {border-collapse: separate; border-spacing: 5px; margin: 0px auto;}
.terminarz th.roboczy {text-align: center; padding: 5px;}
.terminarz th.wolny {text-align: center; padding: 5px; color: #006400;}
.terminarz td {width: 32px; height: 32px; border-radius: 100%; text-align: center; }
.terminarz td.wczorajsze {opacity: 0.5;}
.terminarz td.dzisiejszy {border: 2px solid #008000; background-color: #006400; color:black; font-weight:bold;}
.terminarz td.rezerwacje {border: 2px solid #008000;}
.terminarz td.zablokowane {border: 2px dashed #008000;}
.terminarz td.odblokowane {border: 2px solid #008000; border-color:transparent;}

.legendarz {border-collapse: separate; border-spacing: 5px; width: 100%; margin: 20px 0;}
.legendarz td.dzisiejszy {width: 32px; height: 32px; border-radius: 100%; text-align: center; border: 2px solid #008000; background-color: #006400; color:black; font-weight:bold;}
.legendarz td.rezerwacje {width: 32px; height: 32px; border-radius: 100%; text-align: center; border: 2px solid #008000;}
.legendarz td.zablokowane {width: 32px; height: 32px; border-radius: 100%; text-align: center; border: 2px dashed #008000;}
.legendarz td.odblokowane {width: 32px; height: 32px; border-radius: 100%; text-align: center; border: 2px solid #008000; border-color:transparent;}






.punkty {
	border-left: 15px solid #006400;
	padding-left: 10px;
	margin: 15px 0px 15px 0;
}

p.punkty:first-of-type {
	margin-top: 0px;
}
p.punkty:last-of-type {
	margin-bottom: 0px;
}

.punktowe dt {
	border-left: 20px solid #006400;
	padding-left: 10px;
	margin: 0px 0px 10px 0px;
}

.punktowe dd {
	margin: 0px 0px 25px 0px;
}
.punktowe dd:last-of-type {
	margin: 0px 0px 0px 0px;
}

/* Menu */
.header_content ul li a{ color: #001800; }
.header_content ul li a:hover{color: #008000}

.header_content ul li a.active{color: #008000; font-weight: bold;}
.header_content ul li a.active:hover{color: #008000}

/* MapaSVG */
#svgmap {width: 100%}

	.map
	{
		fill: #006400;
		fill-opacity: 1;
		stroke:white;
		stroke-opacity: 1;
		stroke-width:0.2;
	}
	.map:hover
	{
		fill: #FF8C00;
		cursor: pointer;
	}
	.map.active
	{
		fill: #FF8C00;
	}


	.reg {

							fill: rgba(195, 195, 195, 1);
			stroke: rgba(175, 175, 175, 1);
		
		stroke-width:1;
		stroke-opacity:1;

		cursor: pointer;

transition: 200ms;
transition-timing-function: ease-in-out;
-webkit-transition: 200ms;
-webkit-transition-timing-function: ease-in-out;

}
	.reg:hover {

		fill: #006400;
		cursor: pointer;

}
	.land, .land:hover {


							fill: rgba(195, 195, 195, 1);
			stroke: rgba(175, 175, 175, 1);
		
		stroke-width:1;
		stroke-opacity:1;

		cursor:default;
}
	.land.active {fill:orange;}
	.city {
		fill:#008000;
		fill-rule:nonzero;
		stroke:none;
		stroke-width:0
	}
	.max {
		fill:none;
		fill-rule:nonzero;

							stroke: #222;
		
		stroke-width:1
	}
	.mid {
		fill:none;
		fill-rule:nonzero;

							stroke: #222;
		
		stroke-width:0.75
	}
	.min {
		fill:none;
		fill-rule:nonzero;

							stroke: #222;
		
		stroke-width:0.50
	}
	.mic {
		fill:none;
		fill-rule:nonzero;

							stroke: #222;
		
		stroke-width:0.25
	}


.rating {
	position: relative;
	width: 32px;
	height: 32px;
	color: green;
}

.corner {
	color: #fff;


					-webkit-box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
        box-shadow: 0 0 12px #555;
		
	text-shadow: 0 0 5px #444;

	white-space: nowrap;
	display: block;
	width: 220px;

	/*font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	padding: 5px 0 6px 0;
	text-align: center;
	position: fixed;
	z-index: 999;
}

.pointer {cursor: pointer}

.color {color: #008000;}
.motiv {color: #008000;} 

.top {vertical-align: top !important;}
.middle {vertical-align: middle !important;}
.bottom {vertical-align: bottom !important;}

.left {text-align: left !important;}
.center {text-align: center !important;}
.right {text-align: right !important;}

.nowrap {white-space: nowrap;}

.normal {font-weight: normal; color: #001800;}
.bold {font-weight: bold;}
.unbold {font-weight: normal!important;}
.italic {font-style: italic;}

.strike {text-decoration: line-through;opacity: 0.5;}

.lefter {float: left;}
.righter {float: right;}

/********/
/* Form */


.footer,
.footer span {
	font-size: 12px;
}

.page_close:hover {
	text-shadow: 0px 0px 10px #006400;

/*
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
*/
}



.completer-container {
  font-family: inherit;
  font-size: 14px;
  line-height: normal;

  position: absolute;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;

  list-style: none;

  border: 1px solid #ccc;
  border-bottom-color: #39f;
  background-color: #fff;
}

.completer-container li {
  overflow: hidden;

  margin: 0;
  padding: .5em .8em;

  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;

  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.completer-container .completer-selected,
.completer-container li:hover {
  margin-left: -1px;

  border-left: 1px solid #39f;
  background-color: #eee;
}



/*************/
/* Previewer */

.previewer {
	margin-top: 15px;
    width: 100%;
    border: 0px solid #ddd;
    /* min-height: 180px; */
    /* display: flex; */
    /*padding: 5px 5px 5px 5px;*/
    position: relative;
    overflow:hidden;
    box-sizing: border-box;
}
.previewer > .multi.preview-image:first-child {
    height: 190px;
    width: calc(30% - 10px);
    position: relative;
    margin: 5px;
}
.previewer > .single.preview-image:first-child {
    height: 190px;
    width: calc(100% - 10px);
    position: relative;
    margin: 5px;
}
.previewer > .preview-image {
    height: 90px;
    width: calc(14% - 10px);
    position: relative;
    margin: 5px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    
border: 0px solid #888;
box-sizing: border-box;
box-shadow: 0 0 12px #888;
-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px #888;
}
.previewer > .preview-image:nth-child(1n+12) {
    height: 70px;
    width: calc(12.5% - 10px);
    position: relative;
    margin: 5px;
}

.previewer > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.previewer > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.previewer > .preview-image > .image-cancel {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-top: -5px;
    margin-right: -5px;
    cursor: pointer;
/*    display: none;*/
    z-index: 100;
    color: white;
    background: #008000;
    line-height: 20px;
    font-weight: bold;

-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
overflow: hidden;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}



/*****************/
* Tooltip Styles */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's content area */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1000;
  padding: 10px 10px 10px 13px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 13px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	border-left: 3px solid #008000;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
/* Top (default) */

[data-tooltip]:before,
.tooltip:before {
	box-sizing: border-box;
	width: 100%;
  bottom: 100%;
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
	box-sizing: border-box;

  bottom: 100%;
  left: 0%;
}

[data-tooltip]:after,
.tooltip:after {
  margin-left: 12px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}




/********/
/* Book */

.books {
    width: 100%;
}

.book {
	margin: 0 auto;
    min-width: 150px;
    min-height: 200px;
    box-sizing: border-box;


					background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(//katalogator.pl/images/covers/cover-.jpg) no-repeat center center;
				
	background-size: auto 100%;


							border-left: 15px solid rgba(0, 0, 0, .6);
		
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

    transform-origin: left center 0px;
    transform-style: preserve-3d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    position: relative;

animation-name: pulsing;
animation-duration: 1.0s;
animation-iteration-count: infinite;
animation-direction: alternate;
}

.book.blank {
	background: #008000;
}

.book h4 {
	margin: 30% 0px 10px 0px!important;
	text-transform: uppercase;
	text-align: center;
	color: #EFEFEF;
	text-shadow: 0 1px 10px #008000;
	font-weight: bold;
}

.book p {
	margin: 10px 0px 5px 0px!important;
	text-transform: uppercase;
	text-align: center;
	color: #EFEFEF;
	text-shadow: 0 1px 10px #008000;
	font-weight: bold;
}

.book p small {
	text-transform: none;
}

.book-blur {
    filter: blur(30px)
}

.books:hover > .book {
    cursor: pointer;
    transform: rotateY(-28deg) rotateZ(-2deg) scale(1.02);
    -webkit-backface-visibility: hidden;


				    		box-shadow: 1px 3px 2px rgba(0, 0, 0, .8), 20px 8px 0 rgba(0, 0, 0, .25);
		
    /* transform: scale(1.02); */

animation: none;
}

.booking {
	margin: 0 auto;
	margin-top:15px;
	padding: 5px 7px;
    min-width: 150px;
    box-sizing: border-box;

	text-align: center;

	background: #006400;
	background: -moz-linear-gradient(top, #008000 0%, #008000 60%, #006400 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 60%, #006400 100%);
	background: -webkit-linear-gradient(top, #008000d 0%, #008000 60%, #006400 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 60%, #006400 100%);

	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
/*
	line-height: 1em;
*/
	border: 1px solid #008000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	overflow: hidden;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

animation-name: pulsing;
animation-duration: 1.0s;
animation-iteration-count: infinite;
animation-direction: alternate;
}

.books:hover > .booking {
	color: white;

	box-shadow: 0px 0px 15px #006400;
	-moz-box-shadow: 0px 0px 15px #006400;
	-webkit-box-shadow: 0px 0px 15px #006400;

animation: none;
}

/**********/
/* Editor */
.editor {
    outline: none;
    border: 1px solid #C2C2C2;
    padding: 5px 7px;
    margin-bottom: 20px;
    overflow-y: auto;
    font-size: 14px;
    min-height: 100px;
}

.editor-toolbar {
	border: 1px solid #C2C2C2;
    border-bottom: 0;
    padding: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

				background-color: rgba(0, 0, 0, .05);
	
}

.editor-toolbar ul:after {
    content: "";
    display: block;
    clear: both;
}

.editor-toolbar ul {
	margin: 0px;
	padding: 0px;
}

.editor-toolbar li {
    list-style: none;
    margin:0px;
    display: inline-block;
}

.editor-toolbar li {
    float: left;
}

.editor-toolbar li:last-of-type {
    float: right;
}

.editor-toolbar li ul {
    position: absolute;
    left: 0;
    top: 31px;
    z-index: 5;
    display: none;
}

.editor-toolbar li button {

    color: #777;

							background-color: rgba(255, 255, 255, .8);
		


							border: 1px solid rgba(0, 0, 0, .1);
		
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 4px 4px;
    min-width: 30px;
    outline: none;
    border-radius: 2px;
    margin: 2px;

}

.editor-toolbar li button.toolbar-source:hover,
.editor-toolbar li button.toolbar-source.source-mode {
	color: #ffffff;
	background: #006400;
	background: -moz-linear-gradient(top, #008000 0%, #008000 60%, #006400 100%);
	background: -o-linear-gradient(top, #008000 0%, #008000 60%, #006400 100%);
	background: -webkit-linear-gradient(top, #008000d 0%, #008000 60%, #006400 100%);
	background: linear-gradient(to bottom, #008000 0%, #008000 60%, #006400 100%);
}

.editor-toolbar li button:hover {
    background: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.editor-toolbar li button:active {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

.toolbar-italic {
    font-style: italic;
}

.editor blockquote {
    border-left: 2px solid #e9e9e9;
    padding-left: 20px;
    color: #777;
}

.editor figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    min-width: 100px;
    max-width: 100%;
    padding: 7px;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden;
}

.editor figure.is-resizable {
    resize: both;
    border: 1px solid #0e90dc;
    cursor: se-resize;
}

.editor figure img {
    width: 100%;
}

.editor[contenteditable=true]:empty:before{
    content: attr(placeholder);
    display: block;
    opacity: 0.5;
    cursor: text;
}

.editor-toolbar.is-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.editor ul,
.editor ol {
    margin-left: 30px;
}


.editor-countering {
    text-align: right;
    position: relative;
    top: -17px;
    font-size: 90%;
    color: gray;
}

/*************/
/* Pozostałe */

.bots {display: none!important;}

.blinking {
animation-name: blinking;
animation-duration: 1.0s;
animation-iteration-count: infinite;
animation-direction: alternate-reverse;
}

.pulsing {
animation-name: pulsing;
animation-duration: 1.0s;
animation-iteration-count: infinite;
animation-direction: alternate;
}

.gnislup {
animation-name: pulsing;
animation-duration: 1.0s;
animation-iteration-count: infinite;
animation-direction: alternate-reverse;
}

@-webkit-keyframes blinking {to {color: #008000;text-shadow: 0px 0px 0px;}}
@-moz-keyframes blinking {to {color: #008000;text-shadow: 0px 0px 0px;}}
@-ms-keyframes blinking {to {color: #008000;text-shadow: 0px 0px 0px;}}
@keyframes blinking {to {color: #008000;text-shadow: 0px 0px 0px;}}

@-webkit-keyframes calling {to {box-shadow: 0px 0px 10px #006400;}}
@-moz-keyframes calling {to {box-shadow: 0px 0px 10px #006400;}}
@-ms-keyframes calling {to {box-shadow: 0px 0px 10px #006400;}}
@keyframes calling {to {box-shadow: 0px 0px 10px #006400;}}

@-webkit-keyframes pulsing {to {box-shadow: 0px 0px 10px #008000;}}
@-moz-keyframes pulsing {to {box-shadow: 0px 0px 10px #008000;}}
@-ms-keyframes pulsing {to {box-shadow: 0px 0px 10px #008000;}}
@keyframes pulsing {to {box-shadow: 0px 0px 10px #008000;}}

		@-webkit-keyframes plusing {to {color: #fff;}}
@-moz-keyframes plusing {to {color: #fff;}}
@-ms-keyframes plusing {to {color: #fff;}}
@keyframes plusing {to {color: #fff;}}
	
/*************/
/*************/
/* Proporcje */

/* Przedział HIGH */
@media only screen and (min-width:1075px){

						
			
section .section-fluid .row-fluid {
	padding-left: calc((100% - 1075px)/2);
	padding-right: calc((100% - 1075px)/2);
}

	.home_page.left_content {
		min-width: calc(((100% - 850px)/2) + 115px);

				margin-right: calc(((100% - 850px)/2) + 850px - 115px);
					}
	.home_page.right_content {
		width: calc((100% - (100% - 850px)/2) - 115px);

				margin-left: calc(((100% - 850px)/2) + 115px);
					}

	.left_Holder {
		padding: 0px 0px;
	}
	.right_Holder {
		padding: 0px 0px;
	}

	.left_Holder {
		
							padding-top: 50px;
			
	padding-bottom: 50px;
						
	}

nav h4 {

			padding: 15px 50px 15px 20px;
	text-align: left;
				}

/*
	.right_Holder {
															padding-top: 100px;
				padding-bottom: 100px;
						
			padding-right: calc((100% - 800px));
					}
*/




.header_content ul.nav {margin-top:25px;margin-bottom:25px;}
.header_content ul.navi {margin-top:30px;margin-bottom:30px;}

		
/* menu L */
.header_content{right:-51px;float:right;width:220px;}

/* menu L */
.header_content ul.nav li a {padding:7px 50px 7px 10px;margin:0;display:block;}
.header_content ul.navi li a {padding:4px 50px 4px 10px;margin:0;display:block;}

/* menu L */
.menu_holder .header{float:right;margin-top:0;width:100%}

				
		
.header_content ul.nav li a:after {
	width: 35px;
}
.header_content ul.navi li a:after {
	width: 35px;
}

				




	section .section-fluid {
		}

															
	section .container-fluid.section {
		margin-top: 35px!important;
		margin-bottom: 30px!important;
	}

	.container-fluid{

				margin-left:50px!important;
		margin-right:50px!important;
		float: left;
				
		min-width:750px;
		max-width:750px;
	}

	.container-fluid:first-of-type{

		
			
		margin-top:50px!important;
		
		position: relative;

	}
	.container-fluid:last-of-type{
		margin-bottom:50px!important;
/*
		padding-bottom:25px;
*/
	}

	.container-fluid.footer:first-of-type{
		margin-top:0px!important;
	}

	.frame{
		padding-left:25px;
		padding-right:25px;

							border-left: 1px solid rgba(0, 0, 0, .1);
			border-right: 1px solid rgba(0, 0, 0, .1);
		
		box-sizing: border-box;

							background-color: rgba(255, 255, 255, .8);
		
		min-width:750px;
		max-width:750px;
	}

	.frame:first-child{

							border-top: 1px solid rgba(0, 0, 0, .1);
		
		-webkit-border-top-right-radius: 7px;
		-moz-border-top-right-radius: 7px;
		border-top-right-radius: 7px;

		-webkit-border-top-left-radius: 7px;
		-moz-border-top-left-radius: 7px;
		border-top-left-radius: 7px;

		padding-top: 25px;
	}

	.frame.image{
		padding: 0px;
	}

	.frame:last-child{

							border-bottom: 1px solid rgba(0, 0, 0, .1);
		
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-bottom-right-radius: 7px;
		border-bottom-right-radius: 7px;

		-webkit-border-bottom-left-radius: 7px;
		-moz-border-bottom-left-radius: 7px;
		border-bottom-left-radius: 7px;

		padding-bottom: 25px;
	}

	.container-fluid:last-of-type .row-fluid .span12 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span10 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span2 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span6 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span3 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span9 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span4 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span8 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span5 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span7 {margin-bottom: 0px;}

	.row-fluid .span12 {margin-bottom: 25px;}
	.row-fluid .span10 {margin-bottom: 25px;}
	.row-fluid .span2 {margin-bottom: 25px;}
	.row-fluid .span6 {margin-bottom: 25px;}
	.row-fluid .span3 {margin-bottom: 25px;}
	.row-fluid .span9 {margin-bottom: 25px;}
	.row-fluid .span4 {margin-bottom: 25px;}
	.row-fluid .span8 {margin-bottom: 25px;}
	.row-fluid .span5 {margin-bottom: 25px;}
	.row-fluid .span7 {margin-bottom: 25px;}

	.row-fluid .span12{width:100%}

	.row-fluid .span10{width:80%}
	.row-fluid .span10:first-child{padding-right:30px}
	.row-fluid .span10:last-child{padding-left:30px}

	.row-fluid .span2{width:20%}
	.row-fluid .span2:first-child{padding-right:30px}
	.row-fluid .span2:last-child{padding-left:30px}

	.row-fluid .span6{width:50%}
	.row-fluid .span6:first-child{padding-right:30px}
	.row-fluid .span6:last-child{padding-left:30px}

	.row-fluid .span3{width:25%}
	.row-fluid .span3:first-child{padding-right:30px}
	.row-fluid .span3:nth-child(2){padding-left:30px;padding-right:30px}
	.row-fluid .span3:nth-child(3){padding-left:30px;padding-right:30px}
	.row-fluid .span3:last-child{padding-left:30px;padding-right:0px}

	.row-fluid .span9{width:75%}
	.row-fluid .span9:first-child{padding-right:30px}
	.row-fluid .span9:last-child{padding-left:30px}

	.row-fluid .span4{width:33.33%}
	.row-fluid .span4:first-child{padding-right:30px}
	.row-fluid .span4:nth-child(2){padding-left:15px;padding-right:15px}
	.row-fluid .span4:last-child{padding-left:30px;padding-right:0px}

	.row-fluid .span8{width:66.66%}
	.row-fluid .span8:first-child{padding-right:30px}
	.row-fluid .span8:last-child{padding-left:30px}

	.row-fluid .span5{width:40%}
	.row-fluid .span5:first-child{padding-right:30px}
	.row-fluid .span8:last-child{padding-left:30px}

	.row-fluid .span7{width:60%}
	.row-fluid .span7:first-child{padding-right:30px}
	.row-fluid .span7:last-child{padding-left:30px}

	.row-fluid [class*=span].title {margin: 20px 0px 35px 0px; color: #006400;}
	.frame .row-fluid [class*=span].title h1.title {
		font-size: 24px;
		font-weight:bold!important;
		text-align: center;
	}

	.row-fluid h1,
	.row-fluid h2,
	.row-fluid h3,
	.row-fluid h4,
	.row-fluid h5,
	.row-fluid h6 {
		margin: 0px 0px 25px 0px;
	}

article .row-fluid h1,
article .row-fluid h2,
article .row-fluid h3,
article .row-fluid h4,
article .row-fluid h5,
article .row-fluid h6 {
		margin: 35px 0px 25px 0px;
		font-weight: bold;
	}

table.featured tbody td:nth-child(1) {
	width: 128px;
}

div.listing_list.mini_rectangle .image {
	flex-basis:60px;
}
div.listing_list.mini_rectangle .details {
	flex-basis:calc(100% - 70px);
	width:calc(100% - 60px);
}
div.listing_list.mini_rectangle .image img {
	width: 60px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.mini_square .image {
	flex-basis:45px;
}
div.listing_list.mini_square .details {
	flex-basis:calc(100% - 55px);
	width:calc(100% - 55px);
}
div.listing_list.mini_square .image img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.mini_circle .image {
	flex-basis:45px;
}
div.listing_list.mini_circle .details {
	flex-basis:calc(100% - 55px);
	width:calc(100% - 55px);
}
div.listing_list.mini_circle .image img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_rectangle .image {
	flex-basis:120px;
}
div.listing_list.midi_rectangle .details {
	flex-basis:calc(100% - 130px);
	width:calc(100% - 130px);
}
div.listing_list.midi_rectangle .image img {
	width: 120px;
	height: 90px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_square .image {
	flex-basis:90px;
}
div.listing_list.midi_square .details {
	flex-basis:calc(100% - 100px);
	width:calc(100% - 100px);
}
div.listing_list.midi_square .image img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_circle .image {
	flex-basis:90px;
}
div.listing_list.midi_circle .details {
	flex-basis:calc(100% - 100px);
	width:calc(100% - 100px);
}
div.listing_list.midi_circle .image img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.maxi_rectangle .image {
	flex-basis:120px;
}
div.listing_list.maxi_rectangle .details {
	flex-basis:calc(100% - 130px);
	width:calc(100% - 130px);
}
div.listing_list.maxi_rectangle .image img {
	width: 160px;
	height: 120px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.maxi_square .image {
	flex-basis:120px;
}
div.listing_list.maxi_square .details {
	flex-basis:calc(100% - 130px);
	width:calc(100% - 130px);
}
div.listing_list.maxi_square .image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.maxi_circle .image {
	flex-basis:120px;
}
div.listing_list.maxi_circle .details {
	flex-basis:calc(100% - 130px);
	width:calc(100% - 130px);
}
div.listing_list.maxi_circle .image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.image img {

	height: 270px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

	.page_close{
		right: calc(((100% - 950px)/2) + 50px);
		top:110px;
	}

}


/* Przedział LOW */
@media only screen and (min-width:960px) and (max-width:1074px){

						
			
section .section-fluid .row-fluid {
	padding-left: calc((100% - 960px)/2);
	padding-right: calc((100% - 960px)/2);
}

	.home_page.left_content {
		min-width: calc(((100% - 750px)/2) + 100px);

				margin-right: calc(((100% - 750px)/2) + 750px - 100px);
					}
	.home_page.right_content {
		width: calc((100% - (100% - 750px)/2) - 100px);

				margin-left: calc(((100% - 750px)/2) + 100px);
					}

	.left_Holder {
		padding: 0px 0px;
	}
	.right_Holder {
		padding: 0px 0px;
	}

	.left_Holder {
		
							padding-top: 30px;
			
	padding-bottom: 30px;
						
	}

nav h4 {

			padding: 10px 30px 10px 15px;
	text-align: left;
				}

/*
	.right_Holder {
															padding-top: 30px;
				padding-bottom: 30px;
						
			padding-right: calc((100% - 725px));
					}
*/

.header_content ul.nav {margin-top:15px;margin-bottom:15px;}
.header_content ul.navi {margin-top:20px;margin-bottom:20px;}

		
/* menu L */
.header_content{right:-51px;float:right;width:200px;}

/* menu L */
.header_content ul.nav li a {padding:7px 30px 7px 10px;margin:0;display:block;}
.header_content ul.navi li a {padding:4px 30px 4px 10px;margin:0;display:block;}

/* menu L */
.menu_holder .header{float:right;margin-top:0;width:100%}

				
		
.header_content ul.nav li a:after {
	width: 15px;
}
.header_content ul.navi li a:after {
	width: 15px;
}

				
















	section .section-fluid {
		}

															
	section .container-fluid.section {
		margin-top: 25px!important;
		margin-bottom: 20px!important;
	}

	.container-fluid{
/*
		padding-left:calc((((100% - 750px)/2) + (750px))/4);
*/
				margin-left:30px!important;
		margin-right:30px!important;
		float: left;
				
		min-width:695px;
		max-width:695px;
	}

	.container-fluid:first-of-type{

		
			
		margin-top:30px!important;
		
		position: relative;

	}
	.container-fluid:last-of-type{
		margin-bottom:30px!important;
/*
		padding-bottom:10px;
*/
	}

	.container-fluid.footer:first-of-type{
		margin-top:0px!important;
	}

	.frame{
		padding-left:25px;
		padding-right:25px;

							border-left: 1px solid rgba(0, 0, 0, .1);
			border-right: 1px solid rgba(0, 0, 0, .1);
		
		box-sizing: border-box;

							background-color: rgba(255, 255, 255, .8);
		
		min-width:695px;
		max-width:695px;
	}

	.frame:first-child{

							border-top: 1px solid rgba(0, 0, 0, .1);
		
		-webkit-border-radius: 7px 7px 0px 0px;
		-moz-border-radius: 7px 7px 0px 0px;
		border-radius: 7px 7px 0px 0px;
		
		padding-top: 25px;
	}

	.frame.image{
		padding: 0px;
	}

	.frame:last-child{

							border-bottom: 1px solid rgba(0, 0, 0, .1);
		
		-webkit-border-radius: 0px 0px 7px 7px;
		-moz-border-radius: 0px 0px 7px 7px;
		border-radius: 0px 0px 7px 7px;

		padding-bottom: 25px;
	}

	.container-fluid:last-of-type .row-fluid .span12 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span10 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span2 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span6 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span3 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span9 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span4 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span8 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span5 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span7 {margin-bottom: 0px;}

	.row-fluid .span12 {margin-bottom: 15px;}
	.row-fluid .span10 {margin-bottom: 15px;}
	.row-fluid .span2 {margin-bottom: 15px;}
	.row-fluid .span6 {margin-bottom: 15px;}
	.row-fluid .span3 {margin-bottom: 15px;}
	.row-fluid .span9 {margin-bottom: 15px;}
	.row-fluid .span4 {margin-bottom: 15px;}
	.row-fluid .span8 {margin-bottom: 15px;}
	.row-fluid .span5 {margin-bottom: 15px;}
	.row-fluid .span7 {margin-bottom: 15px;}

	.row-fluid .span12{width:100%}

	.row-fluid .span10{width:80%}
	.row-fluid .span10:first-child{padding-right:15px}
	.row-fluid .span10:last-child{padding-left:15px}

	.row-fluid .span2{width:20%}
	.row-fluid .span2:first-child{padding-right:15px}
	.row-fluid .span2:last-child{padding-left:15px}

	.row-fluid .span6{width:50%}
	.row-fluid .span6:first-child{padding-right:15px}
	.row-fluid .span6:last-child{padding-left:15px}

	.row-fluid .span3{width:25%}
	.row-fluid .span3:first-child{padding-right:15px}
	.row-fluid .span3:nth-child(2){padding-left:15px;padding-right:15px}
	.row-fluid .span3:nth-child(3){padding-left:15px;padding-right:15px}
	.row-fluid .span3:last-child{padding-left:15px}

	.row-fluid .span9{width:75%}
	.row-fluid .span9:first-child{padding-right:15px}
	.row-fluid .span9:last-child{padding-left:15px}

	.row-fluid .span4{width:33.33%}
	.row-fluid .span4:first-child{padding-right:15px}
	.row-fluid .span4:nth-child(2){padding-left:7.5px;padding-right:7.5px}
	.row-fluid .span4:last-child{padding-left:15px;padding-right:0px}

	.row-fluid .span8{width:66.66%}
	.row-fluid .span8:first-child{padding-right:15px}
	.row-fluid .span8:last-child{padding-left:15px}

	.row-fluid .span5{width:40%}
	.row-fluid .span5:first-child{padding-right:15px}
	.row-fluid .span8:last-child{padding-left:15px}

	.row-fluid .span7{width:60%}
	.row-fluid .span7:first-child{padding-right:15px}
	.row-fluid .span7:last-child{padding-left:15px}

	.row-fluid [class*=span].title {margin: 10px 0px 25px 0px; color: #008000;}
	.frame .row-fluid [class*=span].title h1.title {
		font-size: 24px;
		font-weight:bold!important;
		text-align: center;
	}

	.row-fluid h1,
	.row-fluid h2,
	.row-fluid h3,
	.row-fluid h4,
	.row-fluid h5,
	.row-fluid h6 {
		margin: 0px 0px 20px 0px;
	}

article .row-fluid h1,
article .row-fluid h2,
article .row-fluid h3,
article .row-fluid h4,
article .row-fluid h5,
article .row-fluid h6 {
		margin: 25px 0px 20px 0px;
		font-weight: bold;
	}

table.featured tbody td:nth-child(1) {
	width: 110px;
}

div.listing_list.mini_rectangle .image {
	flex-basis:60px;
}
div.listing_list.mini_rectangle .details {
	flex-basis:calc(100% - 70px);
	width:calc(100% - 60px);
}
div.listing_list.mini_rectangle .image img {
	width: 60px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.mini_square .image {
	flex-basis:45px;
}
div.listing_list.mini_square .details {
	flex-basis:calc(100% - 55px);
	width:calc(100% - 55px);
}
div.listing_list.mini_square .image img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.mini_circle .image {
	flex-basis:45px;
}
div.listing_list.mini_circle .details {
	flex-basis:calc(100% - 55px);
	width:calc(100% - 55px);
}
div.listing_list.mini_circle .image img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_rectangle .image {
	flex-basis:100px;
}
div.listing_list.midi_rectangle .details {
	flex-basis:calc(100% - 110px);
	width:calc(100% - 110px);
}
div.listing_list.midi_rectangle .image img {
	width: 100px;
	height: 75px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_square .image {
	flex-basis:75px;
}
div.listing_list.midi_square .details {
	flex-basis:calc(100% - 85px);
	width:calc(100% - 85px);
}
div.listing_list.midi_square .image img {
	width: 75px;
	height: 75px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_circle .image {
	flex-basis:75px;
}
div.listing_list.midi_circle .details {
	flex-basis:calc(100% - 85px);
	width:calc(100% - 85px);
}
div.listing_list.midi_circle .image img {
	width: 75px;
	height: 75px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.maxi_rectangle .image {
	flex-basis:120px;
}
div.listing_list.maxi_rectangle .details {
	flex-basis:calc(100% - 130px);
	width:calc(100% - 130px);
}
div.listing_list.maxi_rectangle .image img {
	width: 160px;
	height: 120px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.maxi_square .image {
	flex-basis:120px;
}
div.listing_list.maxi_square .details {
	flex-basis:calc(100% - 130px);
	width:calc(100% - 130px);
}
div.listing_list.maxi_square .image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.maxi_circle .image {
	flex-basis:120px;
}
div.listing_list.maxi_circle .details {
	flex-basis:calc(100% - 130px);
	width:calc(100% - 130px);
}
div.listing_list.maxi_circle .image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.image img {

	height: 230px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

	.page_close{
		right: calc(((100% - 750px)/2) - 60px);
		top:60px;
	}

}




/********************/
/* Minimum ekranowe */
@media only screen and (min-width:960px){
.mobile {display: none!important;}

.logo img {
	padding-right: 15px;
	border-right: 1px solid #008000;
	border-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 15%, #008000, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) ) 1 100%;
/*
	border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #008000 15%, #006400 85%, rgba(0, 0, 0, 0) 100%);
	border-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #008000 15%, #006400 85%, rgba(0, 0, 0, 0) 100%);
	border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #008000 15%, #006400 85%, rgba(0, 0, 0, 0) 100%);
	border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #008000 15%, #006400 85%, rgba(0, 0, 0, 0) 100%);
*/
}

	section .home_page.right_content{

							background: rgba(255, 255, 255, .65);
			position: relative;
			border-top: 1px solid rgba(0, 0, 0, .2);
		
	}

	section .section-fluid .row-fluid div[class*="box"] {
		vertical-align: middle;
		display: inline-block;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0px;
		box-sizing: border-box;
	}

	section .section-fluid .row-fluid .box12 {width: 100%;}
	section .section-fluid .row-fluid .box9 {width: 75%;}
	section .section-fluid .row-fluid .box8 {width: 66.66%;}
	section .section-fluid .row-fluid .box7 {width: 60%;}
	section .section-fluid .row-fluid .box6 {width: 50%;}
	section .section-fluid .row-fluid .box5 {width: 40%;}
	section .section-fluid .row-fluid .box4 {width: 33.33%;}
	section .section-fluid .row-fluid .box3 {width: 25%;}

	section .section-fluid .row-fluid .box_menu_l {width: 255px; margin-right: 30px;}
	section .section-fluid .row-fluid .box_content {width: calc(100% - 285px);}
	section .section-fluid .row-fluid .box_menu_r {width: 255px; margin-left: 30px;}

	.home_page.right_content{

						
				
			border-left: 1px solid rgba(0, 0, 0, .2);
			
						
		-webkit-background-clip: padding-box; /* for Safari */
   		background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */

		box-sizing: border-box;
		}



	.left_Holder {

			vertical-align: top;
							}
	.right_Holder {

			vertical-align: top;
							}
	
	.right_Holder.front {
			text-align: left;
					}

nav h4 {

	margin: 5px 0px;
	display: block;

	color: #001800;

	font-size: 14px;
	line-height: 1em;


			border-left: 3px solid #008000;
	border-radius: 5px 0px 0px 5px;
	margin-right: -1.5px;
				
					border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
		

	background: #EFEFEF;


									background-image: linear-gradient(to right, white, #EFEFEF);
							

}

/***** DO POPRAWY MENU uj wie co jak *******/

.header_content ul.nav{clear:both;display:block;padding:0px!important;}
.header_content ul.nav li {

	font-family:'Arial',sans-serif;

	font-size:14px;

	line-height:1em;
/*
	text-transform:uppercase;
*/

			text-align:right;
				
	margin: 0;
	white-space:nowrap;
}
.header_content ul.navi{clear:both;display:block;padding:0px!important;}
.header_content ul.navi li {

	font-family:'Arial',sans-serif;
/*
	font-size:12px;
*/
	line-height:1em;
/*
	text-transform:uppercase;
*/
			text-align:left;
				
	margin:0;
	white-space:nowrap
}

		
.header_content ul.nav li a:after {
	position: absolute;
	right: 0;
	content: "";

				background: rgba(204, 204, 204, 1);
		background: #001800;
	
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;

	height: 1px;

	margin: 6px 0px 6px 15px;
}
.header_content ul.navi li a:after {
	position: absolute;
	right: 0;
	content: "";

				background: rgba(204, 204, 204, 1);
		background: #001800;
	
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;

	height: 1px;

	margin: 6px 0px 6px 15px;
}

				
.header_content ul li.start {
	margin-top: 0px;
	margin-bottom: 15px;
}



				
.header_content ul li.start a:after {
	margin: 31px 0px 31px 15px;
}

				





.header_content ul li a:hover:after,
.header_content ul li a:hover:before,
.header_content ul li a.active:after,
.header_content ul li a.active:before {
	background: #008000;
	opacity: 0.75;
}


/***********/




.stars {

}
	
.stars .value {
		background: #006400;
		background: -moz-linear-gradient(top, #006400 0%, #006400 40%, #008000 60%, #006400 100%);
		background: -o-linear-gradient(top, #006400 0%, #006400 40%, #008000 60%, #006400 100%);
		background: -webkit-linear-gradient(top, #006400 0%, #006400 40%, #008000 60%, #006400 100%);
		background: linear-gradient(to bottom, #006400 0%, #006400 40%, #008000 60%, #006400 100%);

		color: white;
		border:1px solid #666;
		border-radius:100%;
		-moz-border-radius:100%;
		-webkit-border-radius:100%;

		padding: 3px;
		
		width: 32px;
		height: 32px;
		line-height: 32px;
}

.stars .count {
		background: #006400;
		background: -moz-linear-gradient(left, #006400 0%, #006400 89%, #001800 99%, #001800 100%);
		background: -o-linear-gradient(left, #006400 0%, #006400 89%, #001800 99%, #001800 100%);
		background: -webkit-linear-gradient(left, #006400 0%, #006400 89%, #001800 99%, #001800 100%);
		background: linear-gradient(to right, #006400 0%, #006400 89%, #001800 99%, #001800 100%);

		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: large;
}

.corner {

					background-color:rgba(0, 0, 0, 0.7);
		
	right: -53px;
	top: 45px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.floating-form {
	width: 258px;
	right: 7%;
	}









.header_content ul li a i {margin:0 5px 0 0}
.header_content ul li ul {margin-top:0;margin-bottom:0}
.header_content ul li ul li {font-size:11px!important;font-weight:400;padding:0}
.header_content ul li ul li a {padding:5px 10px 5px 30px}

.header_content ul li ul{position:relative;display:block;overflow:hidden;height:0}
.header_content ul li ul.open{display:block;-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;height:auto}
.header_content ul li ul.close{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;height:0}



ul.tabs {
	text-align: center;
}
ul.tabs.tabs_l {
	text-align: left;
}
ul.tabs.tabs_c {
	text-align: center;
}
ul.tabs.tabs_r {
	text-align: right;
}
ul.tabsmall.tabs_l {
	text-align: left;
}
ul.tabsmall.tabs_r {
	text-align: right;
}


}

/* Maksimum mobilne */
@media only screen and (max-width:959px){
.desktop {display: none!important;}

						
header .site-name {font-size:32px}
header .site-slogan {font-size: 14px;text-align:center!important;}

header.frontal .logo img.logo_box {
	width: 96px;
	height: 96px;

	margin-top: 15px;
	margin-bottom: 15px;
}

header.frontal .logo img.logo_bar {
/*	width: 240px; */
	height: 64px;

	margin-top: 15px;
	margin-bottom: 15px;
}
			











h1.title {
	font-size: 30px;
	line-height: 1;
}


.priceing {
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;

	margin-right: 0px;
	margin-bottom: 10px;
}




/****** UJ WIE JAK TO *********/
/***** DO POPRAWY MENU uj wie co jak *******/

.header_content ul.nav{clear:both;display:block;padding:0px!important;margin:15px 0px;}
.header_content ul.navi{clear:both;display:block;padding:0px!important;margin:15px 0px;}
.header_content ul li {
	font-family:'Arial',sans-serif;
	font-size:20px;
	font-weight:400;
/*
	line-height:1em;
*/

	margin:0;
	white-space:nowrap;
	padding: 7px 0px;
}

.header_content ul.navi li {
	font-family:'Arial',sans-serif;
	font-size:14px;
	font-weight:400;
/*
	line-height:1em;
*/

	margin:0;
	white-space:nowrap;
	padding: 3px 0px;
}

.header_content ul.navi h4 {

	font-size: 14px;

}


															


section .section-fluid .row-fluid div[class*="box"] {
	vertical-align: middle;
	display: inline-block;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}

.menu_holder .header {
	margin: 0 auto;
}

.mobile_header{
	width:40px;
	height: 30px;
	display:block;position:fixed;

	z-index:1000;

	top: 15px;
	right: 15px;
}


/* Menu Show / Hide button */


	.closeMenu{
		color:#ffffff;
		text-shadow: #ffffff 0 1px 0;
		}	
	.closeMenu:hover{
		}

/***********/



	.home_page.left_content{

							background-color:#ffffff; 
		
		border-right: 0px solid rgba(255, 255, 255, .25);
		-webkit-background-clip: padding-box; /* for Safari */
   		background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */


		top:0px;
		bottom: 0px;

		min-width: 100%;
		max-width: 100%;

		display: none;
		}
	.home_page.right_content{

				
		min-width: 100%;
		max-width: 100%;
		}


/*****************************/














	.left_Holder {
		text-align: center;
		padding: 0px 0px;
	}
	.right_Holder {
		text-align: left;
		padding: 0px 0px;

				vertical-align: top;
							}


	.right_Holder.front {
		text-align: center;
	}













	.container-fluid{padding-left:15px!important;padding-right:15px!important}

	
	.container-fluid:first-of-type{
		padding-top:15px!important;

		position: relative;

	}
	.container-fluid.frame.image{
		padding: 0px!important;
	}
	.container-fluid:last-of-type{
		padding-bottom:15px!important;
	}

	.container-fluid.footer:first-of-type{
		margin-top:0px!important;
	}

	.container-fluid:last-of-type .row-fluid .span12 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span10 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span2 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span6 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span3 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span9 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span4 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span8 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span5 {margin-bottom: 0px;}
	.container-fluid:last-of-type .row-fluid .span7 {margin-bottom: 0px;}

	.row-fluid .span12 {padding-bottom: 10px;}
	.row-fluid .span10 {padding-bottom: 10px;}
	.row-fluid .span2 {padding-bottom: 10px;}
	.row-fluid .span6 {padding-bottom: 10px;}
	.row-fluid .span3 {padding-bottom: 10px;}
	.row-fluid .span9 {padding-bottom: 10px;}
	.row-fluid .span4 {padding-bottom: 10px;}
	.row-fluid .span8 {padding-bottom: 10px;}
	.row-fluid .span5 {padding-bottom: 10px;}
	.row-fluid .span7 {padding-bottom: 10px;}

	.row-fluid h1,
	.row-fluid h2,
	.row-fluid h3,
	.row-fluid h4,
	.row-fluid h5,
	.row-fluid h6 {
		margin: 0px 0px 15px 0px;
	}

article .row-fluid h1,
article .row-fluid h2,
article .row-fluid h3,
article .row-fluid h4,
article .row-fluid h5,
article .row-fluid h6 {
		margin: 15px 0px 10px 0px;
		font-weight: bold;
	}

div.listing_list.mini_rectangle .image {
	flex-basis:60px;
}
div.listing_list.mini_rectangle .details {
	flex-basis:calc(100% - 70px);
	width:calc(100% - 60px);
}
div.listing_list.mini_rectangle .image img {
	width: 60px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.mini_square .image {
	flex-basis:45px;
}
div.listing_list.mini_square .details {
	flex-basis:calc(100% - 55px);
	width:calc(100% - 55px);
}
div.listing_list.mini_square .image img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.mini_circle .image {
	flex-basis:45px;
}
div.listing_list.mini_circle .details {
	flex-basis:calc(100% - 55px);
	width:calc(100% - 55px);
}
div.listing_list.mini_circle .image img {
	width: 45px;
	height: 45px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_rectangle .image {
	flex-basis:80px;
}
div.listing_list.midi_rectangle .details {
	flex-basis:calc(100% - 90px);
	width:calc(100% - 90px);
}
div.listing_list.midi_rectangle .image img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_square .image {
	flex-basis:60px;
}
div.listing_list.midi_square .details {
	flex-basis:calc(100% - 70px);
	width:calc(100% - 70px);
}
div.listing_list.midi_square .image img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.listing_list.midi_circle .image {
	flex-basis:60px;
}
div.listing_list.midi_circle .details {
	flex-basis:calc(100% - 70px);
	width:calc(100% - 70px);
}
div.listing_list.midi_circle .image img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	box-sizing: border-box;
		border-radius: 100%;
	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}

div.image img {

	height: 200px;
	object-fit: cover;
	box-sizing: border-box;

	box-shadow: 0 0 1px #888;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
}




.bar1 {

	float: right;
	right: 0;
	height: 3px;

		background: #008000;
		
width: 100%;
margin: 0px 0px 7px 0px;
display: block;

	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.bar2 {

	float: right;
	right: 0;
	height: 3px;

		background: #008000;
		
	width: 70%;
	margin: 0px 0px 7px 0px;
	display: block;

	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.bar3 {

	float: right;
	right: 0;
	height: 3px;

		background: #008000;
		
	width: 40%;
	margin: 0px 0px 0px 0px;
	display: block;

	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.corner {
	font-size: 12px;

					background-color:rgba(0, 0, 0, 0.3);
		
	right: -65px;
	bottom: 30px;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.floating-form {
	width: 100%;
	}

ul.tabs {
	text-align: center;
}

ul.tabsmall {
	text-align: center;
}

}




