/*
	AUTHOR:	Anna Romańska
				info@dronka.org
				http://dronka.org
*/

/* RESETES & BASIC PAGE SETUP */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside,
figure, footer,
header, hgroup,
nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

a {
	outline: none;
}

a img {
	border: none;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* TOOLBOX */
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

ul.top-nav li a, a.link
.trans, .trans * {
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.out {
	display: block;
	text-indent: -9999px;
}

.h50 {
	height: 50px;
}

/* LINKS & COLORS */
::selection {
	background: #489da9;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #489da9;
	color: #fff;
	text-shadow: none;
}

a {
	color: #576284;
	text-decoration: none;
}

#tooltip {
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 6px;
	color: #1c1c1c;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	z-index: 150;
	text-shadow: 1px 1px #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 11px;
}

a.link:hover {
	color: #805284;
	text-decoration: underline;
}

/* STRUCTURE AND STUFF */
html, body {
	height: 100%;
}

body {
	font: 14px/20px "Open Sans", Tahoma, sans-serif;
	height: 100%;
	line-height: 18px;
	color: #1c1c1c;
	background: #f2f2f2;
}

#page-wrap {
	width: 950px;
	margin: 0 auto;
	background: url(../img/page-bg.png) no-repeat top center;
}

/* header */
header.head {
	position: relative;
	height: 151px;
	margin-bottom: 20px;
}

h1.logo a {
	width: 563px;
	height: 51px;
	background: url(../img/program-partnerski-intymnosc.png) no-repeat;
	position: absolute;
	top: 30px;
	left: 5px;
}

a.logowanie {
	height: 32px;
	width: 105px;
	position: absolute;
	right: 5px;
	top: 40px;
	background: url(../img/logowanie.png) no-repeat;
}

a.logowanie:hover {
	background-position: right center;
}

nav.top-nav {
	position: absolute;
	top: 100px;
	left: 5px;
}

ul.top-nav li {
	display: inline;
	height: 51px;
}

ul.top-nav li a {
	float: left;
	display: block;
	background: url(../img/top-nav-bg.png) no-repeat left top;
	padding: 10px 20px;
	height: 31px;
	line-height: 30px;
	font-family: "Open Sans Condensed";
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-shadow: -1px -1px #5c2659
}

ul.top-nav li.first a {
	background-image: url(../img/top-nav-bg-first.png);
}

ul.top-nav li a:hover,
ul.top-nav li a.current {
	background-position: left bottom;
	text-shadow: -1px -1px #085363;
}

/* content */
section.content {
	background: url(../img/content-bg.png) repeat-y;
	padding: 0 5px;
}

h1, h2, h3, h4 {
	font-family: "Open Sans Condensed";
}

h1, h2 {
	font-size: 31px;
	line-height: 36px;
}

h3 {
	font-size: 26px;
	line-height: 29px;
}

h4 {
	font-size: 22px;
	line-height: 25px;
}

ul.tick li {
	background: url(../img/tick.png) no-repeat left center;
	padding: 10px 0 10px 30px;
}

.homepage {
	padding-top: 20px;
}

.homepage ul {
	margin: 10px 0 0 30px;
}

div.box-home {
	display: block;
	float: left;
	height: 74px;
	width: 224px;
	text-align: right;
	margin-top: 30px;
}

div.box-partnerzy {
	background: url(../img/box-partnerzy.png) no-repeat top right;
}

div.box-prowizje {
	background: url(../img/box-wyplaty.png) no-repeat top right;
	margin-left: 40px;
}

div.box-home strong {
	font-size: 20px;
	padding: 22px 10px 5px 0;
	display: inline-block;
}

div.box-prowizje strong {
	cursor: help;
}

div.box-home span {
	font-size: 13px;
	padding: 0 10px 0 0;
	display: block;
}

/* rejestracja */
aside.rej {
	background: url(../img/aside-bg.jpg) no-repeat left center;
	width: 330px;
	padding: 0 5px 0 40px;
	min-height: 486px;
}

form.rej {
	margin-top: 8px;
}

form.rej label {
	display: block;
	font-size: 13px;
	margin-top: 4px;
	clear: both;
}

form.rej input[type=text],
form.rej textarea,
form.rej input[type=password] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f2f2f2;
	border: 1px #d3d3d3 solid;
	box-shadow: inset 1px 1px 2px #ddd, 1px 1px #fff;
	-moz-box-shadow: inset 1px 1px 2px #ddd, 1px 1px #fff;
	-webkit-box-shadow: inset 1px 1px 2px #ddd, 1px 1px #fff;
	height: 18px;
	padding: 5px;
	line-height: 18px;
	font-size: 14px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
}

form.rej input[type=text]:focus,
form.rej textarea:focus,
form.rej input[type=password]:focus {
	background: #fff;
	border: 1px #bababa solid;
}

form.rej input[type=checkbox] {
	float: left;
	margin-top: 7px;
	cursor: pointer;
	clear: both;
}

form.rej label.check {
	float: left;
	font-size: 9px;
	line-height: 11px;
	width: 310px;
	cursor: pointer;
	margin-bottom: 15px;
	clear: none;
}

form.rej span.req {
	color: #e93088;
	font-size: 13px;
	padding-right: 2px;
}

#jqContactForm button.g-recaptcha,
a.rejestruj {
	display: inline-block;
	height: 51px;
	line-height: 50px;
	color: #ececec;
	font-family: "Open Sans Condensed";
	font-size: 23px;
	font-weight: bold;
	padding-left: 39px;
	background: url(../img/buton-rej.png) no-repeat top left;
	text-shadow: -1px -1px #9a004a;
	cursor: pointer;
}
#jqContactForm button.g-recaptcha {
	width: 100px;
	border: 0;
}
#jqContactForm button.g-recaptcha span,
a.rejestruj span {
	display: inline-block;
	height: 51px;
	background: url(../img/buton-rej2.png) no-repeat top right;
	padding: 0 15px 0 5px;
}

#jqContactForm button.g-recaptcha:hover,
a.rejestruj:hover {
	background-position: bottom left;
	line-height: 52px;
	color: #fff;
}

#jqContactForm button.g-recaptcha:hover span,
a.rejestruj:hover span {
	background-position: bottom right;
	padding: 0 14px 0 6px;
}

div.info-tip {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../img/info-tip.png) no-repeat;
	float: left;
	cursor: help;
	margin: 5px 0 0 5px;
}

div.info-tip span {
	display: none;
	max-width: 330px;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 6px;
	color: #1c1c1c;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	z-index: 150;
	text-shadow: 1px 1px #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 11px;
	line-height: 13px;
}

div.info-tip span strong {
	color: #5f9224;
}

/* kontakt */
article.kontakt {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
	width: 525px;
}

article p {
	padding-bottom: 10px;
}

/* produkty */
div.kat {
	margin-bottom: 30px;
}

div.kat div.fr {
	width: 350px;
	padding-top: 20px;
}

/* treść */
article.tresc {
	padding: 10px 20px 0 20px;
	display: block;
	background: #fff;
}

.tresc h2 {
	color: #116779;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 5px;
}

.tresc h3 {
	color: #116779;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
}

.tresc h4.rej {
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 15px;
}

.tresc p {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

div.center {
	text-align: center;
}

.tresc ul {
	padding-bottom: 10px;
}

.tresc ul li {
	background: url(../img/bulet1.png) no-repeat 0 8px;
	padding-left: 8px;
}

.tresc ul li ul {
	margin-left: 10px;
}

.tresc ul li ul li {
	background: url(../img/bulet2.png) no-repeat 0 10px;
	padding-left: 12px;
}

.tresc b {
	color: #00406b;
}

/* footer */
section.foot {
	background: url(../img/footer-bg.png) repeat-x top left;
	width: 100%;
	min-width: 950px;
}

div.foot {
	background: url(../img/footer-wrap-bg.png) no-repeat top center;
	width: 950px;
	margin: 0 auto;
	padding: 24px 0 0;
	height: 144px;
}

div.foot-col {
	background: url(../img/footer-divider.png) no-repeat top right;
	height: 83px;
	padding: 10px 0 5px 10px;
	color: #fff;
	text-shadow: -1px -1px #2a2a2a;
	font-size: 12px;
	line-height: 16px;
	width: 200px;
}

div.foot h5 {
	font-size: 17px;
	font-family: "Open Sans Condensed";
	padding-bottom: 5px;
	color: #fff;
}

div.foot ul {
	float: left;
	margin-right: 20px;
}

div.foot a {
	color: #a2a2a2;
}

div.foot a:hover {
	color: #fff;
}

div.foot-col-last {
	width: 490px;
	padding: 15px 0 5px 20px;
	font-size: 10px;
	line-height: 12px;
	color: #a2a2a2;
}

div.tagi {
	padding-top: 5px;
}

footer {
	font-size: 10px;
	text-align: center;
	color: #656565;
}

div.foot footer a {
	color: #656565;
}

div.foot footer a:hover {
	text-decoration: underline;
	color: #656565;
}

#warr td.header {
	background: none repeat scroll 0 0 #683177;
	border-bottom: medium none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
}

#warr th {
	background: none repeat scroll 0 0 #A4A4A4;
	color: #FFFFFF;
	font-size: 11px;
	height: 25px;
	padding-left: 5px;
	vertical-align: middle;
}

#warr td {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #E7E7E7;
	padding-left: 5px;
	vertical-align: middle;
}

.info {
    background-color: #acffa1;
    color: #262626;
    margin: 4px 0;
    padding: 15px;
}
.error {
    background-color: #d20909;
    color: #ffffff;
    margin: 4px 0;
    padding: 15px;
}