/* CSS Document */
html{
	min-height:100%;
	height:100%;
	margin:0px;
	position:relative;
	overflow-x:hidden;	
}
body  {
	font-family:Tahoma, Arial,Verdana,Helvetica,sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;	
	
	/*font-family: 'Lato', sans-serif;
	font-family: 'Oxygen', sans-serif;*/
	
	background-attachment: fixed;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#f6f6f6;
	
}
.button-wyslij {
	width:auto;
	float:left;
	border:0px;
	background-color:#cecece;
	color:#FFF;
	padding:8px;
	padding-left:13px;
	padding-right:13px;
	font-size:16px;
	margin-top:10px;
	cursor:pointer;
}
.button-dodaj {
	width:auto;
	float:left;
	border:0px;
	background-color:#999;
	color:#fff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	margin-top:10px;
	cursor:pointer;
}
.button-lupa {
	width:18px;
	height:18px;
	overflow:hidden;
	float:right;
	margin:6px;
	background:none;
	border:none;
	background-image:url(../images/ico-lupa.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
form {
	margin:0px;
}
.tr {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.poziom {
	width:auto;
	float:left;
	overflow:hidden;
}
.poziom-r {
	width:auto;
	float:right;
	overflow:hidden;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover  {
	text-decoration:underline;
	color:#333;
}
ul {
	margin-left:0px;
	padding-left:20px;
}
.body {
	width:100%;
	height:auto;
	overflow:hidden;
}
.center {
	width:1200px;
	height:auto;
	overflow:hidden;
	clear:both;
	float:none;
	margin:0 auto 0 auto;
}
.top-baner {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.baner750x100 {
	width:750px;
	height:100px;
	float:none;
	margin:0 auto 0 auto;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}
.top-belka {
	width:100%;
	height:auto;
	padding-top:5px;
	padding-bottom:8px;
	background-color:#c3c3c3;
}
.spol {
	width:auto;
	float:right;
	overflow:hidden;
}
.spol-ico {
	width:auto;
	float:left;
	overflow:hidden;
	margin-left:5px;
}
.data {
	width:auto;
	padding-top:6px;
	float:right;
	padding-right:40px;
	overflow:hidden;
	color:#FFF;
}
.top {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
}
.logo {
	width:auto;
	float:left;
	overflow:hidden;
}
.partnerzy-top {
	width:auto;
	float:right;
	margin-right:30px;
}
.part-ety {
	width:auto;
	float:left;
	overflow:hidden;
	font-size:11px;
	color:#CCC;
	padding-top:14px;
}
.part-logo {
	width:130px;
	width:auto;
	height:40px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:10px;
	margin-right:10px;
	border:1px solid #f6f6f6;
	display:table-cell;
	vertical-align:middle;
	display:table-column;
	padding-top:10px;
}
.wyszukiwarka {
	width:auto;
	float:right;
	overflow:hidden;
	padding:0px;
	border:1px solid #333;
	margin-top:9px;
}
.wysz-pole {
	width:auto;
	float:left;
	overflow:hidden;
}
.wysz-lupa {
	width:auto;
	float:left;
	overflow:hidden;
}
.field-wyszukaj {
	width:230px;
	height:auto;
	border:0px;
	padding:7px;
	font-size:14px;
	background:none;
}

.jezyki {
	width:auto;
	float:right;
	overflow:hidden;
}

.jezyk {
	width:auto;
	float:left;
	overflow:hidden;
	padding:3px;
	border:1px solid #f6f6f6;
	font-size:12px;
}
.jezyk-active {
	width:auto;
	float:left;
	overflow:hidden;
	padding:3px;
	border:1px solid #333;
	font-size:12px;
}

/* MENU */
.belka {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	border-bottom:4px solid #77a608;
}
.menu {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	position:relative;
	z-index:100
}
.linki {
	width:100%;
	height:43px;
	background-color:#353535;
	overflow:visible;
	margin-top:4px;

}
.link-sekcja {
	width:auto;
	float:left;
	overflow:hidden;
}
.link {
	width:auto;
	float:left;
	padding:15px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
}
.link-active {
	width:auto;
	float:left;
	padding:12px;
	height:15px;
	padding-top:18px;
	padding-bottom:14px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
	background-color:#77a608;
	font-size:12px;
	position:relative;
	top:-4px;
	text-align:left;
	cursor:pointer;
}
.podlink-sekcja {
	width:0px;
	height:0px;
	float:left;
	overflow:visible;
	clear:both;
	display:none;
	position:relative;
	top:-4px;
}
.podlinki {
	width:auto;
	float:left;
	padding:0px;
	background-image:url(../images/bg-podlink.png);
	background-repeat:repeat;
}
.podlinki2 {
	width:auto;
	float:left;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/bg-gradient.png);
	background-repeat:repeat-x;
	background-position:top;
}
.podlink {
	width:auto;
	padding-left:20px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	overflow:hidden;
	clear:both;
	text-align:left;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
}
.podlink-active {
	background-color:#353535;
}


.baner {
	width:1200px;
	height:240px;
	margin-top:0px;
	margin-bottom:40px;
}
.ban {
	width:2400px;
	height:240px;
	overflow:hidden;
	position:relative;
}
.oscyloscop1 {
	width:1200px;
	height:240px;
	background-image:url(../images/baner/oscyloscop.png);
	overflow:hidden;
	position:relative;
	top:-240px;
	width:0px;
	z-index:5
}
.oscyloscop2 {
	width:1200px;
	height:240px;
	background-image:url(../images/baner/oscyloscop.png);
	overflow:hidden;
	position:relative;
	top:-480px;
	width:0px;
	z-index:4
}
.maska {
	width:1200px;
	height:240px;
	overflow:hidden;
	clear:both;
	position:relative;
	top:-720px;
	background-image:url(../images/baner/maska.png);
	z-index:3;
}


/* INKUBATOR */

.ban-zd {
	width:240px;
	height:240px;
	overflow:hidden;
	float:left;
}

.ban-zd-1 {	
	z-index:1;
	background-image:url(../images/baner/cb-inkubator.jpg);
}
.ban-zd-1-over {
	background-image:url(../images/baner/inkubator.jpg);
	z-index:2;
	opacity:0;
}
.ban-zd-1-obrys {
	background-image:url(../images/baner/ob-inkubator.png);
	position:relative;
	top:-240px;
	z-index:3;
	opacity:0
}


/* SMARTFON */
.ban-zd-2 {
	z-index:1;
	background-image:url(../images/baner/cb-smartfon.jpg);
}
.ban-zd-2-over {
	background-image:url(../images/baner/smartfon.jpg);
	z-index:2;
	opacity:0;
}
.ban-zd-2-obrys {
	background-image:url(../images/baner/ob-smartfon.png);
	position:relative;
	top:-240px;
	z-index:3;
	opacity:0
}


/* SERWERY */
.ban-zd-3 {
	z-index:1;
	background-image:url(../images/baner/cb-serwery.jpg);
}
.ban-zd-3-over {
	background-image:url(../images/baner/serwery.jpg);
	z-index:2;
	opacity:1;
}
.ban-zd-3-obrys {
	background-image:url(../images/baner/ob-serwery.png);
	position:relative;
	top:-240px;
	z-index:3;
	opacity:0
}

/* WIATRAK */
.ban-zd-4 {
	z-index:1;
	background-image:url(../images/baner/cb-wiatrak.jpg);
}
.ban-zd-4-over {
	background-image:url(../images/baner/wiatrak.jpg);
	z-index:2;
	opacity:0;
}
.ban-zd-4-obrys {
	background-image:url(../images/baner/ob-wiatrak.png);
	position:relative;
	top:-240px;
	z-index:3;
	opacity:0
}

/* TRAMWAJ */
.ban-zd-5 {
	z-index:1;
	background-image:url(../images/baner/cb-tramwaj.jpg);
}
.ban-zd-5-over {
	background-image:url(../images/baner/tramwaj.jpg);
	z-index:2;
	opacity:0;
}
.ban-zd-5-obrys {
	background-image:url(../images/baner/ob-tramwaj.png);
	position:relative;
	top:-240px;
	z-index:3;
	opacity:0
}

.s1 {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#ededed;
	padding-bottom:15px;
}
.s1-left {
	width:290px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:15px;
}
.s1-center {
	width:560px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:15px;
}
.s1-right {
	width:290px;
	height:auto;
	overflow:hidden;
	float:right;
	margin-right:15px;
}
.s1-ban {
	width:290px;
	height:290px;
	margin-top:15px;
	background-color:#fff;
	clear:both;
	overflow:hidden;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center;
  cursor:pointer;
}
.s1-ban-top {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.s1-ban-kategoria {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	width:auto;
	float:right;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	background-color:#57c6f9;
	color:#FFF;	
}
.s1-ban-botom {
	width:100%;
	height:96px;
	background-color:#57c6f9;
	color:#FFF;
	margin-top:170px;
}
.s1-ban-padding {
	padding:15px;
	overflow:hidden;
}
.s1-ban-tyt {
	word-spacing:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	text-align:left;
	font-size:18px;
}
.s1-ban-wiecej {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	color:#FFF;
	text-align:left;
	padding-top:10px;
}
.s1-ban-wiecej a{
	color:#FFF;
}

.zajawki {
	width:100%;
	overflow:hidden;
	clear:both;
	background-color:#FFF;
	margin-top:15px;
}
.padding10 {
	padding:10px;
	overflow:hidden;
}
.pole-zajawek {
	width:100%;
	height:220px;
	overflow:hidden;
	clear:both;
}
.zajawka {
	width:100%;
	height:220px;
	overflow:hidden;
	clear:both;
}
.zaj-photo {
	width:220px;
	height:220px;
	overflow:hidden;
	float:left;
	background-color:#f6f6f6;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}
.zaj-info {
	width:290px;
	height:220px;
	overflow:hidden;
	float:right;
}
.zaj-info-tyt {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}
.zaj-info-skrot {
	width:100%;
	height:auto;
	height:120px;
	overflow:hidden;
	clear:both;
	text-align:left;
	font-size:12px;
	padding-top:10px;
}
.zaj-info-wiecej {
	width:auto;
	float:left;
	padding:1px;
	padding-bottom:3px;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	background-color:#ccc;
	color:#FFF;
	margin-top:5px;
	cursor:pointer;
}
.zaj-info-wiecej-over {
	background-color:#ababab
}
.s1-kategoria {
	width:100%;
	height:auto;
	min-height:315px;
	overflow:hidden;
	clear:both;
	margin-top:15px;
	text-align:left;
}
.s1-kat-technologie {
	background-color:#57c6f9;
	min-height:315px;
	background-image:url(../images/bg-technologie.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.s1-kategoria a {
	text-decoration:none;
	color:#FFF;
	line-height:20px;
}
.s1-kategoria a:hover {
	text-decoration:underline;
	color:#FFF;
}

.padding20 {
	padding:20px;
	overflow:hidden;
}
.s1-kat-tyt {
	width:auto;
	float:left;
	overflow:hidden;
	background-color:#FFF;
	font-size:14px;
	padding:4px;
	font-weight:bold;
}

.s1-kat-aplikacje {
	background-color:#77a706;
	background-color:#12d19d;
	min-height:315px;
	background-image:url(../images/bg-aplikacje.png);
	background-position:right top;
	background-repeat:no-repeat;
}


.s2 {
	width:1196px;
	height:auto;
	min-height:100px;
	border:2px solid #ededed;
	float:none;
	margin:0 auto 0 auto;
	margin-top:40px;
	overflow:hidden;
}
.padding30 {
	padding:30px;
	overflow:hidden;
}
.s2-left {
	width:840px;
	float:left;
	overflow:hidden;
}
.s2-right {
	width:310px;
	float:right;
	overflow:hidden;
	min-height:200px;
}
.s2-zajawka {
	width:398px;
	height:158px;
	float:left;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #fff
}
.s2-zajawka-over {
	background-color:#fff;
}
.s2-zaj-photo {
	width:160px;
	height:160px;
	overflow:hidden;
	float:left;
	background-color:#f6f6f6;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}
.s2-zaj-info {
	width:210px;
	padding-right:10px;
	height:auto;
	overflow:hidden;
	float:right;
	text-align:left;
}
.s2-zaj-tyt {
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
}
.s2-zaj-skrot {
	width:100%;
	height:auto;
	height:60px;
	overflow:hidden;
	font-size:11px;
	padding-top:10px;
	padding-bottom:5px;
	color:#999
}

.partnerzy {
	width:1196px;
	height:auto;
	min-height:100px;
	border:2px solid #ededed;
	float:none;
	margin:0 auto 0 auto;
	margin-top:40px;
	overflow:hidden;
}

.s2-ban1 {
	width:310px;
	height:250px;
	overflow:hidden;
	clear:both;
	background-color:#fff;
	margin-bottom:10px;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center;
}

.s2-ban2 {
	width:310px;
	height:125px;
	overflow:hidden;
	clear:both;
	background-color:#fff;
	margin-bottom:10px;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-position:center;
}
.part-tyt {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	text-align:left;
	color:#dbdbdb;
	font-size:18px;
	font-weight:normal;
}
.stopka {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	margin-bottom:50px;
	margin-top:40px;
	text-align:left;
}
.s-serwis {
	width:300px;
	height:330px;
	overflow:hidden;
	float:left;
	background-color:#53c1f4;
	color:#FFF
}
.s-tyt {
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:32px;
	padding-bottom:0px;
}
.s-podtyt {
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	padding-bottom:10px;
}
.s-link {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-top:10px;
}
.s-link a {
	color:#FFF;
}

.s-blog {
	width:300px;
	height:330px;
	overflow:hidden;
	float:left;
	background-color:#d4d4d4;
	color:#FFF;
	background-image:url(../images/bg-stopka-blog.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.s-kontakt {
	width:600px;
	height:auto;
	min-height:330px;
	overflow:hidden;
	float:right;
	background-color:#c2c2c2;
	color:#FFF;
	background-image:url(../images/bg-stopka-kontakt.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.s-form {
	width:350px;
	height:auto;
	overflow:visible;
	clear:both;
}
.f-pol {
	overflow:visible;
}

.field-text {
	width:100%;
	height:40px;
	background:none;
	border:1px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	color:#FFF;
}
.field-stopka {
	width:100%;
	background:none;
	border:1px solid #FFF;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	margin-top:10px;
	color:#FFF;
}
input.field-stopka::-webkit-input-placeholder {
	color: #f6f6f6 !important;
}
.field-text::-webkit-input-placeholder {
	color: #f6f6f6 !important;
}

.sciezka {
	width:100%;
	height:auto;
	margin-top:10px;
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
}
.sc-home {
	width:16px;
	height:16px;
	float:left;
	overflow:hidden;
}
.sc-l {
	width:auto;
	float:left;
	overflow:hidden;
	padding-left:6px;
	padding-right:6px;
	color:#ccc;
	padding-top:2px;
}
.sc-l a {
	color:#ccc;
	text-decoration:none;
}
.sc-l a:hover {
	color:#999;
	text-decoration:underline;
}
.sc-arrow {
	width:13px;
	height:7px;
	overflow:hidden;
	float:left;
	margin-top:6px;
	background-image:url(../images/ico-arrow.png);
}

.content {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#f6f6f6;
	padding-bottom:15px;

}
.content-left {
	width:850px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:15px;
	margin-top:15px;
	text-align:left;
	background-color:#FFF;
}
.content-right {
	width:305px;
	width:290px;
	height:auto;
	height:100%;
	overflow:hidden;
	float:right;
	margin-right:15px;
	margin-top:0px;
	background-color:#FFF;
	text-align:left;
	background:none;
}
.content-wysz {
	width:1170px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:15px;
	margin-top:15px;
	text-align:left;
	background-color:#FFF;
}
.naglowek {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:left;
}
.tresc {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	font-size:12px;
}
#nav1 {
	position:relative;
	z-index:100;
	top:-18px;
	display:table-cell;
	margin:0 auto 0 auto;
	float:none;
	display:inline-table;
	float:left;
	float:none;
	margin-left:248px;
	font-size:12px;
	float:left;
}
#nav1 a {  text-decoration: none; margin: 0 3px; padding: 2px 4px; width:20px;}
#nav1 a.activeSlide { background: #fff; border: 1px solid #000; }
#nav1 a:focus { outline: none; }

.art-linki {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-top:10px;
}
.art-link {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:5px;
}

/* MENU MOBILNE */
.ico-mob {
	width:28px;
	height:25px;
	background-image:url(../images/menu-mob.png);
	float:right;
	margin-left:20px;
	position:fixed;
	margin:10px;
	right:0px;
	top:0px;
	z-index:100;
	cursor:pointer;
	display:none;
}
.menu-mob {
	width:100%;
	height:auto;
	position:fixed;
	z-index:101;
	background-color:#77a608;
	background-color:#353535;
	color:#FFF;
	padding-top:0px;
	text-align:left;
	top:0px;
	display:none;
}
.mob-link {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px;
	background-color:#77a608;
	padding-left:20px;
	cursor:pointer;
}
.mob-podlink {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:1px;
	padding-left:20px;
	cursor:pointer;
}
.jezyki-mob {
	width:auto;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
}

.jezyk-mob {
	width:auto;
	float:left;
	overflow:hidden;
	padding:3px;
	border:1px solid #353535;
	font-size:12px;
	color:#FFF;
}
.jezyk-mob a {
	color:#FFF;
}
.jezyk-activ-mob {
	width:auto;
	float:left;
	overflow:hidden;
	padding:3px;
	border:1px solid #fff;
	font-size:12px;
}
.jezyk-activ-mob a {
	color:#FFF;
}
.ico-mob2{
	width:28px;
	height:25px;
	background-image:url(../images/menu-mob2.png);
	float:right;
	margin:10px;
	cursor:pointer;
}

.s-newsletter {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-top:30px;
}
.newsletter {
	width:auto;
	margin-top:0px;
	float:left;
	background-color:#FFF;
	padding:0px;
	overflow:hidden;
	clear:both;
	magin-bottom:20px;
}
.field_newsletter {
	width:307px;
	border:0px;
	background-color:#FFF;
	padding:8px;
}
.button-newsletter {
	width:29px;
	height:20px;
	overflow:hidden;
	float:left;
	background-image:url(../images/ico-koperta.gif);
	border:0px;
	margin:5px;
	cursor:pointer;
}
.info-kontakt-true {
	font-size:14px;
	width:auto;
	clear:both;
	float:left;
	height:auto;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	background-color:#390;
	display:none;
}
.info-kontakt-false {
	font-size:14px;
	width:auto;
	clear:both;
	float:left;
	height:auto;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	background-color:#F00;
	display:none;
}
#ramka {
	display:none;
}
.wysz {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px solid #CCC;
}
.wysz-tyt {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	font-size:16px;
	font-weight:bold;
}
.wysz-skrot {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	font-size:12px;
	padding-top:10px;
	color:#999
}
.wysz-skrot a {
	color:#999;
}
.info-false {
	width:100%;
	height:auto;
	color:#F00;
	border:0px solid #F00;
	background-color:#F00;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	float:none;
	margin:0 auto 0 auto;
	margin-top:0px;
	margin-bottom:10px;
}
.info-true {
	width:100%;
	height:auto;
	color:#090;
	border:0px solid #090;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin-bottom:20px;
	display:none;
	background-color:#390;
	color:#FFF;
	float:none;
	margin:0 auto 0 auto;
	margin-top:0px;
	margin-bottom:10px;
}
.opinie {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.opinia {
	width:auto;
	overflow:hidden;
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.op-avatar {
	width:70px;
	height:70px;
	overflow:hidden;
	float:left;
	background-image:url(../images/avatar.png);
	background-position:left;
	background-repeat:no-repeat;
}
.op-right {
	width:80%;
	height:auto;
	overflow:hidden;
}

.op-tresc {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	font-size:12px;
	color:#999
}
.op-dane {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-top:5px;
}
.op-nik {
	width:auto;
	float:left;
	overflow:hidden;
	font-weight:bold;
}
.op-data {
	width:auto;
	float:left;
	overflow:hidden;
	padding-left:20px;
	color:#999;
}
.op-form {
	width:100%;
	height:auto;
	background-color:#f6f6f6;
	margin-top:30px;
}
.textarea-op {
	width:100%;
	padding:5px;
	height:60px;
	border:0px;
	font-family:Verdana, Geneva, sans-serif;
}
.field-op {
	width:200px;
	padding:5px;
	height:auto;
	margin-top:10px;
	border:0px;
}
.galeria {
	width:100%;
	height:210px;
}
.g-photo {
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	margin:5px;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.photo {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	opacity:0
}
#wideo {
	width:auto;
	float:none;
	clear:both;
	margin:0 auto 0 auto;
}
.partnerzy-logo {
	width:auto;
	display:inline-block;
	padding:10px;
	overflow:hidden;
	text-align:center;
}
.partnerzy-logo img {
	margin-left:20px;
	margin-right:20px;
}
.reklama-form {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.rek-tr {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-top:10px;
}
.rek-ety {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-bottom:1px;
	text-align:left;
}
.rek-pol {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.field {
	width:95%;
	padding:5px;
}

.field-txt {
	width:361px;
	padding:5px;
}

.rek-form-left {
	width:47%;
	height:auto;
	float:left;
}
.rek-form-right {
	width:47%;
	height:auto;
	float:right;
}
.logowanie {
	width:100%;
	height:auto;
	background-color:#FFF;
	margin-top:15px;
}
.menu-konto {
	width:100%;
	height:auto;
	background-color:#FFF;
	margin-top:15px;
}
.menu-konto-link {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}
.rek-tab {
	width:100%;
	text-align:left;
}
.td-tyt {
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #CCC;
	padding:5px;
}
.td-rek {
	font-size:14px;
	border-bottom:1px solid #CCC;
	padding:5px;
}
.radio {
	width:auto;
	float:left;
	overflow:hidden;
	padding-right:5px;
}
.radio-ety {
	width:auto;
	float:left;
	padding-top:2px;
	overflow:hidden;
}

