@font-face {
	font-family: 'PTS-R';
	src: url('../fonts/PT_Sans-Web-Regular.ttf');
}
@font-face {
	font-family: 'PTS-B';
	src: url('../fonts/PT_Sans-Web-Bold.ttf');
}

/*

	Główne
	
*/

* {
	box-sizing: border-box;
}
body {
	min-width: 300px;
	padding: 0;
	margin: 0;
	font-family: PTS-R, sans-serif;
	font-size: 15px;
	background-color: #FFF;
}
input, textarea, select, option {
	font-family: PTS-R, sans-serif;
    font-size: 13.5px;
    color: #101010;
}
a {
	color: #E81;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.black {
	color: #000;
}
a.black:hover {
	color: #E81;
}
a img {
	border: 0;
}
.simple-anchor {
    display: inline;
    padding: 0;
    margin: 0;
	color: #E81 !important;
    cursor: pointer;
    cursor: hand;
    background: none !important;
    border: none !important;
}
.simple-anchor:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	color: #202020;
}
h1, h2, h3 {
	font-family: PTS-B;
	font-weight: 400;
}
h4, h5 {
	font-family: PTS-R;
	font-weight: 400;
}
b {
	letter-spacing: 0.05em;
	font-family: PTS-B;
	font-weight: 400;
}
hr {
	height: 1px;
	background-color: #A0A0A0;
	border: 0;
}
ul {
	padding: 0 0 0 1.5em;
	margin: 1em 0;
}
ul li {
	margin: 1em 0;
}
ul.sparse li {
	margin: 2em 0;
}
ol li {
	margin: 1em 0;
}
ol li::before {
	font-weight: 700;
}
ol ol {
	margin-bottom: 2em;
}
ol.letters-low {
	list-style-type: lower-latin;
}
ol.letters-up {
	list-style-type: upper-latin;
}
input, textarea, select {
	border: 1px solid #202020;
}
input:focus, textarea:focus {
	outline: none;
}
input[type="submit"], input[type="button"] {
	color: #FFF;
	background-color: #E81;
	border: solid 1px #E81;
	cursor: pointer;
	cursor: hand;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #E81;
	background-color: transparent;
}

/*

	Wspólne
	
*/

.main-wrapper {
	max-width: 1150px;
	margin: auto;
}
.main-padding {
	padding-right: 1em;
	padding-left: 1em;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.type.red {
	color: #E81;
}
.type.green {
	color: #0C0;
}
.type.gray {
    color: #A0A0A0;
}
.type.big {
	font-size: 1.3em;
}
.type.huge {
    font-size: 2em;
}
.type.thin {
    font-weight: 300;
}
.type.small {
	font-size: 0.8em;
}
.btn-1 {
	display: inline-block;
	width: auto !important;
    height: 2.5em;
	padding: 0 0.5em !important;
    line-height: 2.5em;
	color: #FFF !important;
	cursor: pointer;
	cursor: hand;
	background-color: #E81;
	border: 0 !important;
	border-radius: 0 !important;
}
.btn-1:hover, .btn-1.zeroclipboard-is-hover {
	color: #FFF !important;
	text-decoration: none;
	background-color: #B50 !important;
}
.btn-1:active, .btn-1.zeroclipboard-is-active {
	background-color: #950 !important;
}
.btn-link {
	padding: 0 !important;
	color: #E81 !important;
	background: transparent !important;
	border: none !important;
}
.btn-link:hover {
	text-decoration: underline;
}
.btn-link-1 {
	display: inline;
	font-family: PTS-R;
	color: #E81;
	background: none;
	border: 0;
}
.btn-link-1:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
.hr-1 {
	height: 1px;
	margin: 0.5em 0;
	background-color: #B50;
	border: 0;
}
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
    height: 0;
}
.demoFiller { background-color: #E0E0E0; border: solid 1px #C0C0C0; }
.div-001 {
	width: 100%;
	height: 15px;
	margin: auto;
	background-image: url('../img/div-001.png');
	background-size: contain;
}
.div-002 {
	height: 0;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #BCBCBC;
}
.div-003 {
	width: 85%;
	height: 1px;
	margin: auto;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	border: 0;
}
.spacer {
	height: 8em;
}
.spacer-small {
	height: 2em;
}
.none {
    display: none;
}
@media all and (max-width: 1024px) {
	.spacer {
		height: 6em;
	}
}
@media all and (max-width: 768px) {
	.spacer {
		height: 4em;
	}
	.spacer-small {
		height: 1em;
	}
	#message {
		top: -0.5em !important;
	}
}
@media all and (max-width: 320px) {
	.spacer {
		height: 2em;
	}
}
#alert.update { text-align: center; padding: 0.5em; line-height: 1.5em; color: #FFF; border-bottom: solid 2px #CC2525; background-color: #240000; }
#alert a { text-decoration: underline; color: #FFF; }
#message {
	padding: 0.5em 1em;
	margin-top: 2px;
	text-align: center;
	color: #E81;
	background-color: #FFF0F0;
	border-bottom: 1px solid #E81;
}
#message.scripterror {
	width: 100%;
	padding: 0.5em;
	margin: 1em 0;
	color: #FFF;
	background-color: #E81;
}
div.debug-notify { margin: 0.5em 0; padding: 0.5em 0; text-align: center; color: #FFF; background-color: #E81; }
div.scripterror { font-size: 0.9em; padding: 8px 5px; line-height: 1.3em; border-bottom: solid 1px #D4D4D4; }
div.scripterror:nth-child(2n) { background-color: #EAEAEA; }
input.readonly {
	width: 80%;
	padding: 1em;
	margin: 1em 0;
	text-align: center;
	color: #404040;
	background-color: #F0F0F0;
	border: 1px solid #A0A0A0;
}
input.readonly:hover,
input.readonly:focus {
	color: #E81;
	border-color: #E81;
}

/*

	Nagłówek
	
*/

#top {
    height: calc(66px + 1em);
	position: relative;
	margin-top: 1em;
}
#top .logo {
	float: left;
	width: 151px;
	height: 73px;
	background: url('../img/xt7-logo-trans.png') no-repeat;
}
#top .login {
	float: right;
	text-align: right;
	font-size: 0.9em;
}
#top .login .welcome {
	float: right;
	line-height: 2.25em;
}
#top .login .textPremium {
	float: right;
	font-size: 0.975em;
}
#top .login .transfer-limit div {
	float: right;
	padding: 0.25em;
	margin: 0 0 2px 2px;
}
#top .login .transfer-limit:first-child div:nth-child(2) {
	color: #E81;
}
#top .login .transfer-limit div:nth-child(1) {
	width: 8.9em;
	text-align: left;
	color: #FFF;
	background-color: #E81;
}
#top .login .transfer-limit div:nth-child(2) {
	width: 10em;
}
#top-login {
	margin: 0.5em 0 0.25em 0;
}
#top-login form > * {
    float: left;
    display: inline-block;
	height: 2.5em;
    margin-left: 0.25em;
}
#top-login label {
	display: inline;
	padding: 0.5em !important;
	color: #FFF;
	background-color: #5C4033;
}
#top-login input[type="text"], #top-login input[type="password"] {
	display: inline;
	width: 8em;
	padding: calc(0.5em - 1px) 0.5em !important;
	color: #000;
	background-color: #EEE;
	border: 1px solid #DDD;
}

/*

	Menu
	
*/

#menu {
	width: 100%;
	font-size: 1em;
	background-color: #5C4033;
}
#menu a {
	float: left;
	display: block;
	height: 45px;
	padding: 0 1em;
	line-height: 45px;
	color: #FFF;
	transition: line-height 0.1s, background-position 0.1s;
	transition-timing-function: ease-out;
	background: url('../img/bgMenu.png') 0 -5px repeat-x;
}
#menu a:hover {
	text-decoration: none;
	line-height: 39px;
	background-position: 0 -11px;
}
#menu a:active {
	line-height: 35px;
	background-position: 0 -15px;
}
#menu .main {
    float: left;
    overflow: hidden;
    max-height:45px;
    max-width: 486px;
}
#menu .profile { float: right; }
#menu .main a { border-right: solid 2px #FFF; }
#menu .profile a { border-left: solid 2px #FFF; }
#menu-search-inner {
    float: right;
    width: calc(100% - 39.35em);
    padding: 0.375em;
}
#menu-search-bottom {
    display: none;
    margin-top: 2px;
}
#menu-margin {
    width: 100%;
    height: 5em;
}

/*

	Stopka
	
*/

#footer {
	margin-top: 12em;
}
#footer .block-red {
	height: 5px;
	background-color: #B50;
}
#footer .block-map {
	padding: 2em 0;
	color: #808080;
	background-color: #23211C;
}
#footer .block-payment {
	padding: 1.5em 0;
	color: #808080;
	background-color: #292620;
	border: 1px solid #2C2B28;
	border-right: 0;
	border-left: 0;
}
#footer .block-payment > div > div {
	line-height: 40px;
	font-size: 1.25em;
}
#footer .block-payment img {
	margin: 0 0.5em;
	vertical-align: middle;
}
#footer .block-copyright {
	padding: 1em 0;
	color: #808080;
	background-color: #23211C;
}
#footer .block-map > div > div {
	float: left;
	width: 33%;
	min-width: 230px;
	max-width: 440px;
}
#footer .block-map > div > div:last-child {
     margin-bottom: 0;
}
#footer h1 {
	margin-top: 0;
	text-shadow: 0 0 1px #FFF;
	color: #CCC;
}
#footer .links a, #footer .plugins a {
	display: block;
	margin-left: 1em;
	color: #A0A0A0;
}
#footer .links a:hover, #footer .plugins a:hover {
	color: #EEE;
}
#footer .links a {
	line-height: 1.5em;
}
#footer .plugins a {
	margin-bottom: 1em;
	line-height: 32px;
}
#footer .plugins a img {
	margin-right: 0.5em;
	vertical-align: bottom;
}
@media all and (max-width: 1024px) {
	#footer {
		margin-top: 10em;
	}
}
@media all and (max-width: 768px) {
	#footer {
		margin-top: 6em;
	}
    #footer .block-map > div > div {
        width: 50%;
        margin-bottom: 1em;
    }
}
@media all and (max-width: 320px) {
	#footer {
		margin-top: 4em;
	}
    #footer .block-map > div > div {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }
}

/*
	
	Treść
	
*/

#content {
	position: relative;
}
#content .main .box, #content .premium .box {
	width: 591px;
	margin-bottom: 40px;
	color: #bd0000;
	border: solid 1px #000000;
}
#content .main .box:last-child, #content .premium .box:last-child {
	margin-bottom: 0;
}
#content .main .box .title, #content .premium .box-2 .boxTitle {
	padding: 8px;
	font-size: 1.1em;
	color: #FFF;
	background-color: #000000;
}
#content .main .box-1 {
	width: 591px;
	height: 400px;
	background: url('../img/bgBox.png');
	border: 0;
}
#content .main .box-2 .cell, #content .premium .box-2 .cell {
	float: left;
	width: 197px;
	margin: 20px 0;
	text-align: center;
	color: #000000;
}
#content .main .box-2 .cellNumber, #content .premium .box-2 .cellNumber {
	width: 30px;
	padding: 10px 0;
	margin: auto;
	font-size: 1.1em;
	font-weight: 700;
	color: #FFF;
	background-color: #E81;
}
#content .main .box-2 .cellTitle, #content .premium .box-2 .cellTitle {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: 700;
}
#content .main .box-2 .cellText, #content .premium .box-2 .cellText {
	padding: 20px 20px 0;
	line-height: 1.5em;
	font-size: 0.8em;
}
.box-3 {
	border: 0 !important;
}
.box-3 table {
	width: 100%;
	position: relative;
	padding: 0;
	border: 0;
	text-align: center;
	color: #000;
	border-spacing: 0 5px;
}
.box-3 table th {
	min-width: 65px;
	padding: 8px 0;
	font-weight: 300;
	font-size: 0.8em;
	color: #FFF;
	background-color: #000;
	border-left: solid 1px #FFF;
}
.box-3 table td {
	height: 52px;
	padding: 15px 0;
	border: solid 1px #C0C0C0;
	border-right: 0;
}
.box-3 table td.price {
	min-width: 120px;
	max-width: 200px;
}
.box-3 table td.end {
	border-right: solid 1px #C0C0C0;
}
.box-3 table tr.recommend td {
	border-color: #D50;
}
.box-3 table td.recommend {
	width: 18px;
	height: 84px;
 	position: absolute;
	left: -18px;
	padding: 0;
	background: url('../img/polecamy.png') 4px 3px no-repeat #D50;
	border: 0;
}
.box-3 table input[type="submit"] {
	padding: 3px 8px;
	margin-top: 8px;
	font-size: 0.8em;
	border-radius: 0.8em;
}
.box-3 table .button a {
	color: #FFF;
	text-decoration: none;
}
.box-3 div.premiumOtherText {
	padding-top: 5px;
}
#content .info {
	float: right;
}
#content .info .cell {
	width: 320px;
	margin-bottom: 10px;
	color: #FFF;
}
#content .info .cell a {
	text-decoration: none;
	color: #FFF;
}
#content .info .cell:last-child {
	margin-bottom: 0;
}
#content .info .cell .title {
	padding: 8px;
	margin-bottom: 1px;
	font-size: 1.1em;
	font-weight: 700;
	background-color: #245a8d;
}
#content .info .cell .title img {
	margin-right: 10px;
}
#content .info .cell .content {
	background-color: #245a8d;
}
#content .info .cell .desc {
	float: left;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}
.cell.register {
	width: 320px;
	margin-bottom: 10px !important;
	color: #FFF;
}
.cell.register .title {
	padding: 8px;
	margin: 0 !important;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5em;
	background-color: #4098e9 !important;
}
.cell.register table {
	width: 100%;
	text-align: center;
	border-spacing: 0 1px;
}
.cell.register table a {
	color: #FFF;
	text-decoration: underline;
}
.cell.register table th {
	width: 75px;
	padding: 4px 5px 4px 0;
	text-align: right;
	font-weight: 300;
	font-size: 0.9em;
	background-color: #4098e9;
}
.cell.register table td {
	background-color: #4098e9;
	border-left: solid 1px #FFF;
}
.cell.register table input[type="text"], .cell.register table input[type="password"] {
	width: 227px;
	height: 15px;
	padding: 5px;
}
.cell.register table .register {
	padding: 3px;
	text-align: left;
	font-size: 0.8em;
	border: 0;
}
.cell.register table .register input[type="checkbox"] {
	margin-right: 5px;
}
.cell.register table .button {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
}
.cell.register table .button .button {
	padding: 5px 0;
	background-color: #E81;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #FFF;
	border: solid 1px #E81;
	cursor: pointer;
	cursor: hand;
}
.cell.register table .button .button:hover {
	color: #E81;
	background-color: transparent;
}
#content .main .box-4 {
	border: 0;
}
div.page-list {
	padding: 0.5em;
}

/*

	Treść - dostęp premium
	
*/

#content .premium .textTitle {
	width: 600px;
	margin: 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 1em;
	line-height: 2em;
}
#content .premium .choice {
	width: 600px;
	margin-bottom: 20px;
}
#content .premium .choice th {
	width: 100px;
	padding: 5px 0;
	text-align: right;
	font-weight: 300;
}
#content .premium .choice td {
	font-weight: 700;
	padding-left: 5px;
}
#content .premium .info {
	float: none;
	padding: 15px 20px;
	text-align: center;
}
#content .premium .code {
	margin: 20px 0;
	text-align: center;
}
#content .premium .code input[type="text"] {
	width: 278px;
	padding: 5px;
	margin: 0 10px;
	color: #000000;
	border: solid 1px #c0c0c0;
}
#content .premium .code input[type="submit"] {
	width: 98px !important;
	padding: 5px 0 !important;
}
#content .premium .box-2 {
	margin-top: 40px;
	border: solid 1px #000000;
}
#content .premium .other {
	width: 300px;
	text-align: center;
}
#content .premium .other img {
	margin-top: 35px;
}
#content .premium .premiumOther {
	margin-top: 45px;
}
.premiumOther {
	width: 320px;
}
.premiumOther .cell {
	width: 100%;
	margin-bottom: 0;
}
.premiumOther .cell:last-child {
	margin-bottom: 10px !important;
}
.premiumOther .cellSpace {
	width: 100%;
	height: 10px;
}
.premiumOther .titleOther {
	padding: 8px;
	font-size: 1em;
	color: #FFF;
	background-color: #000000;
}
.premiumOther .contentOther {
	padding: 20px 0;
	text-align: center;
	border: solid 1px #000000;
	border-top: 0;
}

/*

	Strona: rejestracja
	
*/

.register .image {
	width: 100%;
	min-height: 318px;
	background: url('../img/hand-register-text.png') no-repeat right top;
	background-size: contain;
}
/*
.register .image > .wrapper {
	float: right;
	width: 65%;
}
.register .image > .wrapper h2 {
	margin: 1em 0 1.5em !important;
}
.register .image > .wrapper ul {
	margin-top: 1em;
}
#mail textarea {
	height: 150px;
	padding: 5px;
	color: #000000;
	border: solid 1px #c0c0c0;
}
#mail table {
	width: 500px;
}
#mail table input[type="text"], #mail table input[type="password"], #mail textarea {
	width: 378px;
}
*/

/*

	Strona: logowanie
	
*/

#content .login > div.image > h2 {
	margin: 0 0 -2em !important;
}
#content .login > div.image > a.image {
	display: block;
	width: 100%;
	min-height: 283px;
	background: url('../img/hand-register-text.jpg') no-repeat right center;
	background-size: contain;
}

/*

	Strona: moje konto - administracja
	Element: ciało i panel boczny
	
*/



#panel {
	float: right;
	margin: calc(-5em + 2px) 0 0 1em;
}
#panel #panel-body {
	margin-bottom: 2px;
}
#panel #panel-body a::before {
	content: "«";
	margin-right: 0.5em;
}
#panel #panel-body a {
	display: block;
	width: 20em;
	padding: 0.75em;
	text-decoration: none;
	color: #404040;
	background-color: #fafafa;
	border: 1px solid #DEDEDE;
	border-bottom: 0;
	transition: text-indent 0.2s;
	transition-timing-function: ease-out;
}
#panel #panel-body a:last-child {
	border-bottom: 1px solid #DEDEDE;
}
#panel #panel-body a:hover {
	text-indent: 1em;
	color: #FFF !important;
	background-color: #E81;
	border-color: #E81;
}
#panel #panel-body a.special {
	color: #E81;
}
#panel #panel-hide {
	min-width: calc(8em + 1px);
	padding: 0.5em 0;
	text-align: center;
	font-size: 0.85em;
	color: #FFF;
	background-color: #D50;
}
#panel #panel-hide:hover {
	cursor: pointer;
	cursor: hand;
	background-color: #B50;
}
#content #content-body {
	float: left;
	width: calc(100% - 21em);
	padding: 0 1em;
}

/*

	Strona: moje konto - ściągaj pliki
	
*/

#account .premium .buy-info > div > div {
	float: left;
	width: 50%;
}
#account .premium .buy-info > div > div:nth-child(1) {
	padding-right: 1em;
	text-align: right;
	line-height: 2em;
}
#account .premium .buy-info > div > div:nth-child(2) {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-size: 300;
}
#account .download .error {
	margin-top: 120px;
	text-align: center;
	line-height: 2em;
}
#account .download .cell {
	float: left;
	width: 33%;
	text-align: center;
}
#account .download .cell .number {
	display: inline-block;
	padding: 0.5em 0.75em;
	margin: 0 auto 0.5em;
	font-size: 1.3em;
	font-family: PTS-B;
	color: #FFF;
	background-color: #1A1A1A;
}
#account .download .cell .number.active {
	background-color: #E81;
}
#account .download .cell .title {
	margin-bottom: 2em;
	font-family: PTS-R;
	text-transform: uppercase;
}
#account .download .links {
	width: 578px;
	height: 250px;
	padding: 10px;
	margin: 10px 0;
	text-align: left;
	border: 1px solid #c0c0c0;
	border-radius: 0.8em;
}
#account .download.list {
	margin-bottom: 20px;
}
#account .download input[type="submit"], #account .download input[type="button"] {
	width: 198px;
}
#account #download-wrapper > .title {
	padding: 0.25em 0;
	margin-bottom: 0.75em;
	font-size: 1.3em;
	text-align: left;
	border-bottom: 1px dotted #E81;
}
#account #download-wrapper > form label,
#account .download .row {
	display: block;
	padding:  0.75em 0;
	border-top: 1px solid #E0E0E0;
}
#account #download-wrapper > form label:first-child,
#account .download .result > .row:first-child {
	padding-top: 0;
	border-top: none;
}
#account #download-wrapper > form label > div {
	float: left;
}
#account #download-wrapper > form label > div:nth-child(1) {
	width: 2em;
	line-height: 3em;
	text-align: center;
}
#account #download-wrapper > form label > div:nth-child(2) {
	width: calc(100% - 2em);
	padding-left: 1em;
	text-align: left;
}
#account #download-wrapper > form .name {
	font-family: PTS-B;
}
#account #download-wrapper > form .info {
	width: 100%;
}
#account #download-wrapper > form .info > div:nth-child(1) {
	float: left;
}
#account #download-wrapper > form .info > div:nth-child(2) {
	float: right;
}
#account #download-wrapper > form .host {
	padding: 0 0.35em;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #FFF;
	background-color: #B50;
}
#account #download-wrapper > form .sum {
	padding: 1em 1em 1em 3em;
}
#account .download .inactive, #account .download .step-3 .list {
	width: 580px;
	height: 100px;
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 0.8em;
}
#account .download .row .name {
	float: left;
	font-family: PTS-B;
}
#account .download .row .download {
	float: right;
}
#account #download-progress {
	display: none;
	padding: 4em 0;
	text-align: center;
	line-height: 2em;
	text-transform: uppercase;
}

/*

	Strona: moje konto - historia plików
	
*/

#account #content-body .files table .address {
	width: 300px;
}

/*

	Strona: moje konto - historia transakcji
	
*/

.tableL1, #account #content-body .history .list {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	font-size: 0.9em;
	border-spacing: 5px 0;
}
.tableL1 th, #account #content-body .history .list th {
	width: 33%;
	padding: 8px;
	border-bottom: 1px solid #000000;
}
.tableL1 td, #account #content-body .history .list td {
	padding: 8px;
	border-bottom: 1px solid #c0c0c0;
}
.tableL1.C4 th {
	width: 25%;
}
.tableL1.CR, .tableL1.CL {
	margin-bottom: 30px;
}
.tableL1.CR th, .tableL1.CL th {
	width: auto !important;
	font-weight: 700 !important;
}
.tableL1.CR th, .tableL1.CR {
	text-align: center !important;
}
.tableL1.CL th, .tableL1.CL {
	text-align: left !important;
}
table.list {
	width: 100%;
}
table.list th {
	padding: 0.5em;
	text-align: left;
	font-family: PTS-B;
	font-weight: 400;
	font-size: 1.2em;
	border-bottom: 1px solid #404040;
}
table.list th.active {
    border-bottom: 3px solid #E81;
}
table.list tr:nth-child(2n-1) td {
	background-color: #F0F0F0;
}
table.list tbody td {
	padding: 0.25em;
	word-break: break-all;
	border-bottom: 1px solid #E0E0E0;
}
table.list label.cell {
    display: block;
    width: 100%;
    cursor: pointer;
    cursor: hand;
}
#account .referral .codeText {
	padding: 5px 0;
	line-height: 1.5em;
}
#account .referral .code {
	width: 438px;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
.tableT1 th, #account #content-body .settings table th, #account #content-body .code table th {
	width: 150px;
	margin: 5px 0;
	text-align: right;
	font-size: 0.9em;
	font-weight: 400;
}
.formF1 input[type="text"], .tableT1 input[type="text"], .tableT1 input[type="password"], #account #content-body .settings table input[type="text"], #account #content-body .settings table input[type="password"], #account #content-body .code table input[type="text"] {
	width: 438px;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
.tableT1 td {
	width: 450px;
}
.tableT1 .button, #account #content-body .settings table .button {
	text-align: center;
}
#account #content-body .code table {
	text-align: center;
}
#account .account a.line {
	display: block;
	color: #000;
}
#account .account a.line:hover {
	display: block;
	color: #E81;
}
#account .account .line div {
	margin-bottom: 1em;
}
#account .account .line div:nth-child(1) {
	float: left;
	width: calc(50% - 6em);
	min-width: 12em;
	padding-right: 0.5em;
	text-align: right;
	font-family: PTS-B;
	font-weight: 400;
}
#account .account .line div:nth-child(2)::before {
	content: "- ";
}
#account .account .line div:nth-child(2) {
	float: right;
	width: calc(50% + 6em);
}
@media all and (max-width: 480px) {
	#account .account .line div {
		float: none !important;
		width: 100% !important;
	}
	#account .account .line div:nth-child(1) {
		text-align: left;
		padding: 0;
	}
	#account .account .line div:nth-child(2) {
		padding-left: 10%;
	}
}

/*

	Administracja
	
*/

#admin .panel {
	float: right;	
	font-size: 0.9em;
	border-radius: 1em;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
#admin .panel a {
	color: #404040;
	text-decoration: none;
}
#admin .panel .cell {
	width: 280px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #C0C0C0;
	border-bottom: 0;
	transition: text-indent 0.2s;
	transition-timing-function: ease-out;
}
#admin .panel .cell.admin {
	color: #bd0000;
}
#admin .panel .first {
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}
#admin .panel .last {
	border-bottom: 1px solid #C0C0C0;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
#admin .panel .cell:hover {
	text-indent: 1em;
	color: #FFF;
	background-color: #E81;
}
#admin .content {
	float: left;
	width: 600px;
}
#admin .content .transactions .list {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	font-size: 0.9em;
	border-spacing: 5px 0;
}
#admin .content .transactions .list th {
	width: 33%;
	padding: 8px;
	border-bottom: 1px solid #000000;
}
#admin .content .transactions .list td {
	padding: 8px;
	border-bottom: 1px solid #C0C0C0;
}
#admin .content .clients .search {
	padding-bottom: 20px;
}
#admin .content .clients .search input[type="text"] {
	width: 250px;
	padding: 5px;
	margin: 0 5px;
	border: 1px solid #C0C0C0;
}
#admin .content .clients .search input[type="submit"] {
	width: 98px;
	padding: 5px 0;
	border-radius: 0.8em;
}
#admin .content .clients .list {
	width: 100%;
	padding: 30px 0 50px;
	font-size: 0.9em;
	border-spacing: 5px 0;
}
#admin .content .clients .list {
	text-align: center;
}
#admin .content .clients .list th {
	padding: 8px;
	border-bottom: 1px solid #000000;
}
#admin .content .clients .list td {
	padding: 8px;
	border-bottom: 1px solid #C0C0C0;
}
#admin .content .accounts .list form {
	display: inline-block;
	margin-bottom: 5px;
}
#admin .content .accounts input[type="submit"] {
	border-radius: 0.8em;
}
#admin .content .accounts table, #admin .content .access table {
	width: 100%;
}
#admin .content .accounts table th, #admin .content .access table th {
	width: 150px;
	text-align: right;
	font-weight: 300;
}
#admin .content .accounts input[type="text"], #admin .content .access table input[type="text"] {
	width: 438px;
	padding: 5px;
	border: 1px solid #C0C0C0;
}
#admin .content .accounts .button, #admin .content .access table .button {
	text-align: center;
}
#admin .content .accounts .button input[type="submit"], #admin .content .access table .button input[type="submit"] {
	width: 98px;
	padding: 5px 0;
	margin-top: 10px;
	border-radius: 0.8em;
}
#admin .content .access div.button, #admin .content .access input[type="submit"] {
	width: 98px;
	padding: 5px 0;
	margin: 5px;
	text-align: center;
	color: #FFF;
	background-color: #E81;
	border: 1px solid #E81;
	border-radius: 0.8em;
	cursor: pointer;
	cursor: hand;
}
#admin .content .access div.button:hover, #admin .content .access input[type="submit"]:hover {
	color: #E81;
	background-color: transparent;
}
#admin .content .codes .add, #admin .content .codes .list {
	text-align: center;
}
#admin .content .codes .add th {
	width: 150px;
	text-align: right;
	font-weight: 300;
}
#admin .content .codes .add td input[type="text"] {
	width: 438px;
	padding: 5px;
	border: 1px solid #C0C0C0;
}
#admin .content .codes .add input[type="submit"] {
	width: 98px;
	padding: 5px 0;
	margin: 5px;
	border-radius: 0.8em;
}
.tableL2, #admin .content .codes .list {
	width: 100%;
	padding: 30px 0 50px;
	font-size: 0.9em;
	border-spacing: 5px 0;
}
.tableL2 th, #admin .content .codes .list th {
	padding: 8px 0;
	border-bottom: 1px solid #000000;
}
.tableL2 td, #admin .content .codes .list td {
	padding: 8px 0;
	text-align: center;
	word-wrap: break-word;
	border-bottom: 1px solid #C0C0C0;
}
.tableL2 input[type="submit"], #admin .content .codes .list input[type="submit"] {
	border-radius: 0.8em;
}
.textareaT1 {
	width: 590px;
	height: 200px;
	padding: 5px;
	border: 1px solid #C0C0C0;
}
.submitS1 {
	width: 98px;
	padding: 5px 0;
	margin: 5px;
	border-radius: 0.8em;
}
#admin .content .settings table {
	width: 100%;
}
#admin .content .settings table th {
	width: 150px;
	text-align: right;
	font-weight: 300;
}
#admin .content .settings table .button {
	text-align: center;
}
#admin .content .settings table input[type="submit"] {
	width: 98px;
	padding: 5px 0;
	margin: 5px;
	border-radius: 0.8em;
}
#admin .content .settings table input[type="text"], #admin .content .settings textarea {
	width: 438px;
	padding: 5px;
	border: 1px solid #C0C0C0;
}
#admin .content .settings textarea {
	height: 100px;
}
#admin .content .settings form h2 {
	margin: 2em 0 1em 2em;
	color: #C00000;
}
a.scroll {
	display: inline-block;
	padding: 0 0.25em;
	margin-left: 0.25em;
	font-size: 0.75em;
}
a.scroll:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #E81;
}

/*

	Strona: administracja - podstrony

*/

#admin .subpages .list a {
    float: left;
    display: block;
    width: calc(25% - 0.5em);
    min-width: 10em;
    padding: 0.5em;
    margin: 0.25em;
	background-color: #F0F0F0;
	border-left: 2px solid #E81;
}
#admin .subpages .list a:hover {
	text-decoration: none;
	color: #FFF;
    background-color: #E81;
}
#admin .content .subpages .cell {
	float: left;
	padding-right: 30px;
}
#admin .content .subpages .cell ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#admin .content .subpages .cell ul ul {
	margin-top: 5px;
}
#admin .content .subpages .cell ul ul li {
	padding-left: 10px;
	line-height: 1.5em;
	font-size: 0.9em;
}
#admin .content .subpages input[type="submit"] {
	width: 98px;
	padding: 5px 0;
	margin-top: 15px;
	border-radius: 0.8em;
}
#admin .content .users .info {
	float: none;
	margin-bottom: 40px;
}
#admin .content .users .info th {
	width: 160px;
	padding: 5px 0;
	font-weight: 300;
	text-align: right;
}
#admin .content .users .info td {
	font-weight: 700;
}
#admin .content .users .transactions {
	width: 100%;
	margin: 30px 0 50px;
	text-align: center;
	border-spacing: 5px 0;
}
#admin .content .users .transactions th {
	width: 33%;
	padding: 8px;
	border-bottom: 1px solid #000000;
}
#admin .content .users .transactions td {
	padding: 8px;
	border-bottom: 1px solid #C0C0C0;
}
#admin table.settingsHostings {
	padding-top: 1em;
	font-size: 0.8em;
}
#admin table.settingsHostings th {
	padding: 5px 0;
	text-align: center !important;
	font-weight: 700 !important;
	background-color: #E0E0E0;
	border-bottom: 1px solid #A0A0A0;
}
#admin table.settingsHostings td {
	padding: 5px 0;
	text-align: center;
	word-break: break-all;
}
#admin table.settingsHostings tbody tr:nth-child(2n) > td {
	background-color: #F0F0F0;
}

/*

	Strona: administracja - statystyki hostingów

*/

#admin .hosting-stat.header {
	padding: 0.5em;
	text-transform: uppercase;
	font-family: PTS-B;
	border-color: #404040;
}
#admin .hosting-stat {
	border-bottom: 1px solid #A0A0A0;
}
#admin .hosting-stat:nth-child(2n+1) {
	background-color: #F0F0F0;
}
#admin .hosting-stat:last-child {
	padding: 1em 0;
	border-top: 2px solid #E81;
	border-bottom: 0;
}
#admin .hosting-stat div {
	float: left;
	width: 16%;
	padding: 0.25em;
	line-height: 1.5em;
}
#admin .hosting-stat div:first-child {
	width: 20%;
	padding-right: 1em;
	text-align: right;
	text-transform: uppercase;
	font-family: PTS-B;
}
#admin .hosting-stat .error {
	color: #FFF;
	background-color: #FF4545;
}

/*

	Formularz: F1
	
*/

.F1 label {
	margin-bottom: 10px;
}
.F1 input[type="text"],
.F1 textarea {
	width: 300px !important;
	padding: 3px;
	border: 1px solid #808080;
}
.F1 div.label {
	display: inline-block;
	min-width: 190px;
	margin: 0 10px 10px 0;
	text-align: right;
	font-size: 0.9em;
}
.F1 div.hint {
	margin: 0 0 10px 220px;
	font-size: 0.8em;
	color: #808080;
}

/*

	Formularz: F2
	
*/

.F2 {
	text-align: center;
}
.F2 > input, .F2 > select {
    height: 2.5em;
}
.F2 input[type="text"],
.F2 input[type="password"],
.F2 select,
.F2 textarea {
	background-color: #F0F0F0;
	border: 1px solid #B1B1B1;
	
}
.F2 input[type="text"],
.F2 input[type="password"]{
	width: 50%;
	padding: 0.5em;
	margin: 0 0.5em;
}
.F2 input.full {
	width: 100%;
	margin: 0;
}
.F2 select {
	padding: 0.25em;
	margin: 0 0.5em;
    text-transform: capitalize;
}
.F2.no-caps select {
    text-transform: none;
}
.F2 select option {
	padding: 0.25em;
}
.F2 select option:nth-child(2n) {
	background-color: #E0E0E0;
}
.F2 textarea {
	display: block;
	width: 100%;
	height: 30em;
	padding: 1em;
	margin-bottom: 1em;
	text-align: left;
}
.F2 textarea.small {
	height: 15em;
}
.F2 input[type="text"]:hover,
.F2 input[type="text"]:focus,
.F2 input[type="password"]:hover,
.F2 input[type="password"]:focus,
.F2 textarea:hover,
.F2 textarea:focus {
	border-color: #E81;
}
.F2.dark input[type="text"],
.F2.dark input[type="password"],
.F2.dark select,
.F2.dark textarea {
	background-color: #3D2C1E;
    color: #E0E0E0;
	border: 1px solid #564E44;
}
.F2.dark option {
    color: #E0E0E0;
}
.F2.dark select option:nth-child(2n) {
	background-color: #483728;
}

/*

	Formularz: F3
	
*/

.F3 {
	max-width: 700px;
	margin: auto;
}
.F3 label {
	display: block;
	margin-bottom: 1em;
}
.F3 label.no-margin {
    margin-bottom: 0;
}
.F3 label.wrapper {
    display: inline;
    margin: none;
}
.F3 label div {
	min-height: 1px;
}
.F3 input[type="text"],
.F3 input[type="password"],
.F3 textarea,
.F3 select {
	width: 100%;
	max-width: 23em;
	padding: 0.5em;
	background-color: #F0F0F0;
	border: 1px solid #B1B1B1;
}
.F3 select {
    height: 2.5em;
	padding: 0.25em;
}
.F3 select option {
	padding: 0.25em;
}
.F3 select option:nth-child(2n) {
	background-color: #E0E0E0;
}
.F3 textarea {
	height: 8em;
}
.F3 input[type="text"]:hover,
.F3 input[type="text"]:focus,
.F3 input[type="password"]:hover,
.F3 input[type="password"]:focus,
.F3 textarea:hover,
.F3 textarea:focus {
	border-color: #E81;
}
.register .F3 .g-recaptcha {
	margin-bottom: 1em;
	padding: 0;
}
.F3 input[type="checkbox"] {
	margin: 0.85em 0.5em 0;
}
.F3 label div:nth-child(1) {
	float: left;
	width: 28%;
	padding: 0.5em 1em 0.5em 0;
	text-align: right;
}
.F3 label div:nth-child(2) {
	float: left;
	width: 44%;
}
.F3.expand label div:nth-child(2) {
	width: 72%;
}
.F3 div.hint {
	padding: 0 28%;
	margin: -1em 0 1.5em 0;
	color: #A0A0A0;
}

/*

	Blok: full-width
	
*/

.full-width h1:first-child {
	margin-top: 0;
}
.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5 {
	margin: 2em 0;
	text-align: center;
	text-shadow: 0 0 1px #BBB;
}
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5 {
	color: #352424;
}
.full-width h1 {
	margin: 1em 0;
	text-align: center;
	font-size: 3em;
	color: #340F0F;
}
.full-width h2 {
	font-size: 2em;
}
.full-width h3 {
	font-size: 1.5em;
}
.full-width h4 {
	font-size: 1.3em;
}
.full-width h5 {
	font-size: 1.1em;
}
.full-width .pure-text {
	max-width: 900px;
	margin: 4em auto;
	line-height: 2em;
}
.full-width .annotation {
	display: block;
	width: 75%;
	margin: 1em auto;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: center;
}
.full-width .half-size {
	float: left;
	width: 50%;
	padding: 1em;
}
.full-width .page-list {
    margin-top: 1em;
    text-align: center;
}
.full-width .page-list a {
    display: inline-block;
    padding: 0 0.35em;
    margin: 0.15em;
    text-decoration: none;
    color: #FFF;
    background-color: #000;
}
.full-width .page-list a.active,
.full-width .page-list a:hover {
    background-color: #E81;
}
@media all and (max-width: 560px) {
	.full-width .half-size {
		width: 100%;
		margin-bottom: 2em;
	}
}

/*

	Strona: główna, cennik
	
*/

.full-width .interest-table div b {
	color: #E81;
}
.full-width .interest-table {
	min-height: 450px;
	background: url('../img/xt7_tree.png') 5% top no-repeat transparent;
	background-size: auto 450px;
}
.full-width .interest-table .right-side {
    float: right;
    width: 50%;
}
.full-width .interest-table .main {
	padding: 0.5em 0 0 1em;
	line-height: 1.75em;
	font-size: 2em;
}
.full-width .interest-table .main span {
	background-color: #FFF;
}
.full-width .interest-table form {
	margin: 2em 0 0 4em;
}
.full-width .interest-table form input,
.full-width .interest-table form label {
	margin: 0.75em 0;
}
.full-width .interest-table form label {
    display: block;
    max-width: 27em;
    margin: 0.5em 0;
    background-color: #FFF;
}
.full-width .interest-table form label.wrapper {
    display: inline;
    max-width: none;
    margin: none;
}
.login_and_pass {
	display: inline-flex;
}
.full-width .interest-table form input[type="text"],
.full-width .interest-table form input[type="password"] {
	display: block;
    width: 195px;
    padding: 1em !important;
    color: #000;
    background-color: #eee;
    border: 1px solid #ddd;
}
.full-width .interest-table form input[type="password"] {
	margin-left: 10px;
}

.full-width .interest-table form input[name="email"] {
	width: 400px;
}
.full-width .interest-table form input[type="checkbox"] {
	margin: 0 0.5em;
}
.full-width .interest-table form input[type="submit"] {
	width: 18em !important;
	font-size: 1.5em;
	font-family: PTS-B;
	font-weight: 400;
}
@media all and (max-width: 1024px) {
    .full-width .interest-table .right-side {
        width: 65%;
    }
}
@media all and (max-width: 768px) {
    .full-width .interest-table .right-side {
        width: 75%;
    }
	.full-width .interest-table .main {
		padding: 0.5em 0;
		font-size: 1.5em;
	}
	.full-width .interest-table form {
		margin-left: 0;
	}
}
@media all and (max-width: 560px) {
    .full-width .interest-table .right-side {
        width: 100%;
    }
	.full-width .interest-table {
		max-width: 30em;
		min-height: 100%;
		margin: auto;
	}
	.full-width .interest-table form input[type="text"],
	.full-width .interest-table form input[type="password"],
	.full-width .interest-table form input[type="submit"] {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media all and (max-width: 320px) {
	.full-width .interest-table .main {
		font-size: 1.2em;
	}
}
.full-width .interest-hostings > div {
	float: left;
	text-align: center;
}
.full-width .interest-hostings > div:nth-child(1) {
	/* width: calc(20% - 2em); */
    width: 100%;
	margin: 1em;
}
.full-width .interest-hostings > div:nth-child(2) {
	width: 7%;
}
.full-width .interest-hostings > div:nth-child(3) {
	width: calc(73% - 2em);
	margin: 1em;
}
.full-width .interest-hostings > div > div:nth-child(1) > div {
	display: inline-block;
	margin: 0.25em;
	text-transform: capitalize;
}
.full-width .interest-hostings .underline > div:first-child {
	height: 8px;
	border: 1px solid #000;
	border-top: 0;
}
.full-width .interest-hostings .underline > div:last-child {
	width: 1px;
	height: 7px;
	margin: auto;
	background-color: #000;
}
.full-width .interest-hostings > div > div:nth-child(2) {
	height: 16px;
	margin: 1em auto;
}
.full-width .interest-hostings > div:nth-child(1) > div:nth-child(2) {
	/* visibility: hidden; */
	width: 100%;
	/* max-width: 10em; */
    max-width: 45em;
}
.full-width .interest-hostings .plus {
	margin-top: 1em;
	font-size: 2em;
	font-family: PTS-B;
	font-weight: 400;
}
.full-width .interest-hostings > div > div:last-child > h3 {
	font-size: 1.5em;
}
.full-width .interest-circles > div {
	float: left;
	width: calc(100% / 3);
	text-align: center;
}
.full-width .interest-circles > div .header {
	display: block;
	margin: 1em 0;
	font-size: 1.2em;
	font-family: PTS-B;
	font-weight: 400;
}
.full-width .interest-circles > div .desc {
	display: block;
	margin: 2em;
	line-height: 2em;
}
@media all and (max-width: 560px) {
	.full-width .interest-hostings > div {
		float: none;
		width: calc(100% - 2em) !important;
		margin: 1em;
	}
	.full-width .interest-hostings > div > div:last-child > h3 {
		margin: 0.5em 0 2em;
	}
	.full-width .interest-hostings > div:nth-child(2) {
		display: none;
	}
	.full-width .interest-hostings > div:nth-child(1) > div:nth-child(2) {
		visibility: visible;
	}
}
.full-width .offer .block {
	float: left;
	width: calc(25% - 2em);
	min-width: 10.5em;
	margin: 0 1em 2em;
	border: 1px solid #DDD;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.full-width .offer.access .block {
	min-width: 12em;
}
.full-width .offer .block.promo {
	border-color: #B50;
	box-shadow: 0 2px 5px rgba(160, 0, 0, 0.5);
}
.full-width .offer .block.promo .title {
	padding-top: 1.1em;
	font-size: 2em;
	font-family: PTS-B;
	font-weight: 400;
	color: #B50;
}
.full-width .offer .block .title {
	padding: 1em 0 0 0.5em;
	font-size: 1.75em;
	text-shadow: 0 1px #FFF;
	text-align: left;
	color: #606060;
	box-shadow: inset 0 -20px 20px rgba(0, 0, 0, 0.1);
}
.full-width .offer .block .line {
	height: 3px;
	margin-bottom: 1em;
	background-color: #B50;
}
.full-width .offer .block .sms,
.full-width .offer .block .transfer {
	font-size: 1.25em;
	color: #B50;
}
.full-width .offer .block .sms::before {
	content: "SMS: ";
}
.full-width .offer .block .transfer::before {
	content: "ePrzelew: ";
}
.full-width .offer .block .sms::before,
.full-width .offer .block .transfer::before {
	display: inline-block;
	width: 35%;
	margin-right: 0.5em;
	text-align: right;
	font-family: PTS-R;
	font-size: 0.75em;
	color: #000;
}
.full-width .offer .block .desc {
	margin-top: 1.5em;
	text-align: center;
}
.full-width .offer .block .desc hr {
	width: 75%;
	height: 1px;
	margin: 1.25em auto;
	border: 0;
	background-color: #B50;
}
.full-width .offer .block .desc span {
	font-family: PTS-B;
	font-weight: 400;
	font-size: 1.15em;
	color: #222;
}
.full-width .offer .block .button {
	margin: 2em 0;
	text-align: center;
}
.full-width .offer .block .buybox {
	display: none;
	margin: 0 0.5em;
	text-align: center;
	background-color: #F1F1F1;
}
.full-width .offer .block .buybox a {
	display: block;
	padding: 1em 0;
	padding-top: 0;
}
.full-width .offer .block .buybox a:first-child {
	padding-top: 1em;
}
.full-width .offer .block .buybox form {
	padding: 0.5em 0;
}
.full-width .offer .block .buybox form:first-of-type {
	padding-top: 1em;
}
.full-width .offer .block .buybox form:last-of-type {
	padding-bottom: 1em;
}
.full-width .offer .block .buybox .close {
	display: block;
	margin-bottom: 0.5em;
}
@media all and (max-width: 1024px) {
	.full-width .offer .block {
		font-size: 0.8em;
	}
}
@media all and (max-width: 768px) {
	.full-width .interest-circles > div {
		float: none;
		width: 100%;
		margin-bottom: 4em;
	}
	.full-width .offer.access .block {
		width: calc(50% - 2em) !important;
		margin-bottom: 2em;
		font-size: 1em;
	}
	.full-width .offer.access .block:nth-child(2n-1) {
		margin-left: 1em;
	}
	.full-width .offer.access .block:nth-child(2n) {
		margin-right: 1em;
	}
	.full-width .offer .block.promo .title {
		padding-top: 1em;
		font-size: 1.75em;
		text-shadow: 0 1px #000;
		color: #FFF;
		background-color: #E81;
		box-shadow: inset 0 -20px 20px rgba(120, 0, 0, 0.5);
	}
}
@media all and (max-width: 480px) {
	body {
		font-size: 14px;
	}
	.full-width .offer.access .block {
		font-size: 0.9em;
	}
	#footer > div > div > div {
		max-width: 300px !important;
		margin: auto;
	}
	#footer .block-map > div > div {
		float: none;
		width: 100%;
		margin: 0 auto 2em;
	}
	#footer .block-map > div > div:last-child {
		margin-bottom: 0;
	}
	#footer .block-payment > div > div {
		line-height: 1em;
	}
	#footer .block-payment span {
		display: block;
		line-height: 40px;
	}
	#footer .block-payment img {
		max-width: 6em;
	}
	#footer .block-payment img:first-child {
		margin-left: 0;
	}
	#footer .block-copyright > div > div > span {
		display: block;
	}
}
@media all and (max-width: 380px) {
	body {
		font-size: 13px;
	}
	.full-width .offer.access .block {
		width: calc(100% - 2em) !important;
	}
}

/*

	Strona: cennik
	
*/

.full-width .image-text {
	padding: 0 5em;
}
.full-width .image-text div {
	float: left;
}
.full-width .image-text div:nth-child(1) {
	width: 188px;
	height: 188px;
}
.full-width .image-text div:nth-child(2) {
	width: calc(100% - 188px);
	padding-left: 3em;
	font-size: 1.15em;
	line-height: 2em;
}
@media all and (max-width: 768px) {
	.full-width .image-text {
		padding: 0 1em;
	}
	.full-width .image-text div {
		float: none;
		width: 100% !important;
		text-align: center;
	}
	.full-width .image-text div:nth-child(2) {
		padding: 2em 0 0;
	}
}
.full-width .offer.transfer .block {
	width: calc(25% - 2em);
}
.full-width .offer.transfer .block:first-child {
	margin-left: 12.5%;
}
.full-width .offer.transfer .block:last-child {
	margin-right: 12.5%;
}
@media all and (max-width: 768px) {
	.full-width .offer.transfer .block {
		width: calc(100% / 3 - 2em) !important;
	}
	.full-width .offer.transfer .block:first-child {
		margin-left: 1em;
	}
	.full-width .offer.transfer .block:last-child {
		margin-right: 1em;
	}
}
@media all and (max-width: 480px) {
	.full-width .offer.transfer .block {
		width: calc(50% - 2em) !important;
		margin-bottom: 2em;
	}
}
@media all and (max-width: 380px) {
	.full-width .offer.transfer .block {
		width: calc(100% - 2em) !important;
	}
}

/*

	Strona: dodatki
	
*/

.full-width .addons div {
	float: left;
	width: 25%;
	padding: 0 2em;
	text-align: center;
}
.full-width .addons div a {
	display: inline-block;
}
.full-width .addons span.title {
	display: block;
	min-height: 3.5em;
	margin: 1em 0;
}
@media all and (max-width: 768px) {
	.full-width .addons div {
		width: 50%;
		margin-bottom: 4em;
	}
}
@media all and (max-width: 380px) {
	.full-width .addons div {
		width: 100%;
	}
}

/*

	Strona: pomoc
	
*/

.full-width  .help .answer {
	max-width: 800px;
	margin: auto;
	padding: 1em;
	line-height: 1.5em;
	background-color: #F3F3F3;
	border-left: 2px solid #E81;
}
.full-width  .help .answer h3 {
    margin: 1em;
    text-align: left;
}

/*

	Strona: opinie
	
*/

.full-width .recommend .block {
	float: left;
	width: calc(50% - 2em);
	min-width: calc(340px - 2em);
	margin: 1em;
}
.full-width .recommend .block div {
	float: left;
	color: #FFF;
}
.full-width .recommend .block div:nth-child(1) {
	float: left;
	width: 100%;
	color: #000;
	padding: 1em;
	background-color: #F1F1F1;
}
.full-width .recommend .block div:nth-child(2)::before {
	content: "Przesłane przez";
	font-size: 0.9em;
}
.full-width .recommend .block div:nth-child(2) {
	width: 70%;
	padding: 0.25em 1em;
	background-color: #E81;
}
.full-width .recommend .block div:nth-child(3) {
	width: 30%;
	padding: 0.25em;
	text-align: center;
	background-color: #B50;
}

/*

	Strona: kontakt
	
*/

.contact form.contact {
	width: 80%;
	margin: auto;
}
.contact form.contact label div:first-child {
	margin: 1em;
	text-align: left;
	font-size: 1.2em;
	font-family: PTS-B;
}

/*

	Akceptacja dla ciastek
	
*/

#cookieAccept {
	padding: 1em;
	color: #404040;
	background-color: #F0F0F0;
	border-bottom: 1px solid #E3E3E3;
}
#cookieAccept .content {
	float: left;
	width: calc(100% - 24px);
	padding-right: 1em;
	text-align: center;
}
#cookieAccept .close {
	float: left;
	width: 24px;
	height: 24px;
	background-image: url('../img/cookies_close.png');
	cursor: pointer;
	cursor: hand;
}

/*

	RWD

*/

#rwd-menu {
	display: none;
	margin: 0.5em 0;
	text-transform: uppercase;
	color: #E81;
	background-color: #F4F4F4;
}
#rwd-menu > .menu {
	line-height: 48px;
	cursor: pointer;
	cursor: hand;
}
#rwd-menu > .menu > .button {
	float: left;
	width: 48px;
	height: 48px;
	background: url('../img/orange-brown-menu.png') no-repeat center center;
}
#rwd-menu > .menu:hover > .button {
	background-image: url('../img/white-20150615-b.png');
}
#rwd-menu > .menu:hover, #rwd-menu.active {
	color: #FFF;
	background-color: #000;
}
#rwd-menu.active > .menu {
	background-color: #000;
}
#rwd-menu.active > .menu > .button {
	background-image: url('../img/rwd-close.png');
}
#rwd-menu.active > .menu:hover > #rwd-menu-title {
	text-decoration: underline;
}
#rwd-menu > .main {
	display: none;
	padding: 0.5em 0.35em;
}
#rwd-menu > .main > hr {
	width: calc(100% - 0.7em);
	height: 1px;
	margin: 0.5em auto;
	background-color: #E81;
}
#rwd-menu > .main a {
	display: block;
	float: left;
	width: 50%;
	min-width: 140px;
	padding: 0.5em;
	margin: 0.35em;
	text-align: left;
	background-color: #E81;
}
#rwd-menu.active > .main a {
	color: #FFF;
}
#rwd-menu > .main > .admin > a {
    font-size: 0.8em;
}
#rwd-top-login {
	display: none;
}

@media all and (max-width: 959px) {
    #menu-search-inner {
        display: none;
    }
    #menu-search-bottom {
        display: block;
    }
}
@media all and (max-width: 768px) {
    #top {
        height: auto;
    }
	#menu {
		display: none;
	}
	#panel {
		display: none;
	}
	#content #content-body {
		width: 100%;
	}
	#rwd-menu {
		display: block;
	}
	#rwd-menu > .main a {
		max-width: 170px;
	}
	#top {
		margin-bottom: 1em;
	}
	#top .logo {
		display: block;
		float: none;
		width: auto;
		margin: 2em 0;
		background-position: center center;
	}
	#top .login, form#top-login {
		float: none;
	}
	#top .login {
		text-align: center;
                width:100%;
	}
        #top .login form{
            width:492px !important;
        }
	#top .login .welcome, #top .login .textPremium {
		float: none;
	}
    .full-width .interest-table .main {
        padding: 3em 0;
        margin-left: 1em;
    }
    #menu-search-bottom {
        width: 100%;
        max-width: 30em;
        margin: auto;
    }
}
@media all and (max-width: 560px) {
	#rwd-menu > .main a {
		max-width: 160px;
	}
	.full-width .interest-table {
		background: none;
	}
	#top-login {
		display: none;
	}
	#rwd-top-login {
		display: block;
		font-size: 1.25em;
	}
    #menu-margin {
        height: 1em;
    }
}
@media all and (max-width: 360px) {
	#rwd-menu > .main a {
		width: calc(100% - 0.7em);
		max-width: none;
	}
}

.przypomnij-form label{
    width: 590px;
    margin-left: auto;
    margin-right: auto;
}
.przypomnij-form label > span{
    width:310px;
    display: inline-block;
}
.przypomnij-form label > span:first-of-type{
    text-align:right;
}
.przypomnij-form label > span:last-of-type,
.przypomnij-form label > span:first-of-type{
    width:135px !important;
}
.przypomnij-form label > span > input{
    width:310px;
    display: inline-block;
}