/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}abbr{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
Huh... Opera problem...
*/
a:focus{outline:none}



/*
 * Grid
 */

.row {
	width: 100%;
}
	.row:before,
	.row:after {
		display: table;
		line-height: 0;
		content: "";
	}
	.row:after {
		clear: both;
	}

.span {
	display: block;
	float: left;
	margin-left: 2.564102564102564%;
	min-height: 30px;
}
	.span:first-child {
		margin-left: 0;
	}
	.span-12 {
		width: 100%;
	}
	.span-11 {
		width: 91.45299145299145%;
	}
	.span-10 {
		width: 82.90598290598291%;
	}
	.span-9 {
		width: 74.35897435897436%;
	}
	.span-8 {
		width: 65.81196581196582%;
	}
	.span-7 {
		width: 57.26495726495726%;
	}
	.span-6 {
		width: 48.717948717948715%;
	}
	.span-5 {
		width: 40.17094017094017%;
	}
	.span-4 {
		width: 31.623931623931625%;
	}
	.span-3 {
		width: 23.076923076923077%;
	}
	.span-2 {
		width: 14.52991452991453%;
	}
	.span-1 {
		width: 5.982905982905983%;
	}

	.offset-12 {
		margin-left: 105.12820512820512%;
	}
	.offset-12:first-child {
		margin-left: 102.56410256410257%;
	}
	.offset-11 {
		margin-left: 96.58119658119658%;
	}
	.offset-11:first-child {
		margin-left: 94.01709401709402%;
	}
	.offset-10 {
		margin-left: 88.03418803418803%;
	}
	.offset-10:first-child {
		margin-left: 85.47008547008548%;
	}
	.offset-9 {
		margin-left: 79.48717948717949%;
	}
	.offset-9:first-child {
		margin-left: 76.92307692307693%;
	}
	.offset-8 {
		margin-left: 70.94017094017094%;
	}
	.offset-8:first-child {
		margin-left: 68.37606837606839%;
	}
	.offset-7 {
		margin-left: 62.393162393162385%;
	}
	.offset-7:first-child {
		margin-left: 59.82905982905982%;
	}
	.offset-6 {
		margin-left: 53.84615384615384%;
	}
	.offset-6:first-child {
		margin-left: 51.28205128205128%;
	}
	.offset-5 {
		margin-left: 45.299145299145295%;
	}
	.offset-5:first-child {
		margin-left: 42.73504273504273%;
	}
	.offset-4 {
		margin-left: 36.75213675213675%;
	}
	.offset-4:first-child {
		margin-left: 34.18803418803419%;
	}
	.offset-3 {
		margin-left: 28.205128205128204%;
	}
	.offset-3:first-child {
		margin-left: 25.641025641025642%;
	}
	.offset-2 {
		margin-left: 19.65811965811966%;
	}
	.offset-2:first-child {
		margin-left: 17.094017094017094%;
	}
	.offset-1 {
		margin-left: 11.11111111111111%;
	}
	.offset-1:first-child {
		margin-left: 8.547008547008547%;
	}

	.offset-0, .offset-0:first-child {
		margin-left: 5.11111111111111%;
	}


/*
 * PLUGINS
 */

/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1
 * http://qtip2.com
 *
 * Copyright (c) 2012 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Mon Dec 31 2012 02:55 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
	border-radius: 3px;
}

	.qtip-content{
		position: relative;
		padding: 3px 5px;
		overflow: hidden;
		text-align: left;
		word-wrap: break-word;
		font-size: 12px;
		line-height: 1.3em;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: #fff;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

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

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}

.ui-tooltip-image {
	max-width: none;
	padding: 2px 1px 2px 2px;
}
	.ui-tooltip-image img {
		display: block;
	}
	.ui-tooltip-image .qtip-content {
		padding: 2px;
	}

.ui-tooltip-error {
	border: 1px solid #FF9494;
	background: #FFEDED;
	color: #BF1B16;
}



/*
 * Cycle2
 */
.cycle-slide,
.cycle-slide img {
	max-width: none !important;
}


/*
 * GreenFigure
 */

.greenfigureOverlay {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.greenfigure {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
	.greenfigure img {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0;
		border: 0;
	}
	.greenfigure-image {
		/*position: absolute;
		top: 0;
		left: 0;
		right: 120px;
		bottom: 0;*/
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
		.greenfigure-image-wrapper {
			display: table;
			width: 100%;
			height: 100%;
		}
		.greenfigure-image-wrapper-inner {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
		.greenfigure-image-arr {
			width: 40px;
			height: 200px;
			background-color: #000;
			position: absolute;
			top: 50%;
			margin-top: -100px;
			cursor: pointer;
			z-index: 2200;
			background: #212121 no-repeat center center;
			border: 1px solid #131313;
		}
		.greenfigure-image-arr:hover {
			background-color: #303030;
		}
			.greenfigure-image-arr--prev {
				left: 10px;
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNpi+v//PwMObAjEzCA2LgUuQPwLiM8AsQE2BRpA/P4/BLwGYiV0BaJAfAeqAGSSA7p17EB85D8CpMPkYAoYgXgxkoKpyDbAGDVICvYCMSu6ogAg/gdVcBeIhdE9w8TAwPAHiIHKwQDE/seADqCqK5Cs2wXELNjcBMJzkBROxKUI5Nh9SApTsSkCYSEgvglV9BOI7XHFnSoQv0WKFgUmBkxwG4iDgfgXEN8HYgEGPElFB4iZQGyAAAMA6imlNG1koI8AAAAASUVORK5CYII=);
			}
			.greenfigure-image-arr--next {
				right: 10px;
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALtJREFUeNpi+v//PwMQMwOxIZSNgUGEARCfAeJfQOyCS5ESEL/+DwHvgVgDmyIQdoCaBAJ3gFgUmyIQTv+PAEeAmB2bIhCeiqRwMRAzYlPECsR7kRTWYFMEwsJAfBeq6B8QBzAxYIJ/QPwHyv4PZqOZwgLEu5Csq8Bm3UQkBXOw+S4VScE+qCdQFNkD8U+ogptALIQemApI0fIWiFXRfQzynQAQ3wfiX0AcDMS3MfwLVc0ExDq4kgpAgAEAGCClNAWM3XcAAAAASUVORK5CYII=);
			}

	.greenfigure-thumbs {
		position: absolute;
		width: 120px;
		vertical-align: middle;
		text-align: center;
		top: 0;
		right: 0;
		bottom: 0;
	}


	.greenfigure-thumbs-arr {
		background-color: rgba(255,255,255,.8);
		position: absolute;
		width: 110px;
		height: 30px;
		cursor: pointer;
		z-index: 2101;
		right: 10px;
		background: #212121 no-repeat center center; /* 9b231c*/
		border: 1px solid #131313;
	}
		.greenfigure-thumbs-arr:hover {
			background-color: #303030;
		}
		.greenfigure-thumbs-arr--prev {
			top: 10px;
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAMAAAAM9FwAAAAAkFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9oY44IAAAAL3RSTlMAQNn66zD5BXwBowdMvnj9/hUlupzdvdwoUO2RBJXvRCwTZWcSMQLKxD/MAxEgIt0YZ7EAAABdSURBVHheVcdVDkJBAEWxM8/dBXe3u//dQcIkhP4VK5vypyirKP417PSRpFiHXHJ66VJ/3zhS+9gO0jgBMDNpvoBwKa3WsAkU7ABg78o9cjp7Vyzj3e7gP7Hg5fMGE/EHpBkQuk0AAAAASUVORK5CYII=);
		}
		.greenfigure-thumbs-arr--next {
			bottom: 10px;
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALtJREFUeNpi/P//PwMQGADxByB+wEAcUAJiPiC+wAA0gAmITwHxayC2BxlIADtA1Z4BYmaQgA4Q//wPASA6FY/mdCD+BVULog2RTX37HwEmAjELkkZWIJ6KJP8eiF3A3kdSpArEN5EU7QJiQSAWBuK9SOJ3gFgDpg/diUJAvA9JMcjAu0j8I0AsiqwHmz9Bzp3zHxMsBmJ2dPX4QrsCiP8C8T8grgFiRmzqGKHpABfwAWIWIN6ASwFAgAEAblaCb+EN6i8AAAAASUVORK5CYII=);
		}

	.greenfigure-thumbs-content {
		position: absolute;
		top: 50px;
		bottom: 50px;
		width: 100%;
		overflow: auto;
		padding: 0;
		z-index: 2100;
	}

	.greenfigure-close {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background: #212121 no-repeat center center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNqEzz0KwjAYgOGIm5NCh4KiRTyIRSh4AEFw9AQeyN2b6CIuHRVRQdz9BQvxDX6BEFMMPEO+8JKkorWuKaWmqGKBi/pdMcYoMFdExgQFckQysyKZvzEyM/fQhhs0ZFbH2g38yA1XaGLpB6HIDR+hoCxKcNbfdULrX2SCPW6Y4Yot2mVRFwfckcqsL/udG/qB+cfAuz3DU8KOjXo4ykEW+KMxxEuennwEGAD7y4o3fj5vtAAAAABJRU5ErkJggg==);
		border: 1px solid #131313;
		cursor: pointer;
	}
		.greenfigure-close:hover {
			background-color: #303030;
		}

	.greenfigureThumb {
		display: block;
		width: 90%;
		margin: 10px auto;
		border: 1px solid #000;
		background-color: #000;
		position: relative;
		cursor: pointer;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
		.greenfigureThumb img {
			width: 100%;
			height: auto;
			-webkit-transition: opacity .3s ease-out;
			-moz-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			opacity: .5;
		}
		.greenfigureThumb:hover img {
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
		}
		.greenfigureThumb:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			border: 1px solid #FFF;
			opacity: .1;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
		}

	.greenfigureThumb--youtube:before,
	.greenfigureThumb--vimeo:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../images/gfx/greenfigure/play.png) no-repeat center center;
	}
	.greenfigureThumb--noThumb {
		height: 90px;
	}

	.greenfigureThumb--loading {
		height: 70px;
		background: #000 url(../images/gfx/greenfigure/loading.gif) no-repeat center center;
	}
		.greenfigureThumb--loading img {
			display: none;
		}

	.greenfigureThumb--error {
		border-color: #F00 !important;
		height: 90px;
	}
		.greenfigureThumb--error img {
			display: none !important;
		}

	.greenfigureThumb--open {
		border-color: #FFF;
	}
	.greenfigureThumb--open img {
		-webkit-filter: grayscale(.5) blur(2px);
		opacity: 1;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}



	.greenfigureImage {
		display: inline-block;
		border: 1px solid #000;
		background: #000 url(../images/gfx/greenfigure/loading.gif) no-repeat center center;
		min-width: 100px;
		min-height: 100px;
	}
		.greenfigureImage * {
			display: block;
			position: relative;
			z-index: 2000;
		}
			.greenfigureImage--photo {
				position: relative;
			}
				.greenfigureImage--photo:after {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					border: 1px solid #FFF;
					z-index: 2001;
					opacity: .1;
					filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
				}

			.greenfigureImage--ajax {
				max-width: 800px;
				max-height: 500px;
				overflow: auto;
				padding: 20px;
				background: #FFF;
				color: #444;
				text-align: left;
			}


		.greenfigureImage--loading {
			/* Wymusza pokazanie się loadinga */
			background: #000 url(../images/gfx/greenfigure/loading.gif) no-repeat center center !important;
		}
			.greenfigureImage--loading * {
				display: none !important;
			}

		.greenfigureImage--error {
			border-color: #F00;
			background-image: none;
		}
			.greenfigureImage--error * {
				display: none !important;
			}

.greenfigure ::-webkit-scrollbar {
	width: 5px;
}

.greenfigure ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	border-radius: 2px;
}

.greenfigure ::-webkit-scrollbar-thumb {
	background: #FFF;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	border-radius: 2px;
}

.greenfigure ::-webkit-scrollbar-thumb:window-inactive {
	background: #FFF;
}

.greenfigure--noThumbs .greenfigure-image,
.greenfigure--oneImage .greenfigure-image {
	right: 0
}
.greenfigure--oneImage .greenfigure-image-arr,
.greenfigure--oneImage .greenfigure-thumbs,
.greenfigure--noThumbs .greenfigure-thumbs {
	display: none
}



/*
 * Ciasteczkowy potwór!
 */

.cookieMonster {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	color: #707070;
	background: #F3F3F3;
	z-index: 9999;
}
	.cookieMonster-info {
		background-image: -webkit-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -moz-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -ms-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -o-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: linear-gradient(top, #FCFCFC, #E6E6E6);
		border-top: 1px solid #D9D9D9;
		height: 23px;
		line-height: 23px;
		font-size: 11px;
		padding: 0 0 0 7px;
	}
	.cookieMonster-more,
	.cookieMonster-close {
		border-left: 1px solid #D9D9D9;
		color: #636363;
		cursor: pointer;
		float: right;
		height: 23px;
		text-align: center;
	}
	.cookieMonster-more {
		padding: 0 9px;
	}
	.cookieMonster-close {
		width: 23px;
		font-size: 18px;
	}
		.cookieMonster-more:hover,
		.cookieMonster-close:hover {
			background-color: #E6E6E6;
			color: #4E4E4E;
			text-decoration: none;
		}

	.cookieMonster-description {
		display: none;
		border-top: 1px solid #D1D1D1;
		padding: 20px 40px 40px;
		font-size: 13px;
		line-height: 1.3em;
		color: #333;
		max-height: 320px;
		overflow: auto;
	}
		.cookieMonster-description p {
			padding: 6px 0;
			margin: 0;
		}
		.cookieMonster-description ul {
			padding: 6px 0;
			margin: 0 0 0 20px;
		}
		.cookieMonster-description li {
			background: none;
			padding: 0 0 10px 0;
			list-style-type: square;
		}