@font-face {
    font-family: 'museo_slab500';
    src: url('../fonts/Museo_Slab_500_2-webfont.eot');
    src: url('../fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
         url('../fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('../fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 13px;
	line-height: 1.3;
	/*font-family: Arial, "Helvetiva", Verdana, sans-serif;*/
	/*font-family: 'PT Serif', Georgia, serif;*/
	font-family:'Open Sans',arial, sans;
	background: #f6f6f6;
	text-shadow:1px 1px 0px rgba(255,255,255,1);
}

.clearfix {
	clear: both;
}

.colors {
	height: 3px;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	background: url(../img/colors.jpg) repeat-x top center;
}

.margin0 {
	margin: 0px!important;
}

.padding20 {
	padding: 20px 0;
}

.padding0 {
	padding: 0!important;
}

#header {
	background: url(../img/headerbg2.jpg) no-repeat top center #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
	position: relative;
	z-index: 20;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#header .inner {
	border: 1px solid rgba(0,0,0,0.03);
	padding: 15px 0;
}

#header strong {
	font-size: 11px;
	font-weight: normal;
	color: rgba(0,0,0,0.4);
	display: inline-block;
	padding: 5px 0 0 0;
}

#header strong span {
	font-weight: bold;
}

#header #logo {
	padding: 15px 0;
	display: block;
}

#header form {
	display: inline-block;
	width: 338px;
	margin: 0 0 15px 5px;
}

#header input.search {
	border: 1px solid rgba(0,0,0,0.1);
	background: url(../img/szukaj.jpg) no-repeat 97% 50% #f9f9f9;
	height: 30px;
	margin: 0;
	padding: 6px;
	/*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    color: #a7a7a7;
	-webkit-box-shadow: inset 0px -2px 3px 0px #f0f0f0;
        box-shadow: inset 0px -2px 3px 0px #f0f0f0;
}

#header .social {
	border: 1px solid rgba(0,0,0,0.1);
	background:#f9f9f9;
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-size: 0px;
	padding: 0 6px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-align: center!important;
	-webkit-box-shadow: inset 0px -2px 3px 0px #f0f0f0;
        box-shadow: inset 0px -2px 3px 0px #f0f0f0;
}

#header .social a {
	padding: 0 2px;
}

#userpanel {
	/*font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: 400;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 3px solid #0077a5;
	border-top: 1px solid #94d8f2;
	border-left: none;
	border-right: none;
	background: #00aeee;
	background: -moz-linear-gradient(top,  #00aeee 0%, #009fdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeee), color-stop(100%,#009fdb));
	background: -webkit-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -o-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -ms-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: linear-gradient(to bottom,  #00aeee 0%,#009fdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#009fdb',GradientType=0 );
	color: rgba(255,255,255,0.88);
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	font-size: 12px;
	line-height: 42px;
}

#userpanel strong, 
#userpanel a {
	color: rgba(255,255,255,1);
}

#userpanel a.przedluz {
	float: right;
	font-weight: 700;
}

.buttonpadding {
	display: inline-block;
	padding: 11px 0px;
	font-size: 11px!important;
}

.button.roboto {
	/*font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: 700;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: normal;
	font-size: 13px;
}

.button.blue,
.button.black:hover,
.lwa-form input[type="submit"],
.gform_button,
.gform_footer input[type="submit"],
.entry input[type="submit"],
.lwa-remember input[type="submit"],
.entry2 input[type="submit"] {
	cursor: pointer;
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;	
	font-size: 13px;
	color: #ffffff;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	padding: 11px 10px 9px 10px;
	border-bottom: 3px solid #0077a5;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #00aeee;
	background: -moz-linear-gradient(top,  #00aeee 0%, #009fdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeee), color-stop(100%,#009fdb));
	background: -webkit-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -o-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -ms-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: linear-gradient(to bottom,  #00aeee 0%,#009fdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#009fdb',GradientType=0 );
	/*-webkit-border-radius: 5px;    
    border-radius: 5px;*/
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.button.black,
.button.blue:hover,
.lwa-form input[type="submit"]:hover,
.gform_button:hover,
.gform_footer input[type="submit"]:hover,
.entry input[type="submit"]:hover,
.entry2 input[type="submit"]:hover,
.lwa-remember input[type="submit"]:hover {
	background: #1e1a1b;
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;	
	font-size: 13px;	
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	border-bottom: 3px solid #0d0c0c;
	border-top: none;
	border-left: none;
	border-right: none;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	padding: 11px 10px 9px 10px;
	color: #ffffff!important;
}

.button.gray {
	color: #ffffff;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	padding: 11px 10px 9px 10px;
	border-bottom: 3px solid #a0a0a0;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;	
	font-size: 13px;
	background: #1e1a1b;
	/*background: #bebebe;
	background: -moz-linear-gradient(top,  #bebebe 0%, #bababa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#bababa));
	background: -webkit-linear-gradient(top,  #bebebe 0%,#bababa 100%);
	background: -o-linear-gradient(top,  #bebebe 0%,#bababa 100%);
	background: -ms-linear-gradient(top,  #bebebe 0%,#bababa 100%);
	background: linear-gradient(to bottom,  #bebebe 0%,#bababa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#bababa',GradientType=0 );*/
	/*-webkit-border-radius: 5px;    
    border-radius: 5px;*/
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.button.gray:hover {
	border-bottom: 3px solid #0077a5;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #00aeee;
	background: -moz-linear-gradient(top,  #00aeee 0%, #009fdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeee), color-stop(100%,#009fdb));
	background: -webkit-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -o-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -ms-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: linear-gradient(to bottom,  #00aeee 0%,#009fdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#009fdb',GradientType=0 );
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;	
	font-size: 13px;
}

#mainmenu {
	background: #211d1e;
	border-bottom: 2px solid #ffffff;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.button.radius {
	-webkit-border-radius: 0px!important;    
    border-radius: 0px!important;  
}

section.topics {
	background: #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
	position: relative;
	z-index: 20;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

section.topics .inner {
	border: 1px solid rgba(0,0,0,0.03);
	padding: 5px 0;
	font-size: 11px;
	color: #c0c0c0;
}

section.topics a {
	color: #9a9a9a;
	background: url(../img/plus.jpg) no-repeat 0 4px;
	padding: 0 0 0 10px;
	margin: 0 0 0 13px;
}

section.topics a:hover {
	color: #00aeef;
}

#content {
	padding: 20px 0px;
}

.box, 
#entryslider {
	background: #ffffff;
	border: 2px solid #ffffff;
	position: relative;
	z-index: 20;
	margin: 0 0 20px 0;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#slider .slides li{
	min-height:323px;
}
.box .inner {
	border: 1px solid rgba(0,0,0,0.06);
	padding: 20px;
}

.box .inner p:last-child {
	margin: 0!important;
}

#entryslider .inner {
	border: 1px solid rgba(0,0,0,0.06);
	padding: 20px 20px 10px 20px;
	background: url(../img/colors.jpg) repeat-x bottom center;
}

.entrysingle {
	background: #ffffff;
	border: 2px solid #ffffff;
	border-bottom: none!important;
	position: relative;
	z-index: 20;
	margin: 0 0 20px 0;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.entrysingle .inner {
	border: 1px solid rgba(0,0,0,0.06);
	padding: 20px 20px 20px 20px;
	background: url(../img/colors.jpg) repeat-x bottom center;
}

.entry,
.entry2 {
	background: #ffffff;
	border: 2px solid #ffffff;
	position: relative;
	z-index: 20;
	margin: 0 0 20px 0;
	color: #000000;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.entry p, 
.entry div,
.entry li,
.entry2 p, 
.entry2 div,
.entry2 li
 {
	text-align: left;
	/*font-family: Arial, "Helvetiva", Verdana, sans-serif;*/
	font-family:'Open Sans',arial, sans;
	font-size:15px;
	color: #000000;
	line-height:22px;
}

.entry li, .entry .td,.entry2 li, .entry2 .td {
	font-family:'Open Sans',arial, sans;
	font-size:16px;
}

.entry .inner,.entry2 .inner {
	border: 1px solid rgba(0,0,0,0.06);
	padding: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6,
.entry2 h1, .entry2 h2, .entry2 h3, .entry2 h4, .entry2 h5, .entry2 h6{
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

.entry.promocja {
	background:#fff;
	border: 2px solid #ffffff;
	position: relative;
	z-index: 20;
	margin: 0 0 20px 0;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.entry.polecane,
.entry2.polecane {
	background: #fff7ec;
	border: 2px solid #ffffff;
	position: relative;
	z-index: 20;
	margin: 0 0 20px 0;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.entry.promocja .inner {
	border: 1px solid rgba(0,0,0,0.06);
	padding: 20px;
	background:#fff;
}

.entry.promocja .promo {
	position: absolute;
	top: 10px;
	left: -10px;
	background: url(../img/promocja.png) no-repeat top left;
	width: 78px;
	height: 38px;
	z-index: 30;
}

.artpromo {
	position: absolute;
	top: 10px;
	left: -10px;
	background: url(../img/artpromocyjny.png) no-repeat top left;
	width: 136px;
	height: 38px;
	z-index: 30;
}



.entry.promocja .polecane, 
.entry.polecane .polecane,
.entry2.polecane .polecane {
	position: absolute;
	top: 10px;
	left: -10px;
	background: url(../img/polecane.png) no-repeat top left;
	width: 78px;
	height: 38px;
	z-index: 30;
}

.entry .premium,
.entry.promocja .premium, 
.entry.polecane .premium {
	position: absolute;
	top: 10px;
	left: -10px;
	background: url(../img/plus.png) no-repeat top left;
	width: 78px;
	height: 38px;
	z-index: 30;
}

.entry .newsletter,
.entry.promocja .newsletter, 
.entry.polecane .newsletter {
	position: absolute;
	top: 10px;
	left: -10px;
	background: url(../img/newsletter.png) no-repeat top left;
	width: 85px;
	height: 38px;
	z-index: 30;
}

img.noborder {
	border:none!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	-webkit-border-radius:0px!important;
	border-radius:0px!important;
}

img.thumb {
	width: 100%;
}

.font11 {
	font-size: 11px;
}

.font12, .entry .font12 div{
	font-size: 12px!important;
}

.font13 {
	font-size: 13px!important;
}

.font14 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0!important;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;	
	line-height: 1.2;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	vertical-align: middle;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h2.boxhead {
	font-size: 15px;
	color: #737373;
}

h2.boxhead img {
	padding: 0 7px 0 0;
	box-shadow: none!important
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

.roboto {
	/*font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: 700;	*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;
}

.big {
	text-transform: uppercase;
}

.margin0 {
	margin: 0;
}

.margin10 {
	margin: 0 0 10px 0;
}

.entry a:hover{
	text-decoration: underline;
}

.white,
a.white,
.white a {
	color: #fff;
}


.dark,
a.dark,
.dark a {
	color: #444444;
}

a.dark:hover,
.dark a:hover {
	color: #00a0dc;
	text-decoration: underline
}

.blue,
a.blue,
.blue a {
	color: #00a0dc;
}

.entry a.blue:hover{
	color: #00a0dc;
	text-decoration: underline;
}

a.blue:hover,
.blue a:hover {
	color: #444444;
}

.light,
a.light,
.light a {
	color: #a9a9a9;
}

a.light:hover,
.light a:hover {
	color: #00a0dc;
	text-decoration: underline;
}

.text-justify {
	text-align: justify;
}

.meta {
	font-size: 11px;
	margin: 0 0 20px 0;
}

.meta span,
.metasingle span,
span.kreska {
	padding: 0 5px;
	color: #dadada;
}

.metasingle a strong{
	color: #00a0dc;
}

.metasingle {
	padding: 10px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin: 0 0 30px 0;
	font-size: 11px!important;
	text-align: left;
}

.metasingle p {
	margin: 0px;
	text-align: left;
	padding: 7px 0 0 0;
	font-size: 11px!important;
}

.metasingle strong {
	font-weight: normal;
}

.metasingle img.avatar {
	padding: 0 0px 0 0;
	margin: 0 14px 0 0;
	border: none;
	}

section.thumb {
	margin: 0 0 20px 0;
	height: 255px;
	width: 100%;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	-webkit-box-shadow: inset 0px px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px px 8px 0px rgba(0, 0, 0, 0.2);
	border: 2px solid #f2f2f2;
}

section.about {
	border: 1px solid rgba(0,0,0,0.1);
	background:#f9f9f9;
	padding: 20px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center!important;
	-webkit-box-shadow: inset 0px -2px 3px 0px #f0f0f0;
        box-shadow: inset 0px -2px 3px 0px #f0f0f0;
}
.entry ul { list-style-type: none;}
.entry ul li {
	background: url(../img/punktator.png) no-repeat 0 8px;
	padding: 0 0 0 15px;
	margin: 3px 0;
	font-size:15px;
}

.entry ol li {
	padding: 0 0 0 1px;
	margin: 3px 0 3px 23px;
	font-size:15px;
}

blockquote {
	padding: 15px 0 50px 0;
	background: url(../img/blockquote.jpg) no-repeat 0 98%;
	border-top: 7px solid #00aeef;
	border-bottom: 7px solid #000000;
	color: #00aeef;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px!important;
	border-left: none!important;
	border-right: none!important;
}

blockquote.left {
	margin: 0 20px 10px 0;
	width: 30%;
}

blockquote.right {
	margin: 0 0px 10px 20px;
	width: 30%;
}
.autor_cytatu{
	color:black;
	font-size:13px;
	font-style: normal;
	font-weight: normal;
}
.entry table {
	border-collapse: collapse;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px!important;
}

.entry table td {
	font-size: 16px;
	padding: 15px;
	line-height: 1.4;
}

.entry table th {
	font-size: 16px;
	padding: 15px;
	line-height: 1.4;
}

.entry table thead, 
.entry table tfoot {
	background: #eeeeee!important;
}

.entry .source {
	font-size: 11px;
	margin: 0 0 10px 0;
}

.entry img {
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	/*border: 2px solid #f2f2f2;*/
	/*-webkit-border-radius: 4px;
    border-radius: 4px;	*/
}

.entry select, 
.entry input, 
.entry textarea,
.entry2 select, 
.entry2 input, 
.entry2 textarea {
	border: 1px solid rgba(0,0,0,0.1);
	background:#f9f9f9;
	padding: 9px 7px 9px 7px;
	text-align: left;
	color: rgba(0,0,0,0.7);
	/*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    /*font-family: 'Lato', sans-serif;*/
    font-family:'Open Sans',arial, sans;
}

.entry textarea,
.entry2 textarea{
	height:300px;
	width:75%;
}

.small_textarea textarea{
	height:80px;
	width:75%;
}

.gform_body input[type="text"] {
	width:50%;
}

.gform_body input.datepicker {
	width:25%;
}

.ginput_container select{
	width:50%;
}
.gform_body ul li {
	padding: 0!important;
	background: none!important;
}

.datawyd {
	background: #454041;
	border-bottom: 3px solid #2d2b2b;
	color: #ffffff!important;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	padding: 8px 14px 5px 14px;
	font-size: 14px;
	font-weight: bold;
	border-top: none;
	border-left: none;
	border-right: none;
	/*font-family: 'Lato', sans-serif;*/
	font-family:'Open Sans',arial, sans;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	position: absolute;
	text-align: right;
	bottom: -7px;
	right: 20px;
}

.datawyd-old {
	background: #5e5e5e;
	border-bottom: 3px solid #3c3a3a;
	color: rgba(0,0,0,1)!important;
	text-shadow:1px 1px 0px rgba(255,255,255,0.2);
	padding: 8px 14px 5px 14px;
	font-size: 14px;
	font-weight: bold;
	border-top: none;
	border-left: none;
	border-right: none;
	/*font-family: 'Lato', sans-serif;*/
	font-family:'Open Sans',arial, sans;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	position: absolute;
	text-align: right;
	bottom: -7px;
	right: 20px;
}

form#newsletter {
	border: 1px solid rgba(0,0,0,0.1);
	background:#f9f9f9;
	padding: 2px;
    text-align: center!important;
	-webkit-box-shadow: inset 0px -2px 3px 0px #f0f0f0;
        box-shadow: inset 0px -2px 3px 0px #f0f0f0;
}

form#newsletter input {
	background: none;
	border: none;
	margin: 0;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
}

form#newsletter input[type="submit"] {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 5px 5px 5px;
	color: #0099d2;
}

form#newsletter input[type="submit"]:hover{
	cursor:pointer;
}


.section-container .content {
	background: #ffffff;
	border: 2px solid #ffffff!important;
	position: relative;
	z-index: 20;
	padding: 0!important;
	margin: 0 0 20px 0;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.section-container .content .inner {
	border: 1px solid rgba(0,0,0,0.06);
	padding: 20px!important;
}

.section-container.auto > section.active > .title a, 
.section-container.auto > .section.active > .title a {
	color: #ffffff;
	text-shadow:none;
	padding: 7px 10px 6px 10px;
	border-bottom: 1px solid #ffffff!important;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #00aeee;
	background: -moz-linear-gradient(top,  #00aeee 0%, #009fdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeee), color-stop(100%,#009fdb));
	background: -webkit-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -o-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -ms-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: linear-gradient(to bottom,  #00aeee 0%,#009fdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#009fdb',GradientType=0 );
	-webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
    font-size: 13px;
	/*font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: 700;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);	
	top: 0px!important;	
}

.section-container.auto > section > .title a, 
.section-container.auto > .section > .title a {
	color: #ffffff;
	text-shadow:none;
	padding: 7px 10px 6px 10px;
	border-bottom: 1px solid #0077a5!important;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #454041;
	/*background: -moz-linear-gradient(top,  #bebebe 0%, #bababa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#bababa));
	background: -webkit-linear-gradient(top,  #bebebe 0%,#bababa 100%);
	background: -o-linear-gradient(top,  #bebebe 0%,#bababa 100%);
	background: -ms-linear-gradient(top,  #bebebe 0%,#bababa 100%);
	background: linear-gradient(to bottom,  #bebebe 0%,#bababa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#bababa',GradientType=0 );*/
	-webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
    font-size: 13px;
	/*font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: 700;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: bold;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);	
	top: 0px!important;
}
	
.section-container.auto > section.active > .title, 
.section-container.auto > .section.active > .title,

.section-container.auto > section > .title, 
.section-container.auto > .section > .title  {
	background: none!important;
	border: none!important;
	border-bottom: none!important;
	top: 0px!important;
}

.data {
	background: #454041;
	border-bottom: 3px solid #2d2b2b;
	color: #ffffff!important;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	padding: 8px 0 5px 0;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.line {
	height: 1px;
	font-size: 0px;
	width: 100%;
	background: #ececec;
	margin: 15px 0;
}

.logo {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #ededed;
	border-bottom: 2px solid #0085b6;
}

.tags {
	line-height: 22px;
}

.tags a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 0 0;
	color: #737373;
}

.tags a:hover {
	color: #34ace0;
}

.tags a:first-child {
	padding: 0 10px 0 0;
}

footer#footer .colors {
	border-top: 2px solid #ffffff;
}

footer#footer .box {
	position: relative;
	z-index: 30;
}

footer#footer .box .inner {
	padding: 20px 0;
}

footer#footer .box .inner img {
	padding: 5px 0 0 0;
}

footer#footer .footercontent {
	background: url(../img/headerbg2.jpg) no-repeat top center #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
	position: relative;
	z-index: 20;
	padding: 20px 0;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

footer#footer .footercontent li {
	font-size: 13px;
}


.lwa-form table,
.lwa-remember table {
	border: none!important;
	background:none!important;
}

.lwa-form table tr.even, 
.lwa-form table tr.alt, 
.lwa-form table tr:nth-of-type(2n),
.lwa-remember table tr.even, 
.lwa-remember table tr.alt, 
.lwa-remember table tr:nth-of-type(2n) {
	background: none!important;
}

.lwa-form label,
.gform_body label,
.entry label,
.lwa-remember label {
	/*font-family: 'Lato', sans-serif!important;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-size:16px!important;
	display: inline-block!important;
	margin: 0!important;
}

.lwa-links-remember {
	padding: 10px 0 0 23px;
	display: block;
}

.ginput_container ul {
	margin: 0px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea  {
	font-size: 13px;
}

input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

input[type="file"] {
	width: 30%;
}

.ukryte label {

}

.gfield_required {
	font-size: 16px!important;
	display: inline-block!important;
	font-weight: 700!important;
	/*font-family: 'Ubuntu', sans-serif!important;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	color: #b50335!important;
	padding: 0 0 0 6px;
}

.validation_message {
	background: #b50335;
	color: #ffffff;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	padding: 6px;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.validation_error {
	font-weight: 700;
	color: #b50335!important;
}

.lwa-form input[type="submit"],
.gform_button,
.gform_footer input[type="submit"],
.entry input[type="submit"],
.lwa-remember input[type="submit"] {
	/*font-weight: 700!important;
	font-family: 'Ubuntu', sans-serif!important;*/
	font-family: 'Open Sans', Arial, sans-serif!important;
	font-weight: normal!important;
	text-transform: uppercase;
}


@media only screen and (max-width: 767px) {
	#header, 
	#header div {
		text-align: center!important;
	}

	#header form {
		width: 90%!important;
		margin: 0 auto 10px auto!important;
		display: block!important;
		float: none!important;
	}

	#header input.search {
		background: url(../img/szukaj.jpg) no-repeat 98% 50% #f9f9f9;
	}

	#header .social {
		width: auto!important;
		margin: 0 auto 10px auto!important;
		display: inline-block!important;
		float: none!important;
		height: auto!important;
		padding: 6px!important;
		line-height: normal!important;
	}

	#header .button {
		display: block!important;
		width: 80%;
		margin: 7px auto 0 auto;
	}

	img.thumb {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

/* jQuery UI date picker ------------------------------------------------------*/

.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 13px!important;
	list-style: none;
	font-family: "lucida sans", "lucida grande", lucida , sans-serif;
	background-color: #FFF;
	font-size: 1em;
	border: 4px solid #C1C1C1;
	width: 240px;
	padding: .3em .5em .5em .5em;
	position: relative
}
.ui-datepicker-div,
#ui-datepicker-div {
	z-index: 9999;
	display: none
}
.ui-datepicker-inline {
	float: left;
	display: block
}
.ui-datepicker-control {
	display: none
}
.ui-datepicker-current {
	display: none
}
.ui-datepicker-next,
.ui-datepicker-prev {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	background-color: #EEE;
	display:none;
}
.ui-datepicker-next {
	left: 14.6em
}
.ui-datepicker-next: hover,
.ui-datepicker-prev: hover {
	background-color: #DADADA
}
.ui-datepicker-next a,
.ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background-image: url(../images/datepicker_arrow_left.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer
}
.ui-datepicker-next a {
	background-image: url(../images/datepicker_arrow_right.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.ui-datepicker-header select {
	border: 1px solid #D3D3D3;
	color: #555;
	background-color: #E6E6E6;
	font-size: 1em;
	line-height: 1.4em;
	top: 0.5em;
	margin: 0 0 5px 0 !important
}
.ui-datepicker-header option: focus,
.ui-datepicker-header option: hover {
	background-color: #DADADA
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right
}
table.ui-datepicker td a {
	padding: .1em;
	display: block;
	color: #555;
	background-color: #E6E6E6;
	cursor: pointer;
	border: 1px solid #FFF;
	text-align: center
}
table.ui-datepicker td a: hover {
	border: 1px solid #FFF;
	color: #212121;
	background-color: #DADADA;
	text-decoration: none
}
table.ui-datepicker td a: active {
	border: 1px solid #AAA;
	color: #212121;
	background-color: #FFF;
	text-decoration: none
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .2em 0;
	text-align: center;
	font-size: 0.9em;
	color: #222;
	text-transform: uppercase
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222;
	padding: 0.3em 0
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px
}
img.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: top;
	width: 17px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}
.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.gfield_description{
	width:245px;
	position:absolute;
	right:-10px;
	top:25px;
	color: #fff!important;
	background: #00aeee url(../img/tooltip-ico.png);
	background-position:5px 11px;
	background-image: url(../img/tooltip-ico.png),-moz-linear-gradient(top,  #00aeee 0%, #009fdb 100%);
	background-image: url(../img/tooltip-ico.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeee), color-stop(100%,#009fdb));
	background-image: url(../img/tooltip-ico.png),-webkit-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background-image: url(../img/tooltip-ico.png),-o-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background-image: url(../img/tooltip-ico.png),-ms-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background-image: url(../img/tooltip-ico.png),linear-gradient(to bottom,  #00aeee 0%,#009fdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#009fdb',GradientType=0 );
	/*background-image:url(../img/tooltip-ico.png); */
	background-repeat:no-repeat; 
	/*text-shadow:1px 1px 0px rgba(255,255,255,0.6);*/
	text-shadow:none;
	font-size:11px!important;
	padding:10px 7px 7px 33px;
	font-weight: 700; 
	border: 1px solid #D3C7A9;
}

#field_1_11, .yellow_box {
	border: 2px solid #ffffff!important;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)!important;
	background: #f7f7f7!important;
	padding: 20px!important;
}

.yellow_box_plus {
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background:url(../img/okladka2.png) no-repeat bottom left #f7f7f7;
	padding: 20px 20px 40px 20px;
}

.yellow_box_news {
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background: #f7f7f7;
	padding: 20px 20px 5px 20px;
}

.yellow_box_login {
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background: #f7f7f7;
	padding: 20px 20px 0px 20px;
}

.reg_info{
	padding-bottom:140px;
	padding-top:8px;
	font-size:14px;
	background:url(../img/okladka3.png) no-repeat bottom right;
	padding-left:20px;
}


.lwa-form label, .gform_body label, .entry label, .lwa-remember label {
	font-size: 12px!important;
	padding: 4px 0!important;
}

.lwa-links-remember-cancel {
	padding: 0 0 0 10px!important;
}

.yellow_box_news input {
	margin: 0!important;
}

.lwa-submit td input[type="submit"] {
	margin: 0 0 10px 0!important;
}

.yellow_box_news table,
.yellow_box_news table td {
	background: none!important;
}

.yellow_box {
	border: 1px solid #D3C7A9;
}

#field_1_11 li label {
	display: inline!important;
	color: #80805b!important;
}

#field_1_11 label:first-child {
	display: none!important;
}

.gfield{
	position:relative;
}

.orange {
	background-color:#FF9900!important;
}
ul.dropdown ul li.orange a{
	color:white;
	background-color:#FF9900!important;
	border-bottom: 0px!important;
}

.dowieszsie div {
	background: #000000;
	color: #ffffff;
	padding: 20px;
	margin: 0 0 20px 0;
}

.dowieszsie li {
	color: #ffffff;
	text-shadow:none!important;
	background: url(../img/plus2.jpg) no-repeat 0 9px!important;
}

.autofixed{
	width:120px;
	position:absolute;
	left:-120px;
}

.yes_fixed {
	position:fixed;
	top:30px;
	left:-120px;
}

.no_fixed{
	position:absolute;
	left:-120px;
}

.entry .authorentry_meta{
	font-size:11px;
	color:#444444;
}

.entry .authorentry_meta a{
	color:#a9a9a9;
}

.entry .authorentry_meta a:hover{
	color:#00a0dc;
	text-decoration: underline;
}

.entry .authorentry_meta .author{
	padding:10px 0;
	font-size:11px;
	
}

.entry .authorentry_meta h6{
	color:#a9a9a9;
	margin-bottom: 5px!important;
}

.kreseczka {
	background: none;
	border-top:1px solid #dbdbdb;	
	padding:0px 0 0px 0 ;
	font-size:1px;
	margin:10px 0 0 0;
	clear:both;
	display:block;
}

.kreseczka {
	background: none;
	border-top:1px solid #dbdbdb;	
	padding:0px 0 0px 0 ;
	font-size:1px;
	margin:10px 0;
	clear:both;
	display:block;
}

.entry .inner p a{
	color:#00aeef;
}

.entry .inner p a:hover{
	text-decoration: underline;
}

#carousel .flex-active-slide a{
	color:#fff;
	text-shadow:1px 1px 0px rgba(0,0,0,.1);
}

#carousel .flex-active-slide a:hover,
#carousel .dark a:hover,
#carousel .padding:hover a
{
	color:#fff!important;
	text-shadow:1px 1px 0px rgba(0,0,0,.1);
}

.footer_txt img{
	vertical-align: middle;
	padding-left:10px;
}

.footer_txt{
	line-height:25px;
}

#infscr-loading {
	text-align: center;
	margin-bottom:20px;
}

#mainmenu{
	width:100%;
	z-index:21;
}

#mainmenu .row{
	margin:0 auto;
}

.entry p.smaller, label.smaller, span.smaller{
	font-size: 12px!important;
}

.yellow_box img{
	box-shadow: none;
}

.bluebg{
	background: #00aeee;
	background: -moz-linear-gradient(top,  #00aeee 0%, #009fdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeee), color-stop(100%,#009fdb));
	background: -webkit-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -o-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: -ms-linear-gradient(top,  #00aeee 0%,#009fdb 100%);
	background: linear-gradient(to bottom,  #00aeee 0%,#009fdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#009fdb',GradientType=0 );

}

.bluebg p{
	color:white;
	text-shadow:none;
}

.sidepadding20{
	padding-left:30px!important;
	padding-right:30px!important;
}

.orange.button {
	cursor: pointer;
	font-family: "Open Sans", Arial, sans-serif!important;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	color: #ffffff!important;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	padding: 11px 10px 9px 10px;
	border-bottom: 3px solid #d95200;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #ff6000;
	-webkit-box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
	text-decoration: none;
}

.orange.button:hover{
	text-decoration:none!important;
}

.error{
	text-shadow:none!important;
}

p.alert-box.success, .alert-box.alert{
	text-shadow:none!important;
}

.alert-box.alert a{
	color:white;
	text-decoration: underline;
}


.reklama{
	color: #a9a9a9!important;
	margin-bottom:1px;
	font-size: 10px!important;
}

#aktualny_numer{
	background: #00aeee;
	background: -moz-linear-gradient(top,  #00aeee 0%, #001829 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeee), color-stop(100%,#001829));
	background: -webkit-linear-gradient(top,  #00aeee 0%,#001829 100%);
	background: -o-linear-gradient(top,  #00aeee 0%,#001829 100%);
	background: -ms-linear-gradient(top,  #00aeee 0%,#001829 100%);
	background: linear-gradient(to bottom,  #00aeee 0%,#001829 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#001829',GradientType=0 );
	color:white!important;
	text-shadow:none;
	border:0!important;
}

#aktualny_numer h1, #aktualny_numer h2, #aktualny_numer h3, #aktualny_numer h4,  #aktualny_numer h5, #aktualny_numer p{
	color:white;
}

#aktualny_numer h3{
	font-size: 19px;
}

#aktualny_numer h4{
	font-weight: normal;
	margin-bottom:5px!important;
	text-align: left;
}
#aktualny_numer img{
	margin-bottom: 10px;
	-webkit-box-shadow:  0px 8px 8px 0px rgba(0, 0, 0, 0.25);
        box-shadow:  0px 8px 8px 0px rgba(0, 0, 0, 0.25);
    max-width:auto!important;
}

#aktualny_numer p a, #aktualny_numer a{
	color:white;
}

#aktualny_numer p a:hover,#aktualny_numer a:hover{
	color:white;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .header_buttons{
  	text-align: center!important;
  }

  .header_buttons a{
  	margin:0 auto!important;
  }
}