body {
	padding: 0;
	margin: 0;
	color: #444;
	font-size: 15px;
    font-family: 'Lato', Arial, Helvetica Neue, sans-serif;
}

body.mainpage {
	background-color: #fff;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	outline: none;
	color: #808080;
}

a:hover {
	text-decoration: none;
	outline: none;
	opacity: 0.8;
}

h1, span.heading-czy-wiesz {
	font-size: 38px;
	font-family: 'Lato';
	padding: 10px 0px;
	margin: 0px;
	font-weight: 600;
	color: #000000;
}

h2 {
	font-family: 'Lato';
	font-size: 28px;
	padding: 2px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-family: 'Lato';
	color: #000000;
}

span.boxHeader {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 7px 0px;
}

h3 {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
	font-family: 'Lato';
	color: #000000;
	font-size: 22px;
}

h3.boxHeader {
	font-size: 20px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

h3.boxHeader a, h3.boxHeader a:hover {
	font-size: 20px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

h3.noBorderTop {
	border-top: none;
	padding-top: 0px;
	background: url(/img/i_arrow.png) no-repeat 10px 5px;
}

h4 {
	font-size: 16px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	font-weight: bold;
	color: #4f4f4f;
}

h4.#fe0000 {
	color: #d64e41;
	font-size: 14px;
	padding: 0px 0px 3px 0px;
}

h4 img {
	vertical-align: middle;
}

img {
	border: 0;
}

p {
	padding: 7px 0px;
	margin: 0px;
}

.normal {
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.cl {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.darkgrey {
	color: #2b2b2b;
}

.hidden {
	display: none;
}

.la {
	text-align: left;
}

.ca {
	text-align: center;
}

.ra {
	text-align: right;
}

.ja {
	text-align: justify;
}

.rf {
	float: right;
}

.lf {
	float: left;
}

.vm {
	vertical-align: middle;
}

.vb {
	vertical-align: bottom;
}

.orange {
	color: #e95207;
}

.white {
	color: white;
}

.#fe0000 {
	color: #fe0000;
}

.red {
	color: red;
}

.blue {
	color: #000000;
}

.black {
	color: #323232;
	font-size: 14px;
}

.dark-blue {
	color:  #0d123a;
}

.bg-white {
	background: white;
}

.bg-news {
	background: url('/img/bg-news.jpg') center center no-repeat;
}

.bg-black-yellow {
    background: linear-gradient(90deg, #000 50%, #333 50%);
}

.bg-white-yellow {
    background: linear-gradient(90deg, #fff 50%, #333 50%);
}

.bg-dark-blue {
	background-color: #01172c;
}

.bg-black {
	background-color: #000;
}

.bg-dark-grey {
	background-color: #333333;
}

.bg-light-grey {
	background-color: #4e4e4e;
}

.bg-grey {
	background-color: #eee;
}

.bg-footer{
	background-color: #333;
}

.dark-grey {
	color: #404040;
}

.dark-blue {
	color: #152f46;
}

.yellow {
	color: #333;
}

.bg-yellow {
	background-color: #ffd401;
}

.fb-page * 
{ 
    width: 100% !important; 
}
/*
.fb-fix{
	width: 320px;
}
*/

.zlecajacy {
	display: none;
}

table.daneAdresy:nth-child(2) .nip-rwd {
	display: none;	
}

.top-spacing-medium {
	padding-top:30px;
}

.top-spacing-large {
	padding-top:50px;
}

.bottom-spacing-medium {
	padding-bottom:30px;
}

.bottom-spacing-large {
	padding-bottom:50px;
}

.border-bottom-grey {
	border-bottom: 1px solid #ccc;
}

.crossThrough {
	text-decoration: line-through;
	color: #cbbbac;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: bold;
}

ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul.pd, ol.pd {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

ul.pd li, ol.pd li {
	padding: 0px 0px 7px 0px;
}

ul li em, ol li em {
	color: #888888;
	font-style: normal;
}

.mainpage-opis {
	font-size: 20px;
	color: white;
	text-align: justify;
	font-weight: 300;
}

.mainpage-info p {
	font-weight: 500;
	padding: 2px 0;
}

.footer-above {
	padding: 45px 0;
}

/** Formularze **/
label {
	color: #000;
	font-weight: normal;
	display: block;
	font-size: 14px;
}

div.required > label {
	font-weight: bold !important;
}

input {
	border: 1px solid #D3D3D3;
	background: #FCFCFC;
	font-weight: normal;
	width: auto;
	height: 35px;
	vertical-align: middle;
	height: 45px;
	padding: 0px 10px;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.no-bg {
	/*border: none !important;*/
	background: none !important;
}

textarea {
	width: 180px;
	height: 80px;
	border: 1px solid #D3D3D3;
	background: #FCFCFC;
	padding: 4px;
	margin: 0px;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: normal;
	border-radius: 4px;
}

input[type="radio"],
input[type="checkbox"]{
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}

input.chra {
	border: none;
	background: none;
	width: 20px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	height: 20px;
}

select {
	border: 1px solid #D3D3D3;
	display: inline-block;
	/*float: left;*/
	height: 45px;
	padding: 0px 10px;
	width: 190px;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance: none; 
   -moz-appearance: none;
   	appearance: none;
	background: white url(/img/arrow3-bottom.png) no-repeat right 10px center;
	border-radius: 4px;
}

option {
	padding: 0px 15px 0px 2px;
}

input[type=submit], input[type=button], input.button, button.button {
	color: white;
	background: #e95207;
	border: none;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	height: 45px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
    box-shadow: none;
    border-color: #333 !important;
    opacity: 1 !important;
}

input[type=submit]:hover,
button.button.button2:hover
{
	opacity: 0.8;
}

#btn-orange {
	background: url('/img/btn-orange-bg.jpg') !important;
}

#btn-orange:hover {
	background: url('/img/btn-orange-bg2.jpg') !important;
}

a.btn-#fe0000 {
	background: #fe0000;
	padding: 12px 60px;
	color: white;
	font-weight: normal;
}

input.button2, button.button2 {
	/*height: 30px;
	padding: 0px 10px 3px;
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;*/
}

input.buttonGrey {
	/* background: #989898 url(/img/bg_button_grey2.png) repeat-x; */
	background: grey;
}

input.buttonGrey:hover {
	opacity: 0.8;
}

a.button, a.button:hover {
	border: none;
	/* background: #be1f10 url(/img/bg_button_#fe0000.png) repeat-x; */
	opacity: 0.8;
	height: 32px;
	width: auto;
	padding: 6px 7px;
	opacity: 0.8;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
}

a.buttonGrey, a.buttonGrey:hover {
	/*background: #989898 url(/img/bg_button_grey2.png) repeat-x;*/
	background: #acacac;
}

.lp15{
	width: 15%;
}

.lp20{
	width: 20%;
}

.lp25{
	width: 25%;
}

.lp50{
	width: 50%;
}

.lp75{
	width: 75%;
}

.lp95{
	width: 95%;
}

.lp97 {
	width: 97%;
}

.lp100{
	width: 100%;
}

.lg1 {
	width: 30px;
}

.lg2 {
	width: 70px;
}

.lg3 {
	width: 115px;
}

.lg4a {
	width: 170px;
}

.lg4 {
	width: 239px;
}

.lg5 {
	width: 250px;
}

.lg6 {
	width: 360px;
}

.lg7 {
	width: 400px;
}

.lg8 {
	width: 510px;
}

select.lg1 {
	width: 39px;
}

select.lg2 {
	width: 79px;
}

select.lg21 {
	width: 100px;
}

select.lg3 {
	width: 136px;
}

select.lg4 {
	width: 261px;
}

select.lg5 {
	width: 259px;
}

select.lg6 {
	width: 369px;
}

textarea.lg5 {
	width: 250px;
	height: 120px;
}

textarea.lg5a {
	width: 250px;
	height: 80px;
}

textarea.lg9 {
	width: 590px;
	height: 200px;
}

/* FORMULARZE */
.formularz div.box {
}

.formularz div.box h3 {
	font-size: 20px;
	text-transform: none;
}

.formularz .col {
	/*float: left;
	width: 277px;
	margin: 8px;*/
}

.formularz .col .floated {
	width: 138px;
	float: left;
}

.formularz .col .floated input {
}

.formularz .col input {
}

.formularz .col select {
}

.formularz .input {
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	/* clear: both; */
	overflow: hidden;
}

.formularz .lspace20 {
	margin: 0 0 0 20px;
}

.formularz .widthset {
	
}

.formularz .checkbox-payment label {
	display: inline;
	float: none;
	/* border-bottom: 1px solid #ddd;*/
	padding: 15px 0;
	display: inline-block;
	width: 300px;
}

.formularz .visible {
	overflow: visible;
}

.formularz .input label, .formularz .label {
	width: auto;
	display: block;
	text-align: left;
	padding: 0px 0px 5px;
	margin: 0px;
	font-weight: normal;
	color: #2b2b2b;
}

.formularz .input input, .formularz .input textarea {
	
}

.formularz .input input.half-field {
	width: 296px;
	float: left;
	margin-right: 27px;
}

.formularz .input select {
	
}

.formularz .input .checkbox {
	
}

.formularz .input .checkbox input {
	width: 16px;
	display: inline;
	margin-right: 3px;
}

.formularz .input .checkbox label {
	display: inline;
	background: none;
	color: #4f4f4f;
	padding: 0px;
}

/* 315 do 390 **/
.formularz .two-parts-small {
	width: 320px;
	float: left;
	clear: none;
}

.formularz .two-parts-small input, .formularz .two-parts-small select {
	width: 296px;
}

.formularz .two-parts-wide {
	width: 390px;
	float: left;
	clear: none;
}

.formularz .two-parts-wide input, .formularz .two-parts-wide select {
	width: 365px;
}

.formularz .two-parts-half-wide {
	width: 186px;
	float: left;
	clear: none;
}

.formularz .two-parts-half-wide input, .formularz .two-parts-half-wide select
	{
	width: 160px;
}

.formularz .kodPocztowy {
	width: 180px !important;
	float: left;
}

.formularz .sprawdzKod, .formularz .sprawdzKodNadan {
	width: 70px;
	float: right;
	margin: 3px 10px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.formularz .marg {
	margin-right: 9px
}

.formularz .icl {
	clear: both;
}

.formularz .infoBox {
	border: 1px solid #b4b4b4;
	background: #EEEEEE;
	padding: 10px;
	margin: 0px 0px 7px 0px;
	clear: both;
}

.formularz .requi#fe0000 label, .formularz label.requi#fe0000 {
	font-weight: 600;
}

.formularz .nonrequi#fe0000 label, .formularz label.nonrequi#fe0000 {
	font-weight: normal !important;
}

.formularz .requi#fe0000Label {
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	clear: both;
}

.formularz .error-message {
	padding-top: 0px;
	padding-left: 2px;
	color: #FF0000;
	clear: both;
	font-size: 12px;
	/*text-align: center;*/
}

.formularz .captcha img {
	margin: 0px 0px 0px 10px;
	float: left;
}

.formularz .captcha input {
	margin-top: 30px;
}

.formularz .submit {
	padding: 5px 0 0 0px;
}

.formularz .submitLeft {
	padding-left: 0px;
	float: none;
}

.formularz .submit2 {
	padding-left: 0px;
}

.formularz .checkbox {
	padding: 5px 0px 5px 0px;
	border: none;
}

.formularz .checkbox label {
	display: inline;
	float: none;
	background: none;
	color: #4f4f4f;
	padding: 7px 20px 7px 0px;
	margin: 0px;
}

.formularz .checkbox .error-message {
	padding-left: 20px;
}

.formularz .checkbox input {
	border: none;
	width: 20px;
	margin: 0px 5px 0px 0px;
	display: inline;
}

.formularz .radio {
	padding: 5px 0px 5px 0px;
}

.formularz .radio label {
	display: inline;
	float: none;
}

.formularz .radio .error-message {
	padding-left: 20px;
}

.formularz .radio1 {
	padding: 5px 0px 5px 0px;
}

.formularz .radio1 label {
	display: inline;
	float: none;
}

.formularz .radio1 .error-message {
	padding-left: 20px;
}

.formularz .checkbox1 {
	padding: 5px 0px 5px 0px;
}

.formularz .checkbox1 label {
	display: inline;
	float: none;
}

.formularz .checkbox1 .error-message {
	padding-left: 20px;
}

.formularz input.disabled {
	background: #EEEEEE;
}

.formularz .wciecie {
	padding: 5px 0px 5px 170px;
}

.formularz .wciecie label {
	display: inline;
	float: none;
	padding: 5px 10px 0px 0px;
}

.formularz .godziny .godziny2 label {
	display: inline;
	float: none;
	padding: 5px 10px 0px 0px;
}

.formularz .password input {
	font-family: arial, sans-serif;
}

.formularz .disabled {
	background: #EEEEEE;
	color: #777777;
}

.formularz input:read-only {
}

.formularz .field {
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.formularz .fieldnl {
	float: left;
	padding: 5px 0px 5px 170px;
	margin: 0px;
}

.formularz .userloginlinks {
	padding-top: 6px;
	font-size: 14px;
}

/** Filtr **/
.filtr {
	padding: 0px 0px 10px 0px;
	vertical-align: middle;
	line-height: 24px;
}

.filtr * {
	vertical-align: middle;
}

.filtr label {
	padding: 0px 10px 0px 0px;
	float: none;
	display: inline;
}

.filtr .lg2 {
	width: 72px;
}

.filtr select.lg2 {
	width: 83px;
}

/** Komunikaty **/
.message {
	padding: 15px;
	border: 1px solid #ff0000;
	background: #FFFFFF;
	line-height: 20px;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

.message_inside {
	padding: 8px;
	border: 2px solid #d54235;
	background: #FFFFFF;
	line-height: 17px;
	color: #d54235;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}

.messageInfo {
	background: #DFDFDF;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

/* Formularz zamówienia */

.zloz input {
	margin: 3px 0px;
}

.zloz .select2-container {
	margin-bottom: 3px;
}

.zloz .etykiety {
   	display:none;
}

form.orderForm {
	font-size: 13px;
}

form.orderForm label {
	font-size: 13px;
}

form.orderForm label img {
	vertical-align: middle;
}

form.orderForm div.date_label {
	background: url(/img/date_label.gif) no-repeat;
	min-height: 25px;
	width: 242px;
	padding-top: 5px;
	margin-bottom: 20px;
}

form.orderForm div.kraje select {
	font-size: 13px;
}

form.orderForm div.kraje div.date_label {
	margin-bottom: 8px;
    margin-right: 19px;
}

form.orderForm div.date_label_error {
	background: url(/img/date_label_error.gif) no-repeat;
}

form.orderForm div.date_label1 {
	background: url(/img/date_label1.gif) no-repeat;
	width: 220px;
}

form.orderForm div.date_label2 {
	background: url(/img/date_label2.gif) no-repeat;
	width: 387px;
}

form.orderForm div.date_label3 {
	margin-bottom: 5px;
}

form.orderForm div.date_label3 label,
form.orderForm div.date_label2 label,
form.orderForm div.date_label1 label
{
	float: left;
	width: 100px;
}

form.orderForm div.box div.date_label label {
	margin-right: 2px;
	display: inline;
	margin-left: 6px;
}

form.orderForm div.box div.date_label2 label {
	padding-right: 37px;
	display: inline;
}

form.orderForm div.box div.date_label label img {
	vertical-align: middle;
}

form.orderForm div.date_label1 select {
    width: 120px;
}

form.orderForm div.date_label input, form.orderForm div.date_label select,
	form.orderForm div.date_label input:active {
	width: 106px;
	height: 18px;
	border: none;
	background: none;
	text-align: right;
	padding: 0px;
}

form.orderForm div.date_label select {
	width: 100px;
	text-align: center;
}

form.orderForm div.date_label select option {
	text-align: left;
}

form.orderForm div.date_label input {
	width: 105px;
}

form.orderForm div.date_label2 input {
	width: 260px;
}

form.orderForm div.date_label input.date_icon {
	background: url(/img/date_icon.gif) no-repeat right center;
}

.orderForm .div1 {
	float: left;
}

.orderForm .div2 {
	float: left;
	margin: 1px 3px 1px 0px;
}

.orderForm .div2 input {
	width: 37px;
}

.orderForm .div2.div2Error input {
	background: #ffebe8;
}

.orderForm .div2.div2Error .error {
	font-size: 12px;
	color: #FF0000;
}

.orderForm .div4,
.orderForm .div4 label
.orderForm .div4 input {
	float: left;
	padding: 1px 0 0 0;
}

.orderForm .div4 {
	width: 100%;
}

.orderForm .div4a {
	display: inline-block;
}

.orderForm .div4 select {
	margin: 0 4px 0 0;
}

.orderForm .div6,
.orderForm .div6 label
.orderForm .div6 input {
	float: left;
}


.orderForm .kurierBoxes {
	text-align: center;
}
/*.orderForm .kurierBox{
	display: inline-block;
	width: 105px;
	height: 51px;
	padding: 7px 15px;
	margin: 10px 5px 7px 1px;
	background: url(/img/orderform_courier_bt.gif) 0px 0px;
	font-weight: bold;
	text-align: center;
	color: #929292;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}
.orderForm .kurierBox.active{
	background: url(/img/orderform_courier_bt.gif) 0px -65px;
}
*/
/*.orderForm .kurierBox {
	display: inline-block;
	width: 90px;
	height: 38px;
	padding: 2px 0px 12px;
	margin: 10px 1px 7px 1px;
	background: url(/img/bg_cennikMenu.gif);
	font-weight: bold;
	text-align: center;
	color: #929292;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}

.orderForm .kurierBox.active {
	background: url(/img/bg_cennikMenu_a.gif);
}

.orderForm .kurierBox.blocked, .orderForm .kurierBox.blocked span {
	color: #DDDDDD !important;
	cursor: default;
}

.orderForm .kurierBox.kurierBox1 {
	color: #cc0033;
}

.orderForm .kurierBox.kurierBox2 {
	color: #FF0000;
}

.orderForm .kurierBox.kurierBox3, .orderForm .kurierBox.kurierBox30,
	.orderForm .kurierBox.kurierBox31 {
	color: #663131;
}

.orderForm .kurierBox.kurierBox5, .orderForm .kurierBox.kurierBox10 {
	color: #9600A8;
}

.orderForm .kurierBox.kurierBox8 {
	color: #FFC000;
}

.orderForm .kurierBox.kurierBox6, .orderForm .kurierBox.kurierBox12 {
	color: #ffcb00;
}

.orderForm .kurierBox.kurierBox4 {
	color: #3D4EB1;
}

.orderForm .kurierBox.kurierBox11 {
	color: #aacf2a;
}

.orderForm .kurierBox.kurierBox13 {
	color: #FFC000;
}

.orderForm .kurierBox input {
	display: none;
}

.orderForm .kurierBox span {
	display: table-cell;
	width: 90px;
	height: 51px;
	vertical-align: middle;
}

.orderForm .kurierBox span span {
	font-size: 12px;
	height: auto;
	color: #787878;
}*/

.orderForm .cenaKrok {
	float: left;
}

.orderForm .submit {
	float: right;
}

.orderFormKalkulator .kurierBox {
	float: left;
	width: 201px;
	height: 78px;
	padding: 3px;
	margin: 7px 7px 0px 0px;
	background: none;
	border: 1px solid #CCCCCC;
}

.orderFormKalkulator .kurierBoxInput {
	width: 23px;
	height: 48px;
	background: #E6E6E6;
	text-align: center;
	padding-top: 30px;
	float: left;
}

.orderFormKalkulator .kurierBoxLabel {
	padding: 14px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	float: right;
	width: 178px;
	text-align: center;
}

.orderFormKalkulator .kurierBoxLabel .kurierLabel {
	font-size: 13px;
	font-weight: bold;
}

.orderFormKalkulator .kurierBoxLabel .cenyCell {
	color: #fe0000;
	font-weight: bold;
	font-size: 30px;
}

.orderFormKalkulator .kurierBoxLabel .cenyCell .cenyKomunikat {
	font-size: 11px;
	color: #4f4f4f;
	padding-top: 3px;
}

.orderFormKalkulator .submit {
	text-align: left;
	float: left;
	padding: 10px 0px 10px 0px;
}

.formularz table.adres th {
	font-weight: normal;
}

.formularz table.adres th a {
	color: #6E6E6E;
	text-decoration: underline;
}

.formularz table.adres th a:hover {
	text-decoration: none;
	color: #E79926;
}

.formularz table.adres td input[type="text"] {
	width: 310px;
}

.formularz table.adres td {
	vertical-align: top;
}

.formularz table.adres td.lcol {
	vertical-align: middle;
}

.zamowienieCol2_1 {
	width: 200px;
	float: left;
	margin-right: 10px;
}

.zamowienieCol2_2 {
	width: 200px;
	float: left;
}

.zamowienieCol31 {
	width: 48%;
	float: left;
	padding-right: 4px;
}

.zamowienieCol32 {
	width: 48%;
	float: left;
}

.zamowieniePaczka input, .zamowieniePaczka select {
	font-size: 14px;
}

.usunPaczke {
	color: white;
	text-decoration: underline;
	float: right;
}

input.disabled {
	background: #EEEEEE;
}

.zamowieniePaczka label {
}

/** Biznes **/
.formularz_biznes {
	width: 235px;
}

.formularz_biznes .input label {
	width: 100px;
	float: left;
	padding-top: 5px;
}

.formularz_biznes .input input {
	border: 1px solid #818181;
	background: #FFFFFF;
	width: 125px;
}

.formularz_biznes .submit {
	padding: 5px 0px 0px;
}

.formularz_biznes .submit .button {
	width: 135px;
	height: 37px;
}
/** Filtr **/
.filtr {
	padding: 0px 0px 30px 0px;
	vertical-align: middle;
	line-height: 34px;
}

.filtr * {
	vertical-align: middle;
}

.filtr label {
	padding: 0px 10px 0px 5px;
	float: none;
	display: inline;
	font-size: 12px;
}

.filtr select.lg2 {
	width: 83px;
}

/** Struktura **/
#content {
	width: 976px;
	padding: 0px 58px;
	margin: 0px auto -16px;
	position: relative;
}

.content {
	background: url(/img/bg_content.gif) repeat-x;
}

.shortpage .content {
	background: url(/img/bg_content2.gif) repeat-x;
}

/**		TOP - header		**/

#top {
	font-family: 'Lato';
	color: #000000;
	font-size: 14px;
	height: 85px;
	font-weight: 500;
}

#top a {
	color: #FFF;
}

#top .logo {
    margin: 5px 0 0 0;
    float: left;
}

#top .top-info {
	float: left;
	max-width: 550px;
	margin: 15px 15px;
    background: white;
    padding: 1px 10px;
}

#top2 {
	font-family: 'Lato';
	font-size: 14px;
	height: 85px;
	font-weight: 500;
}

#top2 a {
	color: #2b2b2b;
}

#top2 a.orange {
	color: #e95207 !important;
}

#top2 .logo {
    margin: 5px 0 0 0;
    float: left;
}

#top2 .top-info {
	float: left;
	max-width: 550px;
	margin: 15px 15px;
    background: white;
    padding: 1px 10px;
}

ul.topmenu {
	margin: 0;
	float:right;
	font-weight: 600;
	font-size: 13px;
}

p.header-info {
	margin: 5px 0;
}

ul.topmenu :first-child {
	background: none;
}

ul.topmenu li {
	float: left;
	display: block;
	padding: 11px 18px 11px 7px;
	border:none;
	text-transform: uppercase;
}

ul.footermenu {
	font-weight: 500;
}

ul.footermenu li {
    float: left;
    display: inline-block;
    padding: 0 0 0 25px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
}

ul.footermenu li a {
	color: white;
}

.topUserLinks {
	font-size: 14px;
	font-weight: 300;
	padding: 4px 0 0 0;
}

ul.topmenu li .zamow-kuriera,
#top .zaloz-konto {
	color: #e95207 !important;
}

ul.topmenu li .zamow-kuriera:hover,
#top .zaloz-konto:hover {
	/* color: #e95207 !important; */
}

ul.topmenu li a {
	padding: 0 0 4px 0;
}

.topUserLinks img{
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}

.topUserLinks {
	margin: 2px 0;
}

.topUserLinks a{
	color: #2b2b2b;
}

.topUserLinks.darkgrey a {
	color: #2b2b2b;
}

.topUserLinks .kontakt-email {
	margin: 0px 12px;
}

.topUserLinks .kontakt-email:after,
.topUserLinks .kontakt-email:before {
	/* content: url('/img/top-separator.png');*/
} 

ul.topmenu li a:hover {
	border-bottom: 2px solid #555;
}

ul.mainpageUserPanelTopLinks {
}
ul.mainpageUserPanelTopLinks li {
	position: relative;
}
ul.mainpageUserPanelTopLinks li img {
	float: none;
}
ul.mainpageUserPanelTopLinksSubmenu {
	display: none;
	float: none;
	height: auto;
	width: 120px;
	list-style-type: none;
	text-align: left;
	position: absolute;
	padding: 0px 3px 7px 25px;
	margin: 0px;
	z-index: 200;
	background: #ed1942;
	left: 0px;
	top: 20px;
}
ul.mainpageUserPanelTopLinksSubmenu li {
	display: block;
	padding: 0px;
	text-align: left;
	margin-left: 0px;
}
ul.mainpageUserPanelTopLinksSubmenu li a {
	padding: 1px 2px;
	height: auto;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
ul.mainpageUserPanelTopLinksSubmenu li a:hover {
	text-decoration: none;
	color: #f0aab8 !important;
}

.topUserLinks a {
	padding: 5px 0px 7px 5px;
}

.topUserLinks span {
	margin: 0 0px 0 5px;
	font-weight: 300px;
}

.topUserLinks a.rejestracja {
	border: 2px solid #fe0000;
	color: #fe0000 !important;
}

.topUserLinks a img {
	vertical-align: middle;
	margin: 0 5px;
}

.topUserLinks a:hover {
}

.topmenu-responsive ul li {
	list-style: none;
}

.topnav {
	display:none;
	position: fixed;
	background: white;
	padding: 0px;
	right: 0;
	left: 0;
	z-index: 9999;
	top: 0px;
	border: 1px solid white;
	color: white;
	overflow: scroll;
	height: 100%;
}

.topnav-icon {
	float: right;
	font-size: 20px;
	font-weight: bold;
}

.topnav-icon a {
	border: 2px solid #FFF;
	padding: 10px;
}

.topnav-icon2 {
	margin: 28px 20px 0 0;
	font-weight: bold;
	font-size: 20px;
	float: right;
}

.topnav-logo {
	border-bottom: 2px solid black;
	padding: 0px 0px 5px 10px;
}

.topnav li {
	font-size: 15px;
	border-bottom: 1px solid #aaa;
	list-style: none;
	position: relative;
	color: black;
	font-weight: bold;
}

.topnav li > a {
	display: block;
	padding: 15px;
}

.topnav li:hover {
	opacity: 0.8;
	cursor: pointer;
}

#panel-klienta {
	display: inline;
	position: relative;
}

.topusernav {
	position: absolute;
	top: 22px;
	background: rgba(255,255,255,0.9);
	right: -92px;
	z-index: 9999;
	width: 154px;
	min-height: 125px;
	list-style: none;
	border: 1px solid white;
	padding: 20px 40px;
	margin: 1px 0px;
	text-align: left;
}

.topusernav li {
	margin: 3px 0;
	padding: 5px 0;
}

.topusernav  li a:hover {
}

.topusernav li a {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}

.blogusernav {
    display: none;
    position: absolute;
    top: 35px;
    right: -600px;
    z-index: 9999;
    width: 722px;
    min-height: 125px;
    list-style: none;
    padding: 20px 40px 20px 75px;
    margin: 1px 0px;
    font-size: 13px;
}
.blogusernav.white {
	background: #fff;
}

.blogusernav-list > li {
	padding: 5px 0 !important;
	width: 100%;
}

.topusernav2 {
	margin: 15px 0 0 0;
	list-style: none;
}

.topusernav2 li{
	display: inline;
}

.koszyk {
	float: right;
	margin: 20px 10px;
	text-align: center;
	font-size: 13px;
}

.koszyk img {
	margin: 3px 5px 0 0;
	width: 35px;
}

.current {
	font-weight: 700 !important;
}

/**		Footer		**/

#footer {
	color: white;
	padding: 60px 0;
}

#footer ul li {
	list-style:none;
	font-weight: 300;
}

#footer a {
	color: white;
}

.footer-box {
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 15px;
	box-shadow: 1px 1px 1px 1px #ddd;
}

.bottom-box {
	color: #000000 !important;
	width: 19%;
	padding: 30px 8px 0px 30px;
	float: left;
}

.bottom-box ul li {
	list-style: none;
	padding: 2px 0px;
}

#footer-bottom {
	min-height: 120px;
	color: white;
	padding: 50px 0 0 0;
}

/**		Layouts		**/

.boxes-default {
	padding: 10px;
	border: 1px solid #ccc;
}

.bottom-border {
	border-bottom: 1px solid #ccc;	
}

/** 	Strona główna	 **/
.monitoring {
	display: inline-block;
	float: left;
	height: 45px;
	padding: 0px 10px;
	width: 147px;
	color: #666;
	font-size: 16px;
	border: none;
	background: #ececec;
	font-weight: 400;
	margin: 0px 5px 0 0;
}

.footer-linki {
	list-style: none;
	margin: 15px 0 0 0;
	font-size: 15px;
}

ul.narzedzia {
	list-style: none;
}

ul.narzedzia li {
	border-bottom: 1px solid #323232;
	padding: 8px 5px;
}

ul.narzedzia li a {
	color: #323232;
}

ul.narzedzia li span {
	color: #fe0000;
	font-weight: bold;
}

#zamowKuriera .ograniczenia{
	margin: 0 10px 0 0;
	float:left;
}

#zamowKuriera .ograniczenia input{
	display: inline-block;
	float: left;
	height: 45px;
	padding: 0px 10px;
	width: 190px;
	color: #040404;
	font-size: 16px;
	border: none;
	font-weight: 400;
}

#zamowKuriera .ograniczenia input,
#zamowKuriera select  {
	width: 62px;
	margin: 0 5px;
	border-radius: 4px;
}

#zamowKuriera .wymiary2 input {
	width: 119px;
}

#zamowKuriera .ograniczenia input:focus,
#zamowKuriera select:focus  {
}

#zamowKuriera .btn-zamow-kuriera {
	color: white;
	background: #bded01;
	float: left;
	border: none;
	padding: 10px 20px;
	font-size: 26px;
	font-weight: 700;
	margin: 20px 0px 0px 20px;
	cursor: pointer;
}

#zamowKuriera .btn-zamow-kuriera:hover {
	background: #ff0000;
}

.zamow-kuriera-submit{
	background: url('/img/submit2.png') center center no-repeat !important;
	width: 176px !important;
	height: 60px !important;
	padding: 0 !important;
	margin: 0 !important;
}


#zamowKuriera .ograniczenia-wrap {
	padding: 0 0 10px 0;
}
#zamowKuriera .waga-info {
	display: none;
}

#zamowKuriera .cena-wrap{
	float: left;
	width: 168px;
}

#zamowKuriera .cena-wrap span{
	display: block;
	text-align: center;
}

#zamowKuriera .cena-wrap .koszt{
	font-size: 40px;
	font-weight: bold;
	margin: -8px 0px 0px 0px;
}

#zamowKuriera {
	background-color: #e95207;
	color: white;
	font-size: 18px;
	padding: 10px 40px;
	margin: 10px 0 20px 0;
	border-radius: 7px;
}

#zamowKuriera .skad-dokad {
	background-image: url('/img/skad-dokad.jpg');
	width: 334px;
	height: 71px;
	margin: 5px 0px 0 380px;
}

#zamowKuriera .chce-wyslac {
	float: left;
	margin: 35px 0 0 0;
}

#zamowKuriera .kraj {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}

#zamowKuriera .kraj label{
	margin: 7px 0 0 0;
}

#zamowKuriera .rodzaj-przesylki-ikona {
	display: inline-block;
	margin: 0px 15px;
	float: left;
	cursor: pointer;
}

#zamowKuriera .rodzaj-przesylki-ikona label{
	cursor: pointer;
	font-size: 18px;
}

#zamowKuriera select {
	display: inline-block;
	float: left;
	height: 45px;
	padding: 0px 10px;
	width: 225px;
	color: #040404;
	font-size: 16px;
	border: none;
	font-weight: 400;
	-webkit-appearance: none; 
   -moz-appearance: none;
   	appearance: none;
	background: white url(/img/arrow3-bottom.png) no-repeat right 10px center;
	text-align: left;
}

 /*hide the default arrow in ie10 and ie11*/
#zamowKuriera select::-ms-expand,
select::-ms-expand
{ 
    display: none;
}

#zamowKuriera .rodzaj-przesylki-ikona span {
	display: block;
	text-align: center;
}

#zamowKuriera input[type="radio"] {
	display: none;
}

#zamowKuriera input[type="radio"]:checked {
	font-weight: bold;
}

#zamowKuriera .kraj label {
	float: left;
	font-size: 19px;
	/* margin: 6px 1px 0 8px; */
}

#zamowKuriera label {
	color: white;
	text-align: left;
	margin: 5px 0 4px 4px;
}

.zamowKuriera-row {
	clear: both;
}

.mainpage #zamowKuriera .submit{
	display: block;
	margin-top: 110px;
}

.mainpage .dymek {
	position: absolute;
	width: 350px;
	height: 147px;
	background: url('/img/dymek.png');
	top: 260px;
	left: 228px;
}

table.dane select {
	width: 99.5%;
}
.mainpage .border-twocolor-1 {
	background: url('/img/border-twocolor-1.jpg') no-repeat bottom;
	width: 595px;
	height: 50px;
	font-size: 32px;
}

.mainpage .border-twocolor-2 {
	background: url('/img/border-twocolor-2.jpg') no-repeat bottom;
	width: 240px;
	height: 50px;
	font-size: 32px;
}

.dashboardSaldo {
	border: 7px solid #ebebeb;
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
.dashboardSaldoKwota {
	font-size: 24px;
	line-height: 40px;
	padding: 0px 40px 0px 40px;
	font-weight: bold;
	/*width: 600px;
	float: left;*/
	text-align: left;
	display: inline-block;
}
.dashboardSaldoKwota a {color: #000000; text-decoration: none; font-size: 30px;}
.dashboardSaldoKwota a:hover {color: #ff0000; text-decoration: none;}

.dashboardSaldoDoladuj {
	font-size: 30px;
	width: 400px;
	/*float: left;
	line-height: 40px;*/
	display: inline-block;
}
.dashboardSaldoDoladuj a.mybtn {
	font-size: 16px;
	padding: 5px 15px;
	background: #333;
	color: white;
}
.dashboardSaldoDoladuj a.mybtn:hover {
	background: grey;
	color: white;
}
.dashboardMore {
	padding: 7px 0px 10px 2px;
}

/*
.mainpage label > input{ 
  visibility: hidden; 
  position: absolute; 
}
.mainpage label > input + img{
  cursor:pointer;
}
.mainpage label > input:checked + img{
  border:2px solid white;
}
*/
ul.userMainMenu li {
	list-style-type: none;
	display: block;
	margin-bottom: 2px;
}

ul.userMainMenu li a {
	display: block;
	background: #FCFCFC;
	border: 1px solid #D3D3D3;
	color: #6A6A6A;
	font-size: 14px;
	padding: 4px;
}

ul.userMainMenu li a:hover {
	color: #fe0000;
}

ul.userMainMenu li a img {
	vertical-align: middle;
}

.mainpageBoxes {
	background: #e9edf0;
}

.mainpageBoxes .boxes{
	background: white;
	padding: 10px 20px;
	min-height: 245px;
}

.aktualnosci p:first-of-type {
	color: #fe0000;
	font-weight: bold;	
}

/** zamow kuriera z k-urier **/
/** Formularz zamówienia **/
.formularzOrder {
	position: relative;
}
.formularzOrder h1 {
	margin-bottom: 8px;
}
.formularzOrder h1,
.formularzOrder h2,
.formularzOrder h3 {
	text-align: center;
}
.formularzOrder .poprzedniFormularzLink {
	display: block;
	position: absolute;
	top: 4px;
	right: 0px;
	text-align: right;
	width: 180px;
	background: #ed1942;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	border: none;
}
.formularzOrder .orderBox {
	/* border: 1px solid #eee;
	background: #FFFFFF;*/
	padding: 10px 0px;
	margin-bottom: 10px;
}
.formularzOrder .orderBox h3 {
	padding: 7px 0px 15px;
}

.formularzOrder .obliczCeny {
	text-align: right;
}

.formularzOrder .parametry {
	
}

.formularzOrder .zamowieniePaczki .input .error-message{
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.formularzOrder .rodzajWysylkiBox {
	padding: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}
.formularzOrder .rodzajWysylkiBox label {
	display: inline;
	width: auto;
}
.formularzOrder .rodzajWysylkiBox input {
	width: 16px;
	margin: 0px 3px 0px 20px;
	padding: 0px 3px 0px 0px;
	display: inline;
	vertical-align: baseline;
}

.formularzOrder .msg_inside {
	padding: 0px 0px 10px 0px;
	color: #FF0000;
	display: none;
	text-align: center;
}

.formularzOrder .kurierzy {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.formularzOrder .kurierzy li {
	margin: 0px 1px;
	padding: 0;
	text-align: center;
	position: relative;
	display: inline-block;
}
.formularzOrder .kurierzy li:last-child {
	margin-right: 0px;
}
.formularzOrder .kurierzy li.nl {
	clear: both;
}

.formularzOrder .kurierzy-wrap {
	min-height: 150px;
}

.formularzOrder .kurierzy li label {
	display: block;
	width: 170px;
	height: 200px;
	padding: 3px 0 0 0;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #DDDDDD;
	cursor: pointer;
	border-radius: 7px;
}

.formularzOrder .kurierzy li label .label {
	display: block;
	font-size: 14px;
	padding: 10px 0px 8px 0px;
	width: 90px;
	height: 30px;
	margin: 0px auto;
	float: none;
	text-align: center;
}
.formularzOrder .kurierzy li label .cenyCell {
	display: block;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 24px;
	color: #414141;
}
.formularzOrder .kurierzy li input {
	display: none;
}
.formularzOrder .kurierzy li input:checked + label 
{
	border: 3px solid #4472c4 !important; 
} 

.formularzOrder .kurierzy li label:hover {
	border: 2px solid #f36f89;
}
.formularzOrder .kurierzy li .msgInfo {
	position: absolute;
	left: -20px;
	top: 208px;
	width: 200px;
	height: auto;
	z-index: 100;
	background: #DDDDDD;
	font-size: 0.9em;
	text-align: left;
	padding: 0px 5px;
	display: none;
	border-radius: 5px;
}

.formularzOrder .checkbox-bordered {
	/* border-bottom: 1px solid #ddd;*/
	padding: 10px 0 !important;
}

.cennikKurierzy {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.cennikKurierzy li {
	width: 120px;
	min-height: 120px;
	margin: 0px 1px;
	padding: 0;
	text-align: center;
	position: relative;
	display: inline-block;
	border: 2px solid #DDDDDD;
	cursor: pointer;
	border-radius: 7px;
}

.cennikKurierzy li.active {
	border: 3px solid #4472c4;
}

.zznTopHeader {
	float: left;
}

/** ZZN **/
ul.zznInfo {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.zznInfo li {
	background: #DFDFDF;
	padding: 15px;
	margin-bottom: 10px;
}
ul.zznInfo div.zznInfoCol1 {
	width: 300px;
	float: left;
	line-height: 20px;
}
ul.zznInfo div.zznInfoCol1 strong {
	font-size: 15px;
}
ul.zznInfo div.zznInfoCol1 span {
	font-size: 14px;
	padding-left: 10px;
}
ul.zznInfo div.zznInfoCol1 a {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 10px 0px 0px;
	display: block;
	float: left;

	background: #000000; 
	height: 20px;
	padding: 5px 7px; 
	color: #ffffff; 
	cursor: pointer; 
	font-size: 14px; 
	font-weight: bold;
}
ul.zznInfo div.zznInfoCol1 a.wyczyscZZN {
	background: #3f3831; 
}
ul.zznInfo div.zznInfoCol2 {
	width: 260px;
	padding: 18px 0px 0px 0px;
	float: left;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}
ul.zznInfo div.zznInfoCol2 label {
	line-height: 20px;
	font-size: 14px;
	display: inline;
	padding-right: 20px;
}
ul.zznInfo div.zznInfoCol3 {
	width: 280px;
	float: right;
	font-size: 13px;
	color: #444444;
	text-align: right;
}
h3.zznTopHeader {
	float: left;
}
div.zznTopLink {
	width: 100%;
	float: right;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.zznInfoMsg {
	background: #e6e7ec;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

.szablony {
	display: block;
	text-align: right;
	width: 185px;
	background: #000000;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	border: none;
	float: right;
}

.formularzOrder .daneAdresy input {margin-bottom: 0px;}

.formularzOrder .payCol1 {width: 35%; float: left;}
.formularzOrder .payCol2 {width: 30%; float: left; text-align: center;}
.formularzOrder .payCol3 {width: 30%; float: right; text-align: right; padding: 0px 20px 10px 0;}

.formularzOrder .payCol3 .cenaKrok {
	font-size: 1.4em;
	 padding: 0px 0px 20px;
}
.formularzOrder .payCol3 .cenaBox {
	/*font-size: 1.6em;*/
	color: #ff0000;
	font-weight: bold;
	font-size: 1.5em;
}
#opcjeDodatkowe .input.checkbox {
	padding: 5px 0px;
	margin: 0px;
}
#opcjeDodatkowe .input.checkbox .label {
	background: none;
	padding: 5px 20px 0px 0px;
	margin: 0px;
	width: 100px;
	float: left;
}
#opcjeDodatkowe .input.checkbox .field {
	width: auto;
	float: left;
}
#opcjeDodatkowe .godziny {
	padding-bottom: 4px;
}
.formularzOrder .godzinyMsg {
	padding: 3px 0px;
}
#opcjeDodatkowe .input.checkbox .label.pobranieLabel {
	width: auto;
	padding-right: 20px;
	text-align: left;
}

.formularzOrder .input.checkbox .field.pobranieField {
	width: 290px;
}

.formularz .checkbox .pobranieInfo label {
	padding-right: 3px;
}

/** Style przycisków kurierskich **/
.kb a, .kb label, .kb .label {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	line-height: 1em;
}
.kb a span.line2, .kb label span.line2, .kb .label span.line2 {
	font-size: 0.8em;
	display: block;
}
.kb a:hover, .kb label:hover {
	-webkit-box-shadow: inset 0px 0px 100px 100px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 0px 100px 100px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

.kb.active a {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);
}

/** Zamówienie **/
.oc {
	background: url(/img/ocol.png) no-repeat center top;
}

.oc_bottom {
	background: url(/img/ocol_bottom.png) no-repeat center bottom;
	padding: 10px 8px 10px 9px;
}

/** Tabela z danymi **/

table.dane {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
/*table.dane th, table.dane td {
	border-left: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4;
}*/
table.dane th {
	background: #e95207;
	padding: 10px 7px 10px 7px;
	border-top: none;
	color: #FFFFFF;
}

table.dane tr th:nth-child(even) {
	color: #FFFFFF;
}

table.dane td {
	padding: 3px;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #4f4f4f;
}

table.dane tr:nth-child(odd) td {
	background: #EEEEEE;
}

table.dane tr:hover td {
	background: #F9F9F9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

table.dane td:first-child, table.dane th:first-child {
	border-left: none;
}

table.dane th:first-child {
}

table.dane th:last-child {
}

table.dane th:only-child {
	
}

table.dane tr:last-child td:first-child {
	
}

table.dane tr:last-child td:last-child {
	
}

.belt01 {
	font-size: 34px;
	background: url('/img/belt01.jpg') no-repeat bottom left;
	height: 40px;
}

.belt02 {
	background: url('/img/belt02.jpg') no-repeat bottom center;
	height: 40px;
}

.belt03 {
	background: url('/img/belt03.jpg') no-repeat bottom left;
	height: 40px;
}

table.dane th a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

table.dane th a:hover {
	color: #fae1e1;
	text-decoration: none;
}

/*table.dane tr.n td {background-color: #FFFFFF;}
table.dane tr.p td {background-color: #FFFFFF;}*/
table.dane td.lcol, table.dane tr:nth-child(odd) td.lcol, table.dane tr:hover td.lcol
	{
	background: #e95207;
	color: #FFFFFF;
	text-align: right;
}

table.dane td.lcol:nth-child(even) {
	background: #BCBCBC;
	color: #FFFFFF;
}

table tr td.lcol {
	text-align: right;
}

table.dane td a {
	text-decoration: none;
	font-weight: bold;
}

table.dane td a:hover {
	color: #fe0000;
	text-decoration: none;
}

table.dane td a.grey {
	color: #4f4f4f;
	text-decoration: none;
	font-weight: bold;
}

table.dane td a.grey:hover {
	color: #f0999a;
	text-decoration: none;
}

table.dane td a.button {
	text-decoration: none;
}

table.dane td.udOfftd {
	background-color: #FFF5DC !important;
}

table.dane td a.udOn {
	color: #ABABAB;
}

table.dane td a.udOff {
	color: #4f4f4f;
}

table.dane td.vt {
	vertical-align: top;
}

table.dane td.noLeftBorder {
	border-left: none !important;
}

table.dane td.forceRightBorder {
	border-right: 1px solid #b4b4b4 !important;
}

table.dane label {
	font-size: 12px;
}

table.dane .nieprzeczytane td {
	font-weight: bold;
}

.inlineCheckbox label {
	display: inline;
}

table.subtable1 {
	border-collapse: collapse;
	margin: 5px auto 0px auto;
}

table.subtable1 td {
	border: 0px;
	border-top: 1px #777777 solid;
	border-bottom: 1px #777777 solid;
}

table.subtable2 {
	border-collapse: collapse;
	margin: 5px auto 0px auto;
}

table.subtable2 th, table.subtable2 tr th:nth-child(2n) {
	border: 0px;
	background: transparent !important;
	vertical-align: top;
	padding: 3px;
	color: #4f4f4f;
}

table.subtable2 td {
	border: 0px;
	background: transparent !important;
	vertical-align: top;
	padding: 3px;
}

table.dane tr {
	height: 30px;
}

/** Pager **/
div.pager {
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
}

div.pager a {
	text-decoration: none;
	font-weight: bold;
	color: #fe0000;
	padding: 0px 3px 0px 3px;
}

div.pager a:hover {
	color: #fe0000;
}

div.pager span.current {
	color: #fe0000;
}

div.pager div.counter {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
}

/** Poziome menu */
.verticalMenu {
	list-style-type: none;
	height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.verticalMenu li {
	padding: 0px;
	margin: 10px 10px 0 0;
	min-height: 30px;
	display: inline-block;
	float: left;
}

.verticalMenu li.last {
	border-right: none;
}

.verticalMenu li a {
	color: #fff;
	display: inline-block;
	padding: 4px 15px 0px 15px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: #C0C0C0;
}

.verticalMenu li a:hover {
	background: #333;
}

.verticalMenu li.active a, .verticalMenu li.active a:hover {
	background: #333;
}

.verticalMenu li.first a {

}

.verticalMenu li.last a {

}

.verticalMenu li img {
	vertical-align: middle;
}

/** Cennik Menu **/
ul.cennikMenu {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	/*width: 720px;*/
}

ul.cennikMenu li {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 20px 10px 0px;
}
ul.cennikMenu li a {
	font-size: 15px;
	padding: 10px 5px 10px 5px;
	width: 105px;
	height: 32px;
}
ul.cennikMenu li.kb2l a {
	padding: 6px 0px 0px 0px;
	/* height: 39px; */
}

/** Style przycisków kurierskich **/
.kb {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	/*background: #CCCCCC;*/
}

.kb a, .kb label, .kb .label {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	line-height: 1em;
}
.kb a span.line2, .kb label span.line2, .kb .label span.line2 {
	font-size: 0.8em;
	display: block;
}
.kb a:hover, .kb label:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

.kb.active a {
	box-shadow: 1px 2px 4px rgba(0,0,0,0.4);
}

.kbDPD a, .kb1 a, .kb1 label, .kb1 .label {
	padding: 18px 0 0 0 !important;
	color: #FFFFFF;
	background: #c80200;
	background: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#c80200));
	background: -moz-linear-gradient(top, #e10019, #c80200);
	background:  -o-linear-gradient(top, #e10019, #c80200);
}

.kbDPD_INT a {
	color: #FFFFFF;
	background: #c80200;
	background: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#c80200));
	background: -moz-linear-gradient(top, #e10019, #c80200);
	background:  -o-linear-gradient(top, #e10019, #c80200);
}
.kbGEIS a, .kb2 a, .kb2 label, .kb2 .label {
	padding: 18px 0 0 0 !important;
	color: #1c2053;
	background: #f8d612;
}
.kbUPS a, .kb3 a, .kb3 label, .kb30 label, .kb31 label, .kb3 .label, .kb30 .label, .kb31 .label {
	padding: 18px 0 0 0 !important;
	color: #FFFFFF;
	background: #76311e;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e4026), to(#76311e));
	background: -moz-linear-gradient(top, #9e4026, #76311e);
	background:  -o-linear-gradient(top, #9e4026, #76311e);
}
.kbUPS_INT a {
	color: #FFFFFF;
	background: #76311e;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e4026), to(#76311e));
	background: -moz-linear-gradient(top, #9e4026, #76311e);
	background:  -o-linear-gradient(top, #9e4026, #76311e);
}
.kbGLS a, .kb4 a, .kb4 label, .kb4 .label {
	padding: 18px 0 0 0 !important;
	color: #FFFFFF;
	background: #1c2053;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#1c2053), to(#1c2053));
	background: -moz-linear-gradient(top, #1c2053, #1c2053);
	background:  -o-linear-gradient(top, #1c2053, #1c2053);*/
}
.kbFEDEX a, .kb5 a, .kb5 label, .kb5 .label {
	padding: 18px 0 0 0 !important;
	color: #674996;
	background: #919191;
	background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#919191));
	background: -moz-linear-gradient(top, #dbdbdb, #919191);
	background:  -o-linear-gradient(top, #dbdbdb, #919191);
}
.kbFEDEX a span.em, .kb5 a span.em, .kb5 label span.em, .kb5 .label span.em {color: #e06636;}
.kbINPOSTPACZKOMATY a, .kb6 a, .kb6 label, .kb6 .label {
	font-size: 13px;
	color: #4c4628;
	background: #f8d612;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#c80200));
	background: -moz-linear-gradient(top, #e10019, #c80200);
	background:  -o-linear-gradient(top, #e10019, #c80200);*/
}
.kbDHL a, .kb8 a, .kb8 label, .kb8 label, .kb8 .label {
	padding: 18px 0 0 0 !important;
	color: #ff0000;
	background: #f8d612;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#c80200));
	background: -moz-linear-gradient(top, #e10019, #c80200);
	background:  -o-linear-gradient(top, #e10019, #c80200);*/
}
.kbSZP a, .kb9 a, .kb9 label, .kb9 .label {
	color: #FFFFFF;
	background: #c80200;
	background: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#c80200));
	background: -moz-linear-gradient(top, #e10019, #c80200);
	background:  -o-linear-gradient(top, #e10019, #c80200);
}
.kbFEDEXINT a, .kb10 a, .kb10 label, .kb10 .label {
	color: #674996;
	background: #919191;
	background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#919191));
	background: -moz-linear-gradient(top, #dbdbdb, #919191);
	background:  -o-linear-gradient(top, #dbdbdb, #919191);
}
.kbFEDEXINT a span.em, .kb10 a span.em, .kb10 label span.em, .kb10 .label span.em {color: #e06636;}
.kbINPOSTKURIER a, .kb12 a, .kb12 label, .kb12 .label {
	color: #4c4628;
	background: #f8d612;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#c80200));
	background: -moz-linear-gradient(top, #e10019, #c80200);
	background:  -o-linear-gradient(top, #e10019, #c80200);*/
}
.kbDELTA a, .kb13 a, .kb13 label, .kb13 .label {
	color: #FFFFFF;
	background: #c80200;
	background: -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#c80200));
	background: -moz-linear-gradient(top, #e10019, #c80200);
	background:  -o-linear-gradient(top, #e10019, #c80200);
}

table.tabelaCennik th, table.tabelaCennik td {
	padding: 10px 20px;
}

table.daneSmallerSize td {
	font-size: 11px;
}

table.daneSmallerSizeTh th {
	font-size: 11px;
	padding: 5px 3px 5px 3px;
}

table.daneSmallerSizeTh td {
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

table.cennik {
	border: none;
	border-collapse: collapse;
}

table.cennik th, table.cennik tr th:nth-child(even) {
	border: none;
	background: none;
	color: #fe0000;
	font-size: 14px;
	text-align: center;
}

table.cennik td {
	border: 1px solid #B4B4B4 !important;
	border-collapse: collapse;
}

table.cennik td.noBorder {
	border: none !important;
}

#cookiesInfoBox1 {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background: #FFFFFF;
	border-top: 1px solid #454545;
}

#cookiesInfoBox2 {
	margin: 0px auto 0px auto;
	padding: 15px 10px;
	max-width: 960px;
	min-height: 35px;
	text-align: left;
	background: #FFFFFF;
	font-size: 13px;
	color: #555555;
	position: relative;
	font-family: arial, sans-serif !important;
}

#cookiesInfoBox2 a, #cookiesInfoBox2 a:hover {
	color: #555555;
	font-size: 13px;
	text-decoration: none;
	text-decoration: underline;
}

#cookiesInfoBox2 a:hover {
	text-decoration: none;
}

#cookiesInfoBox2 a.cookiesInfoBoxClose, #cookiesInfoBox2 a.cookiesInfoBoxClose:hover
	{
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 16px;
	height: 16px;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #323232;
	font-weight: bold;
	font-size: 13px;
	font-family: arial, sans-serif !important;
}

#cookiesInfoBox2 a.cookiesInfoBoxClose:hover {
	background: #999999;
}

.szablonForm .zamowienieCol1 {
	width: 380px;
	float: left;
}

.szablonForm .zamowienieCol1 label {
	display: inline;
	padding-right: 10px;
}

.szablonForm .zamowienieCol2 {
	width: 400px;
	float: left;
	padding-top: 2px;
}

/** Blackbox **/
.list-col {
	float: left;
	width: 250px;
	margin: 0 0 0 20px;
}

.list-col strong {
	margin-left: -15px;
}

.h25 {
	height: 25px;
}

.button-blackbox {
	height: 30px;
	padding: 0px 10px 3px;
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;
	background: #fe0000;
	border: medium none;
	background: #F60 none repeat scroll 0% 0%;
	padding: 2px 10px 6px;
	color: #FFF;
	cursor: pointer;
	width: auto;
	font-weight: bold;
	text-transform: lowercase;
}

/* Formularz v2 */
#formularz2 .left-col {
	width: 277px;
	height: 310px;
	background-image: url('/img/left-col.jpg');
	float: left;
	margin-top: 20px;
}

#formularz2 .right-col {
	width: 277px;
	height: 310px;
	background-image: url('/img/right-col.jpg');
	float: left;
	margin-top: 20px;
}

#formularz2 .center-col {
	width: 300px;
	min-height: 810px;
	float: left;
}

.pobraniaDni {
	visibility: hidden;
}

/*box-offset*/
.box-offset, .box-offset h1, .box-offset h2, .box-offset h3, .box-offset h4, .box-offset h5, .box-offset h6 {
	color: #fff;
}

.box-offset-wrapper {
	margin: 50px 0;
}
.box-offset {
	width: 100%;
	box-sizing: border-box;
}
.box-offset h2 {
	font-size: 40px;
}
.box-offset-item {
	clear: both;
}
.box-offset-item img {
	float: left;
	width: 125px;
	padding: 10px 0 30px 0;
}
.box-offset-item .box-offset-item-text {
	float: left;
	width: calc(100% - 130px);
	padding: 0 35px 20px 40px;
	box-sizing: border-box;
	font-weight: 300;
	text-align: justify;
}
.box-offset-item h3{
	font-weight: normal;
}

.mainpage-box {
	color: white;
	font-weight: 300;
	padding: 40px 75px;
	text-align: justify;
}

.mainpage-box h1{
	color: white;
	font-weight: 400;
}

div.mainpage-tracking {
	text-align: center;	
}

div.mainpage-tracking-wrap {
	margin: 15px 0;
}

div.mainpage-tracking-wrap *{
	float: left;
}

.mainpage-tracking input[type="text"]{
	width: 310px;
	margin: 0 10px 0 0;
	border: none;
	background: #777;
	color: white;
}

.mainpage-tracking input[type="submit"]{
	width: 150px;
	height: 45px;
	font-weight: 300;
}

.mainpage-news-box {
	padding: 12px 10px 15px 10px;
	box-shadow: 1px 1px 5px #ddd;
	position: relative;
}

.mainpage-news-box p{
	font-weight: 300;
	text-align: justify;
}

.mainpage-news-box h4 {
	margin: 20px 0 12px 0;
}

.mainpage-news-date {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 65px;
    height: 110px;
    background: linear-gradient(180deg, #F00 50%, #000 50%);
    border: 1px solid white;
    color: white;
    font-weight: normal;
    text-align:center;
    font-size: 13px;
}

.mainpage-news-date span:first-child {
	font-weight: bold;
	font-size: 28px;
	margin: 10px 0 20px 0;
	display: inline-block;
}

.mainpage-news-link {
	font-weight: 400;
	color: black;
	padding: 10px 30px;
	border: 2px solid #fe0000;
}

.mainpage-news-link:hover {
	opacity: 0.8;
}

.mainpage-desc-box p {
	color: #666;
}

.mainpage-desc-box h3 {
	font-size: 15px;
	color: #666;
	padding: 7px 0px 7px 25px;
	background: #e5e5e5;
	font-weight: 500;
}

.mainpage-desc-box h3.ui-state-active {
	background: white !important;
	color: #cc3333;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: 5px !important;
    margin-top: -9px !important;
}

.ui-accordion .ui-accordion-content {
    padding: 0px 20px !important;
    font-size: 14px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom,
.ui-corner-right, .ui-corner-tr {
	border-radius: 0px !important;
}

.bg-oferta {
	background: url('/img/bg-oferta.png') center center;
}

.bg-poradnik {
	background: url('/img/bg-poradnik.png') center center;
}

.btn-red {
	font-weight: 500;
	color: white;
	background: #fe0000;
	border: none;
	padding: 14px 50px;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
}

.btn-orange {
	font-weight: 500;
	color: white;
	background: #e95207;
	border: none;
	padding: 14px 50px;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	border-radius: 7px;
}

.nomargin {
	margin: 0 !important;
}

.center-col {
	margin: 0 auto !important;
	display: block !important;
	float: none !important;
}

.m50 {
	margin: 50px 0;
}

.returnLink {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.returnLink:hover {
	text-decoration: none;
}

.poradnik {
	margin: 20px 0 0 0;
}

.poradnik-item {
	width: 33%;
	float: left;
	font-size: 12px;
	text-align: center;
}

.poradnik-item a {
	color: white !important;
}

.breadcrumb {
	margin: 25px 0;
	color: #ddd;
}

.kraj-select2 > .select2-choice{
	padding: 5px 10px !important;
	border-radius: 0;
}

.kraj-select2 > .select2-drop > .select2-results {
	color: #333 !important;
}

.sticky {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.sticky-padding {
	padding-top: 150px !important;
}

.sticky-padding-mainpage {
	padding-top: 270px !important;
}

.serwisylista {
	margin: 5px 0;
}

.top-border {
	border-top: 7px solid #333;
}

.kroki {
	text-align: center;
	width: 795px;
	margin: 35px auto;
	background: url('/img/bg-kroki.jpg') no-repeat;
	color: white;
}

.krok {
	float: left;
	width: 138px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.krok:nth-of-type(1) {
	margin: 0 0 0 48px;
}

.mainpage-naglowek span{
	color: white;
	font-weight: 500;
}

.mainpage-aktualnosci {
	padding: 0 20px 0 40px;
	color: white;
	min-height: 425px;
	background: #e95207;
	border-radius: 7px;
}

.mainpage-podbanerem {
	margin: 20px 0 50px;
}

.mainpage-podbanerem-box {
	padding: 0 40px;
}

.mainpage-podbanerem h1{
	font-weight: 500;
	padding: 5px 0;
}

.mainpage-aktualnosc-naglowek {
	font-weight: 500;
	font-size: 28px;
	color: white;
}

.mainpage-podbanerem-box h4{
	font-weight: 500;
}

.mainpage-podbanerem-box p{
	font-size: 12px;
}

.mainpage .podpis {
	text-align: justify;
	padding: 3px 20px;
	font-weight: 300;
}

.mainpage .gwarancja-ceny .nazwa {
	font-size: 16px;
	margin: 5px 0;
}

.mainpage .co-mozesz-zyskac {
	font-size: 41px;
	font-family: 'Lato';
	padding: 10px 0px;
	margin: 0px;
	font-weight: 400;
	color: #e95207;
	text-align: center;
}

.mainpage .co-mozesz-zyskac span{
	font-weight: 700;
	text-decoration: underline;
}

.footer {
	padding: 35px 0;
}

.pod-banerem {
	font-size: 32px;
}

.mainpage .news-info {
	border: 4px solid black;
	padding: 40px;
	text-align: justify;
	border-radius: 7px;
}

.mainpage .news-info span.dlaczego-boxfox {
	font-size: 32px;
	font-weight: 400;
	padding: 2px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	font-family: 'Lato';
	color: #000000;
}

.mainpage .news-info a {
	font-size: 24px;
	font-weight: bold;
	color: white;
	background: black;
	padding: 18px 40px;
	text-align: center;
	display: block;
	width: 300px;
	margin: 0 auto;
}

/** wycena **/
.bg-baner {
	background: url('/img/baner.png') center bottom no-repeat #fc9900;
	height: 560px;
}

#wycena {
	color: white;
	font-weight: 500;
}

#wycena .wycena-zamow-kuriera {
	color: white;
	font-weight: bold;
	margin: 10px 0 0px 0;
	font-size: 75px;
	padding: 10px 0px;
}

#wycena .wycena-z-gwarancja {
	color: white;
	font-weight: 300;
	font-size: 43px;
	margin: -30px 0 10px 0;
	font-family: 'Lato';
	padding: 2px 0px 8px 0px;
}

#wycena .rodzaj-przesylki-ikona {
	display: inline-block;
	margin: 0px 20px 0 0;
	float: left;
	cursor: pointer;
}

#wycena .rodzaj-przesylki-ikona label {
	cursor: pointer;
	font-size: 18px;
}

#wycena input[type="text"] {
	padding: 2px 10px;
	border-radius: 4px;
	border: none;
	width: 119px;
	height: 35px;
	margin: 2px 0;
}

#wycena select {
	padding: 2px 10px;
	border-radius: 4px;
	border: none;
	width: 210px;
	height: 39px;
	margin: 2px 0;
}

#wycena .col3 select {
	width: 250px;
}

#wycena .col4 input[type="text"] {
	width: 65px;
}

#wycena span {
	font-size: 13px;
	margin: 15px 0 4px 0;
	display: inline-block;
	font-weight: 700;
}

#wycena span.jednostka {
	font-weight: 400;
	margin: 0px 0px 0 5px;
}

#wycena .col1 {
	width: 150px;
	float: left;
}

#wycena .col2 {
	width: 230px;
	float: left;
}

#wycena .col3 {
	width: 250px;
	float: left;
}

#wycena .col4 {
	width: 95px;
	float: left;
}

#wycena .submit-div {
	/*z-index: 9999;*/
}

#wycena .pasek{
	width: 640px;
	margin: 15px 0;
	border-bottom: red solid 1px;
}

#wycena input[type="submit"] {
	background: url('/img/submit.png') center center no-repeat !important;
	width: 210px !important;
	height: 53px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.pasek-pod-banerem {
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px;
	text-transform: uppercase;
	font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #040404 !important;
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.kontakt .input input {
    width: 95%;
}

.kontakt .input textarea {
    width: 97%;
}

.opineo {
	width: 115px;
	float: right;
	margin: 15px 5px;
}

.nadawca-info {
	color: white;
	font-size: 10px;
	font-weight: normal;
}

.zawartosc-info {
	font-weight: bold;
	color: blue;
}

.zawartosc-info h3 {
	color: blue;
}

.kraje-str-glowna img {
	width: 150px;
	margin: 10px 0;
}

.kraje-opis {
	text-align: justify;
	padding: 0 0 20px 0;
}

.kraje-str-glowna .nazwa {
	font-size: 18px;	
}

.kraje-str-glowna .nazwa a {
	color: black;
}

.zlokalizuj-przesylke {
	font-family: 'Lato';
	font-size: 28px;
	padding: 2px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #ffffff;
}

.wycena-strony {
	background-color: #f04f07;
	color: white;
	font-size: 18px;
	padding: 30px;
	margin: 20px 0;
	border-radius: 10px;
}

.wycena-strony input[type=text] {
}

.przesylki-zagraniczne {
	font-size: 41px;
	text-align: center;
}

.faq h2 {
	font-size: 22px;
}

p.powrot-do-pytan {
	margin: 5px 0px 25px 0;
}

.blogusernav-list {
	width: 240px;
	float: left;
}

.footer-top-menu {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #ddd;
    font-size: 14px;
	min-height: 237px;
}

.footer-top-menu-content {
	padding: 20px;
}

.footer-list h4 {
	color: white;
	padding: 7px 0;
}

.footer-list ul {
	list-style: none;
}

.footer-list ul li a {
	color: white;
}

.footer-top-menu ul {
	list-style: none;
}

.footer-top-menu ul li {
	padding: 4px 0;
}

.footer-top-menu h4 {
	font-size: 15px;
	margin: 0px 0 7px 0;
}

.footer-top-menu-more {
	background: #e95207;
	color: white;
	padding: 6px 25px;
	display: inline-block;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	margin: 7px 0;
}
.footer-payments {
	width: 75px;
	float: left;
	margin: 14px 10px 14px 0;
}

#zamowKuriera .kraj span {
	font-size: 15px;
	display: block;
	margin: 0px 0 4px 4px;
}

#zamowKuriera .ksztalty select {
	width: 259px;
}

#zamowKuriera .ksztalty {
	width: 267px;
}

#zamowKuriera .wymiary {
	width: 90px;
}

#zamowKuriera .wymiary2 {
	width: 150px;
}

.zamowieniePaczka {
	max-width: 480px;
}

.zamowieniePaczkiNaglowek {
	border-bottom: 1px solid white;
	max-width: 470px;
	font-size: 16px;
	padding: 5px 0;
}

.zamow-kuriera-adresy .kraj .select2-container--default  {
	border: 1px solid #D3D3D3 !important;
}

.zamow-kuriera-adresy .zamow-kuriera-imie,
.zamow-kuriera-adresy .zamow-kuriera-telefon {
	width: 260px;
	float: left;
}
.zamow-kuriera-adresy .zamow-kuriera-nazwisko, 
.zamow-kuriera-adresy .zamow-kuriera-email {
	width: 260px;
	float: left;
	margin: 0 0 0 28px;
}
.zamow-kuriera-adresy .zamow-kuriera-firma {
	width: 260px;
	float: left;
}
.zamow-kuriera-adresy .zamow-kuriera-firma input{
	width: 240px;
}
.zamow-kuriera-adresy .zamow-kuriera-imie input,
.zamow-kuriera-adresy .zamow-kuriera-telefon input {
	width: 240px;
}
.zamow-kuriera-adresy .zamow-kuriera-nazwisko input, 
.zamow-kuriera-adresy .zamow-kuriera-email input {
	width: 240px;
}
.zamow-kuriera-adresy .zamow-kuriera-ulica {
	width: 250px;
	float: left;
}
.zamow-kuriera-adresy .zamow-kuriera-ulica input{
	width: 228px;
}
.zamow-kuriera-adresy .zamow-kuriera-nrdomu {
	width: 130px;
	float: left;
	margin: 0 0 0 20px;
}
.zamow-kuriera-adresy .zamow-kuriera-nrdomu input{
	width: 108px;
}
.zamow-kuriera-adresy .zamow-kuriera-nrlokalu {
	width: 130px;
	float: left;
	margin: 0 0 0 20px;
}
.zamow-kuriera-adresy .zamow-kuriera-nrlokalu input{
	width: 108px;
}

.zamow-kuriera-adresy .zamow-kuriera-nip {
	width: 260px;
	float: left;
	margin: 0 0 0 28px;
}
.zamow-kuriera-adresy .zamow-kuriera-nip input{
	width: 240px;
}

.zamow-kuriera-adresy .zamow-kuriera-paczkomat {
	width: 550px;
}
.zamow-kuriera-adresy .zamow-kuriera-paczkomat select{
	width: 100%;
}

.zamow-kuriera-adresy .kraj select{
	width: 100%;
}

.zamow-kuriera-adresy .zamow-kuriera-kod {
	width: 160px;
	float: left;
	display: block;
}
.zamow-kuriera-adresy .zamow-kuriera-kod input {
	width: 140px;
}

.zamow-kuriera-adresy .zamow-kuriera-miasto {
	width: 360px;
	float: left;
	display: block;
	margin: 0 0 0 20px;
}
.zamow-kuriera-adresy .zamow-kuriera-miasto input {
	width: 348px;
}

.formularz .ograniczenia .error-message {
	color: white;
	font-size: 10px;
	padding-left: 6px;
}

h2.bordered {
    border-bottom: 1px solid #aaadb2;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 10px 0;
    text-align: left;
}

.informacje-dodatkowe .error > input,
.zamow-kuriera-adresy .error > input {
	border: 1px solid #f00;
	background: rgba(255, 0, 0, 0.1);
}

.box1 {
	background: white;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 15px 10px;
	margin: 10px 0;
	min-height: 129px;
	box-shadow: 1px 1px 1px 1px #ddd;
}
.boxX {
	background: white;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 15px 25px;
	margin: 10px 0;
	min-height: 129px;
	box-shadow: 1px 1px 1px 1px #ddd;
	text-align: justify;
	font-weight: 300;
}
.box1-1 {
	float: left;
	padding: 10px 0 0 0;
}

.box-form-kontakt {
	background: #eee;
	border-radius: 7px;
	padding: 23px 25px;
}

.hr {
	border-bottom: 1px solid #e7e7e7;
}

.transparent {
	opacity: 0.9;
}

.platnosc-blik {
	width: 65px;
	vertical-align: middle;
	margin: 0px 1px 7px 1px;
}

.box-kontakt {
	background: white;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 10px;
	margin: 10px auto 15px auto;
	min-height: 129px;
	box-shadow: 1px 1px 1px 1px #ddd;
	width: 50%;
	text-align: center;
}

.box-kontakt-naglowek {
	font-size: 20px;
	font-weight: bold;
}

.top-wrap {
	position: relative;
}

.topmenu-responsive {
	display: none;
	float: none;
	margin: 22px 10px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 0;
}

.opinie-footer {
	display: none;
	margin: 25px 0 0 0;
}

.topnav-submenu-open img {
	color: orange;
	font-weight: bold;
	margin: -7px 5px 0px 0px;
	cursor: pointer;
	width: 25px;
	float: right;
}

.topnav-submenu-close img {
	color: orange;
	font-weight: bold;
	margin: -7px 5px 0px 0px;
	cursor: pointer;
	width: 25px;
	float: right;
	transform: rotate(180deg);
}

.ol-search, .search {
	background: rgba(255,255,255,0.5) !important;
}

.mapa-lista-krajow {
	text-align: center;
	margin: 30px auto;
	width: 380px;
}

.mapa-lista-krajow ul {
	list-style: none;
}

.mapa-lista-krajow li {
	float: left;
	padding: 7px 10px;
	background: white;
	border: 2px solid #ddd;
	font-weight: bold;
	cursor: pointer;
	margin: 0 5px 0 0;
	border-radius: 5px;
	color: #E95207;
}

.mapa-lista-krajow li a {
	color: white !important;
}

.mapa-lista-krajow li.active {
	border: 2px solid #1d80c7;
}
.ol-permalink button {
	display: none !important;
}
.autocomplete li p {
	white-space: normal !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.szybkapaczka_wrapper p {
	margin: 0 !important;
	padding: 0 !important;
}

.szybkapaczka_modal_icons, .szybkapaczka_footer {
	display: none !important;
}

.kb-dest {
	width: 125px;
}

.wybierzPunktNadania {
	color: #e95207;
	width: 280px;
	padding: 5px 10px;
	border: #e95207 2px solid;
	margin: 10px 0;
	cursor: pointer;
	border-radius: 5px;
}

.wybierzPunktNadania img {
	vertical-align: middle;
}

.paczkomatNadania p {
	color: #808080;
}

.nadanieDorecznie .radio label {
	display: inline;
	float: none;
}

#colorbox {
	z-index: 99999 !important;
}

#cboxLoadedContent {
	border: 5px solid #fff !important;
	background: #fff !important;
	padding: 25px 0 0 0 !important;
	border-radius: 10px !important;
}