/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 /** Generated by FG **/
@font-face {
	font-family: 'Conv_Oxygen-Regular';
	src: url('fonts/Oxygen-Regular.eot');
	src: local('˘'), url('fonts/Oxygen-Regular.woff') format('woff'), url('fonts/Oxygen-Regular.ttf') format('truetype'), url('fonts/Oxygen-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
 
 
/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */


html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; font-weight:400; line-height: 1.231; font-family: Conv_Oxygen-Regular, "Trebuchet MS", Conv_Oxygen-Regular, Tahoma, sans-serif; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #4488BB; color: #fff; text-shadow: none; }
::selection { background: #4488BB; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration: none }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0 0 0 25px; padding: 0; float: left }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; text-align: center }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* =============================================================================
Sekcja główna
   ========================================================================== */

.aligncenter {
	text-align: center;
	display: block;
}
   
h1, h2, h3, h4, h5, h6, #breadcrumbs {
    font-family: Conv_Oxygen-Regular,"Trebuchet MS",Arial,sans-serif;
}   

h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 1px 1px #dfdfdf
}

h2 {
	font-size: 23px;
	line-height: 30px;
	font-weight: 400;
	text-shadow: 1px 1px #dfdfdf;
	border-bottom: 1px dotted #eee;
	padding: 0 0 20px 0
}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-shadow: 1px 1px #dfdfdf
}

h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-shadow: 1px 1px #95d8fa;
	color: #188ecb
}

p, ul li, ol li, .aidanews2_text, .aidanews2_date {
	font-family: Conv_Oxygen-Regular,"Trebuchet MS",Arial,sans-serif;
	font-weight: 400;
	line-height: 28px;
	color: #000;
	font-size: 15px;
}

#prawa ul ,#prawa ol {
	margin: 0;
	padding: 0
}

#prawa ul li,#prawa ol li, .partnersform ul li {
	list-style: none;
}

.partnersform ul {
	margin: 0;
	padding: 0;
}

#lewa .slownictwo ul li,#lewa .slownictwo ol li {
	color: #3d3d3d;
	list-style: outside square;
	margin: 0 0 0 20px
}

#jsn-body-wrapper {
	min-width: 960px;
}

#wrapperupper { 
	margin: 0 auto;
	min-width: 960px;
	padding: 0; 
	position: relative;
	background: #c0c0c0 url('../images/1page-header-bg.jpg') no-repeat top center;
 }

#wrapperlower {
	margin: 0 auto; 
	padding: 0; 
	position: relative;
	background: url("../images/cont-tail.jpg") repeat scroll center top transparent;
	border-bottom: 1px solid #C7C6CB;
}

#innerwrapperupper {
	margin: 0 auto; 
	min-width: 960px;
	padding: 0; 
	position: relative;
	background: url("../images/cont-bg-bot2.png") no-repeat scroll center top transparent;
	border-top: 1px solid #c7c6cb
}

#innerwrapperlower {
	margin: 0 auto; 
	padding: 0; 
	position: relative;
	background: url("../images/cont-bg-bot.png") no-repeat scroll center bottom transparent;
}
 
#innerwrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0
 }


#logo h1 {
	background-image: url('../images/logo.png');
	background-position: 0 0;
	width: 192px;
	height: 76px;
	text-indent: -9000px
}

#logo {
	width: 192px;
	float: left;
	margin: 0 10px 10px 0
}

#menu {
	width: 670px;
	float: left;
	margin: 6px 0 0 0
}

#jezyk {
	float: right;
    margin: 40px 0 0;
    width: 87px;
}


#baner {
	width: 100%;
	float: left;
	margin: 0
}

.bannergroup {
	width: 960px;
	height: 348px;
	background: url('../images/slider-bg.jpg') no-repeat bottom left;
}

#main, #glowna{
	width: 960px;
	margin: 0 auto;
}

#breadcrumbs {
	margin: 10px 0;
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #EEEEEE;
	color: 555;
	font-size: 14px;
	text-transform: uppercase
}

#breadcrumbs a {
	color: #888
}

#promocje {
	width: 100%;
	float: left;
	margin: 10px 0
}

#lewa {
	width: 640px;
	float: left;
	margin: 0 20px 0 0;
	min-height: 450px;
}

#lewa .blog.newsy {
	overflow: hidden
}

#prawa {
	width: 300px;
	float: right;
}

nav ul li {
	float: left;
	margin: 8px;
}

nav .joomla-nav li {
	height: 85px;
	float: right;
	margin: 0 5px;
	padding: 0 5px;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
}

nav .joomla-nav li:hover {
	height: 85px;
	background: url('../images/nav-act.png') repeat-x top left;
	margin: 0 5px;
	padding: 0 5px;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;	
}


nav .joomla-nav #current {
	height: 85px;
	background: url('../images/nav-act.png') repeat-x top left;
	margin: 0 5px;
	padding: 0 5px;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
}


nav .joomla-nav li a {
	display: block;
	margin: 35px 0;
	height: 20px;
	font: 400 17px/18px Conv_Oxygen-Regular, Tahoma;
	color: #000;
	text-transform: uppercase
}

.glowna .box25 {
	width: 24.8%;
	float: left;
	border-left: 1px solid #c7c6cb;
	text-align: center;
	height: 670px;
	position: relative
}

.glowna.de .box25 {
	height: 720px
}

.glowna .box25 h2 {
	font: 700 22px/22px Conv_Oxygen-Regular, Tahoma;
	text-align: center;
	margin: 50px 0 20px 0;
	background: url('../images/title-bg.png') no-repeat center bottom;
	padding: 0 0 30px 0;
	text-shadow: 1px 1px #F0EFF2;
	border: none;
}
.glowna .box25 p {
	font-size: 17px;
	line-height: 25px;
	padding: 10px
}

.glowna .box25 img:hover {
	opacity: 0.5
}

.glowna .box25.ostatnia {
	border-right: 1px solid #c7c6cb
}

.link1 {
	position: absolute;
	bottom: 30px;
	left: 70px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	padding: 5px;
	width: 80px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	box-shadow: 0 0 3px -1px #888888;
	background-color: #eee;
	margin: 0 auto
}

a:visited.link1 {
	color: #000;
}

a:hover.link1 {
	background-color: #888;
	color: #eee;
}

.kontakt .kon1 {
	width: 72%;
	margin: 0 2% 0 0;
	float: left;
}

.kontakt .kon1 p {
	text-align: justify
}

.kontakt .kon2 {
	width: 20%;
	float: left;
	margin: 0 0 0 3.5%
}

.kontakt .kon2 a, .kontakt .kon2 a:visited {
	color: #0B7FC8
}

.kontakt .kon2 span a {
	font-size: 16px;
	font-weight: 400;
	margin: -20px 0 0 0
}

.formkont #klawisz:hover {
	background: none repeat scroll 0 0 #888;
	color: #fff;
	text-shadow: none
}

#imie, #email {
	height: 20px
}

.kontakt .kon2 a:hover {
	text-decoration: underline
}

.kontakt h4 {
	color: #000;
	font-size: 20px;
	text-shadow: none
}

.margb20 {
	margin: 0 0 20px 0;
}

.margb35 {
	margin: 0 0 35px 0;
}

.aplikacja ul {
	margin: 0;
	padding: 0
}

.aplikacja ul li img{
	float: left;
	margin: 0 20px 0 0;
}

.aplikacja ul li {
	width: 100%;
	float: left;
	margin: 20px 0 40px 0;
	list-style: none
}

.aplikacja ul li p  {
	text-align: justify
}

.aplikacja ul li h2, .aplikacja ul li p {
	float: left;
	margin: 0 0 20px 0;
	width: 460px
}

.aplikacja ul li a.readmore, .aplikacja ul li a.readmore:visited {
	float: right;
	color: #0b7fc8
}

.aplikacja ul li a:hover {
	text-decoration: underline
}

.newsy h2 a {
	color: #33aaf6;
	text-shadow: 1px 1px #97ccee
}

.newsy p a, .newsy p a:visited {
	color: #0089ff;
}

.newsy p {
	margin: 0 0 10px 0
}

.newsy p a:hover {
	text-decoration: underline
}

.newsy .readmore {
	text-align: right;
	text-transform: lowercase;
}

.newsy .items-row {
	box-shadow: 0 4px 7px -6px #888888;
	padding: 10px
}

.newsy .readmore a, .newsy .readmore a:visited {
	color: #0b7fc8;
	font-size: 14px;
}

footer {
	margin: 0 auto;
	background: #1A1A1A url("../images/aside-splash.jpg") no-repeat center top;
	border-top: 10px solid #cfd0d6;
	padding-bottom: 10px
}

footer ul, footer ol {
	margin: 0;
	padding: 0
}

footer .footer1 {
	position: relative;
	width: 240px
}

footer .footer1 div {
	width: 240px;
	float: left;
}

footer .footer1 div > span {
	border: none !important;
}

footer .footer2 div, .footer2 {
	width: 250px;
	float: left;
}

footer .footer3 div {
	width: 250px;
	float: left;
}

.footer3 h1 {
	display: none;
	visibility: hidden
}

footer .footer3 .fabrik_row.oddRow0 , footer .footer3 .fabrik_row.oddRow1{
	background: none !important
}
footer .footer3 .fabrik_row a {
	color: #939393;
    font-size: 14px;
    line-height: 16px;
}

footer .footer3 .fabrik_buttons, footer .footer3 .fabrik_select.fabrik_element {
	display: none;
	visibility: hidden
}

footer .footer3 .faq_modul___tytul.fabrik_element.fabrik_list_11_group_15 {
	  color: #939393;
    list-style: square outside none;
    margin: 0 0 0 20px;
}

.footer4 {
	position: absolute;
	top: 0;
	right: 0;
}

footer .footer4 div, .footer4 {
	width: 180px !important;
	float: left;
}

footer .moduletable.linkowalny {
	height: 24px;
}

footer .moduletable.newsy {
	height: 250px;
}

footer .pobieranie {
	text-align: center
}

footer .pobieranie img:hover {
	opacity: 0.4
}

footer .pobieranie h3 {
	margin: 0 0 20px -20px
}


footer .pobieranie ul li  {
	list-style: none !important
}


footer .moduletable ul li {
	list-style: square;
	color: #939393;
	margin: 0 0 0 20px
}

footer .moduletable ul li a {
	color: #939393;
	font-size: 14px;
	line-height: 16px
}

footer .moduletable ul li a:hover {
	color: #fff
}

aside.footer {
	width: 960px;
	position: relative;
	margin: 27px auto 22px auto;
}

footer h3, footer h3 a, footer h3 a:visited {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: none;
	margin: 0 0 20px 0
}

footer h3 a:hover {
	text-decoration: underline
}

footer p, .fenderinner {
	color: #939393
}

footer .moduletable {
	overflow: hidden;
	height: 294px;
	margin: 0 0 20px 0;
	width: 22.8%;
	float: left;
	position: relative;
	padding: 0 1%
}

footer .moduletable.Lde {
	height: 318px
}

.fender {
	margin: 0 auto;
	background: #000;
	height: 30px;
	border-top: 1px solid #232323;
}

.fenderinner {
	width: 960px;
	margin: 0 auto;
	height: 30px;
	position: relative;
}

.fender p.f1 {
	margin: 0;
	position: absolute;
	left: 400px;
	top: 0;
}

.fender p {
	color: #888
}

.fender .f2, .fenderinner .f2 {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px
}

.fenderinner .f2 a:hover {
	text-decoration: underline
}

.fenderinner .f2 a, .fenderinner .f2 a:visited {
	color: #939393
 }
 
 
/* Zakladki */

#jezyktab {
	margin: 10px 0 0 0;
	float: left;
	height: 100%;
	overflow: hidden
}

.gkTabsWrap.vertical ol {
    background: none repeat scroll 0 0 transparent !important;
    height: 38px;
    margin: 0 !important;
    padding: 0 !important;
}

.gkTabsWrap.vertical ol {
    border-bottom: 3px solid #97CCEE;
}

.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 38px !important;
    list-style-type: none;
    margin: 0 4px 0 0 !important;
    padding: 0 12px !important;
    position: relative;
}

.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    text-shadow: 0 -1px 0 #EEEEEE;
}

.gkTabsWrap .gkTabsContainer{
	position: relative;
}

.gkTabsWrap .gkTabsItem {
	position: absolute;
}

.gkTabsWrap #iphone, .gkTabsWrap #ipad {
	background: url("../images/ios-logo.png") no-repeat scroll 25px 4px #EEEEEE;
}

.gkTabsWrap #android {
	background: url("../images/android-logo.png") no-repeat scroll 41px 1px  #EEEEEE;
}

.gkTabsWrap .jezykitab {
	float: left;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #EEEEEE
}

.gkTabsWrap .jezykitab a {
	display: block;
	width: 280px;
	height: 60px
}

.gkTabsWrap .jezykitab a:hover {
	background: #eee;
	opacity: 0.3
}

.gkTabsWrap .jezykitab img {
	float: left;
}

.gkTabsWrap .jezykitab p {
	float: left;
	margin: 15px 15px 15px 30px
}

.gkTabsWrap  li.active {
	background: #666666 !important;
	color: #EEEEEE !important;
	text-shadow: 1px 1px #666666 !important;
}

/* formularz zgłoszeniowy */

#feedback-form span {
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 260px;
}

#feedback-form input {
    padding: 14px 15px;
    width: 260px;
}

#feedback-form input, #feedback-form textarea {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    text-shadow: 1px 1px #E9E9E9;
}

input, select, textarea {
    color: #1A1A1A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* pagination */

.pagination {
	width: 100%;
	float: left
}

.pagination p {
	color: #888;
	margin: 30px 0 2px 0;
	text-align: center
}

.pagination a, .pagination a:visited {
	color: #FF5400
}

.pagination a:hover {
	opacity: 0.5
}

.pagination ul {
	list-style: none;
	text-align: center;
	margin: 30px auto;
	padding: 0;
	float: left
}

.pagination ul span {
	background: #cbcbcb;
	color: #515151
}

.newsy .pagination ul li {
	display: block;
	float: left;
	margin: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	list-style: none
}

.newsy .pagenav {
	background: #eee;
	padding: 5px 10px;
	border: 1px solid #e6e6e6
}

#listform_7_com_content_7 .list-footer {
	display: block !important
}

#listform_7_com_content_7 .pagination {
	width: 500px;
	float: left
}

#listform_7_com_content_7 .limit, #listform_7_com_content_7 .counter {
	width: 200px;
	float: left;
}



/* FAQ */
#right-list ul li a, #one-list ul li a, #search-results-list a, #accordion h3 {
	border-bottom: 1px dotted #EEEEEE;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    margin: 5px;
    padding: 0 15px;
	color: #000000;
}

#accordion h3 a {
	color: #393939;
}

#accordion  p {
	color: #373737;
    font-family: Conv_Oxygen-Regular,"Trebuchet MS",Arial,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

#lewa #category {
	 background: none repeat scroll 0 0 #dbdbdb;
}

#lewa #category h3{
	color: #373737 !important;
	padding: 6px 14px;
}

#right-list {
    background: none repeat scroll 0 0 #ececec;
	padding-left: 1.5%;
}

#ask-new {
	color: #FF5400
}

#faq-nav .nav-link {
	color: #188ECB;
	font-size: 20px;
}

#left-list {
	margin: -5px 0 0 0
}

#category  #left-cats a{
	color: #188ECB;
	font-size: 18px;
	margin: 5px
}

#right-list .vote {
	height: 60px
}

.answer a {
	font-size: 14px !important;
	color: #373737 !important;
	text-transform: lowercase !important
}

.answer-box p {
	font-size: 17px
}

.komentarze {
	margin: 10px 0 20px 0;
	float: left;
	height: 100%;
	overflow: hidden
}

#prawa h3 {
	float: left;
	display: block;
	width: 280px;
	border-top: 3px solid #97CCEE;
	background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    text-shadow: 0 -1px 0 #dfdfdf;
	padding: 10px;
	margin: 0 0 20px 0;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
} 

.formkont_th, .formkont_space {
	display: none
}


.formkont {
	width: 300px;
	min-height: 490px;
	float: left
}

.formkont input, .formkont textarea, .formkont select {
	width: 290px;
	font: 400 16px/22px Conv_Oxygen-Regular, Tahoma;
	border: 1px solid #c6c6c6;
	margin: 0 0 10px 0;
	background: #eee;
	color: #9c9c9c;
	padding: 5px
}

#mod_simpleemailform_submit_1, #mod_simpleemailform_reset_1 {
	width: 300px
}

.formkont_td p {
	line-height: 1;
	margin: 0 0 3px 0
}

.formkont_td p b span {
	font-size: 12px
}

.formkont select {
	width: 300px;
}

.formkont .pole p {
	margin: 2px 0
}

.pole label.error {
	font-weight: bold;
	color: red;
	margin: 0 0 10px 0;
	float: left;
	width: 100%
}

.formkont #wiadomosc {
	height: 200px
}

.formkont #klawisz {
	width: 100px;
	background: #f7f7f7;
	border: 1px solid #eee;
	color: #888
}

#right-list ul li, #one-list ul li {
    border-bottom: 1px solid #97CCEE;
    margin: 0 20px 0 3px;
    padding: 15px 0;
}

.podziekowania {
	position: relative;
}

.podziekowanie {
	border: 1px solid #97CCEE;
	border-radius: 5px 5px 5px 5px;
	font-size: 18px;
	left: 665px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 28px;
	width: 266px;
}

.podziekowaniamod {
	margin: 150px 0 0 0
}

.name_block a {
	color: #939393 !important
}

.fb-like-box {
	width: 240px;
	height: 30px;
	border: 1px solid CFD0D6
}

.Lde .fb-like-box {
	height: auto;
	margin: 0 0 20px 0
}

.article-info-term, .edit-icon {
	display: none
}

.published {
	margin: 0;
	color: #888;
	font: 400 12px/12px Conv_Oxygen-Regular, Tahoma;
}

/* formularz partnerski */

#form_7 {
	width: 100%;
	float: left;
	margin: 10px 0 30px 0;
	position: relative;
}


.fabrikForm .polef {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.fabrikForm.cmxform .leftCol {
	width: 200px;
	float: left;
	margin: 8px 18px 8px 0;
	line-height: 25px
}

.fabrikForm.cmxform .leftCol, .login .login-fields label {
	background-color: #666666;
	border: 1px solid #888;
	color: #eee;
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px;
	padding: 6px 10px
}

#username-lbl, #password-lbl {
	display: block;
    float: left;
    margin: 8px 10px 0 0;
    padding: 10px;
    width: 100px;
}

.fabrikForm.cmxform .fabrikElement {
	width: 360px;
	margin: 0 0 0 20px;
	float: left
}

.fabrikForm.cmxform .inputbox, .login .login-fields input {
	width: 340px;
	background-color: #eee;
	border: 1px solid #888;
	color: #666666;
	border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-o-border-radius: 0 8px 8px 0;
	padding: 10px;
	margin: 8px 0
}


.fabrikForm.cmxform  #kraje_id, .fabrikForm.cmxform #level_lang, .fabrikForm.cmxform #education, .fabrikForm.cmxform #dane_partnerow___kraje_id, .fabrikForm.cmxform #priv_or_bus, .fabrikForm.cmxform #internet_access, .fabrikForm.cmxform #gender {
	width: 362px !important
}

.fabrikForm.cmxform #describe_you {
	width: 342px !important
}

.fabrikForm.cmxform .button, .login button {
	padding: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	text-transform: uppercase;
	float: left;
	background: #4bd1ee;
	color: #fff;
	border: 1px solid #3eb3cc;
}

.login .button {
	margin: 10px 0
}

.fabrikForm.cmxform .button:hover {
	opacity: 0.6
}

.fabrikForm.cmxform .button.back {
	margin: 0 204px 20px 0;
}

.kroki {
	float: right;
	margin: 0 0 20px 0;
	border: 1px solid #3eb3cc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 10px 20px;
    width: 95px;
}

.fabrikForm.cmxform .klawisz {
	float: left;
	width: 615px;
	margin: 20px 0 0 0;
	
}

#system-message-container #system-message dt.message {
	display: none;
}

#system-message-container #system-message dd.message {
	margin: 0;
	padding: 0
}

.system-message-container ul li {
	list-style: none
}

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: 20px 5px }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }

#listform_7_com_content_7, #listform_9_com_content_9, #form_10, #listform_10_com_content_10, #listform_11_com_content_11 {
	width: 990px;
	margin: 0 0 50px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #EEEEEE;
}

.displayBox {
	display: block !important
}

.komkotwice, .modulfaki {
	width: 990px
}

.modulfaki h3 {
	float: left;
	width: 100%
}

.komkotwice #form_9, .modulfaki #form_11 {
	width: 450px;
	margin: 0 0 50px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #EEEEEE;
	float: left
}

.faqkomkot, .modfaqow {
	width: 400px;
	float: right
}

.modulfaki a {
	color: #FC6806
}

.modulfaki h1 {
	display: none
}

.modulfaki a:hover {
	text-decoration: underline
}

#listform_7_com_content_7 a {
	color: #e95920
}

#details_7 #dane_partnerow___describe_you_ro {
	width: 450px
}

#listform_7_com_content_7 .fabrik_buttons {
	margin: 0 20px 0 0;
}

#listform_7_com_content_7 .filtertable {
	width: 765px !important;
	margin: 0 !important;
}

#listform_7_com_content_7 .boxflex {
	border-top: 1px dotted #EEEEEE;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}

#system-message-container .error {
	font-weight: bold
}

#system-message-container .error.message ul li {
	color: #fff;
	padding: 10px;
	border: 1px solid #888;
	margin: 10px;
	width: 500px;
	background: #b0b0b0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}

.fabrikinput:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.komentarze .fabrik_buttons, .komentarze .fabrik_select, .komentarze .fabrik_actions, .komentarze .fabrik_action, .moduletable.faqfooter .fabrik_buttons, .moduletable.faqfooter .fabrik_select, .moduletable.faqfooter .fabrik_actions, .moduletable.faqfooter .fabrik_action {
	display: none
}

.moduletable.faqfooter .fabrik_row.oddRow0, .moduletable.faqfooter .fabrik_row.oddRow1 {
	background: none !important
}

#prawa .tytul_kom, #prawa .komentarze___tytkotwica {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: #666666;
	padding: 3px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

#prawa .tytul_kom_1g {
	background: url("../images/1gwiazdka.png") no-repeat scroll 200px 4px #666666;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

#prawa .tytul_kom_2g {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: url("../images/2gwiazdki.png") no-repeat scroll 200px 4px #666666;
	padding: 3px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

#prawa .tytul_kom_3g{
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: url("../images/3gwiazdki.png") no-repeat scroll 200px 4px #666666;
	padding: 3px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

#prawa .tytul_kom_4g {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: url("../images/4gwiazdki.png") no-repeat scroll 200px 4px #666666;
	padding: 3px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

#prawa .tytul_kom_5g{
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: url("../images/5gwiazdek.png") no-repeat scroll 200px 4px #666666;
	padding: 3px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none
}

#prawa .tresc_kom {
	background: url("../images/komentarze.png") no-repeat scroll left top #EEEEEE;
    border-radius: 2px 2px 0 0;
    color: #666666;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 10px 5px 50px;
	margin: 10px 0 0 0
}

#prawa .autor_kom {
	background: #EEEEEE;
    border-radius: 0 0 2px 2px;
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px 10px 10px;
    text-align: right;
	margin: 0 0 10px 0
}

#prawa .bez_stylu {
	background: none;
    border-radius: none;
    box-shadow: none;
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
    text-align: left;
}

.panelmod h3 a {
	color: #FC6806
}

.panelmod h3 a:hover {
	text-decoration: underline
}

.panelmod h3 a:visited {
	color: #FC6806
}

.edycjamod h1 {
	display: none;
}

.menumoderatora {
	border: 1px solid #888;
	padding: 10px;
	margin: 5px;
	width: 960px
}

ul.menumoderatora li {
	display: inline;
	margin: 0 10px 0 0;
	border-left: 2px solid #eee;
	padding: 0 0 0 10px
}


ul.menumoderatora li a, ul.menumoderatora li a:visited {
    color: #1D3240;
    text-transform: uppercase;
	font-size: 14px;
	line-height: 20px
}

ul.menumoderatora li a:hover {
	color: #E95920
}


li.noborder {
	border: none !important
}


.fbConnectWidgetFooter {
	overflow:hidden
}

.fbFooterBorder {
	margin: -20px 0 0 0
}

.lastsave {
	bottom: 24px;
    left: 260px;
    position: absolute;
}

.fabrikActions_4a {
    float: right !important;
    margin: 20px 18px 0 0 !important;
    width: 620px !important;
}


#listform_9_com_content_9 .list-footer {
	display: block !important;
	width: 960px;
	float: left
}

#listform_9_com_content_9 .list-footer div.limit, #listform_9_com_content_9 .list-footer .pagination {
	display: block;
	float: left;
}

#listform_9_com_content_9 .list-footer .pagination {
	width: 630px
}

#listform_9_com_content_9 .list-footer div.counter {
	width: 150px;
	float: right
}

.boxgrid3 a, .boxgrid3a a {
	text-indent: -9000px;
	display: block
}

.pobieranie ul li{
	width: 113px;
	height: 40px;
	margin: 20px 0 0 27px !important;
	text-align: left;
}


li.boxgrid3  {
	display: block;
	background: url('../images/windows-market.png') no-repeat top left;
}

li:hover.boxgrid3 {
	display: block;
	background: url('../images/dostepnew.png') no-repeat top left;
	cursor: pointer;
}

li:hover.boxgrid2a {
	opacity: 0.6
}

li.boxgrid3a  {
	display: block;
	background: url('../images/windows-market.png') no-repeat top left;
}

li:hover.boxgrid3a {
	display: block;
	background: url('../images/comings.png') no-repeat top left;
	cursor: pointer;
}


ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#nav > li > a {
	background: url("lang-arrowd.png") no-repeat scroll right 6px transparent !important;
	padding: 2px 15px 2px 2px !important;
}


ul#nav li a {
	display: block !important;
	font-weight: bold;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	color: #4a4a4a !important;
	font-weight: 300;
	
}

ul#nav > li > a:hover{
	background: url("lang-arrowdh.png") no-repeat scroll right 6px transparent !important;
}
	
ul#nav li ul li a {
	padding: 2px 5px !important;
}
	
ul#nav li ul li a:hover {
	background: #a0a0a0;
	color: #fff !important
}
	
ul#nav li {
	float: left !important;
	position: relative !important;
	text-align: left !important;
	padding: 0 0 0 25px !important;
	font-size: 13px;
	line-height: 13px;
	text-transform: lowercase
}

ul#nav li.en {
	background: url('en.gif') no-repeat 0 2px !important;
}

ul#nav li.pl {
	background: url('pl.gif') no-repeat 0 2px !important;
}

ul#nav li.de {
	background: url('de.gif') no-repeat 0 2px !important;
}

#nav li ul {
	list-style: none !important;
	display: none !important;
	position: absolute !important;
	width: 100px !important;
	top: 0 !important;
	left: 0 !important;
	padding: 1px 0 10px 0 !important;
	margin-left:-1px !important;
	margin: 0 !important
}

#nav li>ul {
	top: auto !important;
	left: auto !important;
}

#nav li:hover ul {
	display: block !important;
}

#listform_6_com_content_6 {
	margin: 0 0 100px 0
}

.doempty, #prawa .module > div > h3 {
	visibility: hidden !important;
	display: none !important;
}

#cookies {
	width: 100%;
	margin: 0 auto;
}

.plg_system_eprivacy_module {
	float: left;
    margin: 0 auto;
    width: 100%;
	background: #fbf6b6;
	background: -moz-linear-gradient(top,  #fbf6b6 0%, #ffdea9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf6b6), color-stop(100%,#ffdea9));
	background: -webkit-linear-gradient(top,  #fbf6b6 0%,#ffdea9 100%);
	background: -o-linear-gradient(top,  #fbf6b6 0%,#ffdea9 100%);
	background: -ms-linear-gradient(top,  #fbf6b6 0%,#ffdea9 100%);
	background: linear-gradient(to bottom,  #fbf6b6 0%,#ffdea9 100%);
}

.plg_system_eprivacy_message {
	text-align: center;
	width: 960px;
	margin: 0 auto
}

.plg_system_eprivacy_message .decline {
	display: none;
	visibility: hidden;
}

.plg_system_eprivacy_message p {
	color: #000;
    font-size: 13px;
	font-family: arial;
    font-weight: normal;
    line-height: 2;
    margin: 5px;
    text-shadow: 1px 1px #fff;
	float: left
}
.plg_system_eprivacy_message .plg_system_eprivacy_agreed {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #2267b7 !important;
    float: left;
    font-size: 13px;
	font-family: arial;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
	line-height: 2;
    text-align: right;
    text-decoration: underline;
}

.plg_system_eprivacy_message p a {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 13px;
	font-family: arial;
    font-weight: normal;
    line-height: 2;
	text-decoration: underline;
	color: #2267b7;
	text-shadow: none
}

.plg_system_eprivacy_message a:hover, .plg_system_eprivacy_message button:hover {
	cursor: pointer;
	opacity: 0.8;
	text-decoration: none
}

.plg_system_eprivacy_message p a:hover {
	text-decoration: none
}


.plg_system_eprivacy_declined, .plg_system_eprivacy_accepted, .plg_system_eprivacy_message h2 {
	display: none !important;
	visibility: hidden !important
}

.fb-container {
    height: 153px;
    overflow: hidden;
	margin: 0 0 10px 0
}

.googlebox {
	width: 40px !important;
	height: 40px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 10px
}

.twitterbox {
	width: 90px !important;
	height: 40px;
	float: left;
	overflow: hidden;
	margin: 1px 0 0 10px
}

.socialbox {
	position: absolute !important;
	left: -8px;
	top: 115px;
}