html,
body,
a,
h1,
h2,
h3,
ol,
ul,
li,
img,
p,
form,
figure,
pre,
input,
textarea,
select,
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  border: none;
  text-decoration: none;
}
iframe {
  border: none;
}
header,
footer,
article,
section,
nav,
aside,
figure {
  display: block;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  font-size: 0;
}
.hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'exobold';
  src: url('font/exo-bold-webfont-webfont.eot');
  src: url('font/exo-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('font/exo-bold-webfont-webfont.woff') format('woff'), url('font/exo-bold-webfont-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'exolight';
  src: url('font/exo-light-webfont-webfont.eot');
  src: url('font/exo-light-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('font/exo-light-webfont-webfont.woff') format('woff'), url('font/exo-light-webfont-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'exoregular';
  src: url('font/exo-regular-webfont-webfont.eot');
  src: url('font/exo-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('font/exo-regular-webfont-webfont.woff') format('woff'), url('font/exo-regular-webfont-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  background: url('bg.png') #d7d7d7;
  font-size: 12px;
  font-family: Tahoma, Arial, Sans-serif;
  color: #333;
}
body {
  padding-top: 61px;
  background: url('bg_top.png') repeat-x;
}
#top,
#body,
#footer-container {
  width: 960px;
  margin: 0 auto;
}
#top {
  position: relative;
  height: 131px;
  margin-bottom: 51px;
  background: #fff;
}
#top h1 {
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: 18px;
  width: 173px;
  height: 81px;
  background: url('logo.png') no-repeat;
}
#top h1 a {
  display: block;
  height: 0;
  padding-top: 81px;
  text-indent: 1000px;
}
#top h2 {
  position: absolute;
  top: 20px;
  left: 210px;
  color: #d2d2d2;
  font-size: 30px;
  text-transform: uppercase;
}
#top-contact {
  position: absolute;
  top: -30px;
  right: 335px;
  color: #fff;
  font-family: exoregular;
}
#top-contact strong {
  font-family: exobold;
  font-weight: normal;
  font-size: 14px;
}
#top-contact a {
  margin-left: 20px;
  color: #fff;
}
#top-contact a:hover {
  color: #000000;
}
#user {
  position: absolute;
  top: -61px;
  right: 0;
  width: 750px;
  height: 61px;
  background: url('top_user.png') no-repeat;
}
#login {
  position: absolute;
  top: 26px;
  right: 95px;
  height: 18px;
  padding: 4px 35px 0 6px;
  background: url('lock.png') no-repeat right #b91522;
  border: solid 1px #e85b66;
  color: #fff;
  font-size: 11px;
  font-family: exoregular;
  text-transform: uppercase;
}
#login a {
  color: #fff;
}
#login a:hover {
  color: #ddd;
}
#langs {
  position: absolute;
  top: -35px;
  right: 7px;
  margin: 0;
}
#langs li {
  float: left;
  margin-left: 5px;
  list-style: none;
}
#langs li a {
  display: block;
  width: 16px;
  height: 18px;
  padding: 5px 5px 1px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
#langs li a:hover,
#langs li.active a {
  padding: 4px 4px 0;
  background: #ca1522;
  border: solid 1px #e85b66;
  color: #fff;
}
#cart {
  position: absolute;
  top: 22px;
  right: 10px;
  padding: 5px 10px;
  border: solid 1px #b7b7b7;
  color: #de2632;
  font-family: exobold;
  text-transform: uppercase;
}
#cart strong {
  color: #000;
  font-size: 14px;
  font-family: Tahoma, Arial, Sans-serif;
  font-weight: normal;
}
#cart strong small {
  font-size: 11px;
}
#cart:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 13px;
  margin: -4px 5px 0 0;
  background: url('cart.png') no-repeat;
}
#menu {
  position: absolute;
  top: 70px;
  right: 0;
  left: 210px;
  height: 61px;
  padding: 0 0 0 5px;
  background: url('hr_menu.png') repeat-x;
  border-bottom: solid 2px #de2632;
}
#menu ul {
  margin: 0;
}
#menu li {
  float: left;
  list-style: none;
}
#menu li a {
  display: block;
  height: 21px;
  margin-top: 5px;
  padding: 7px 13px 0;
  color: #555;
  font-family: exobold;
  text-transform: uppercase;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transition-property: color background;
  -moz-transition-property: color background;
  -ms-transition-property: color background;
  -o-transition-property: color background;
  transition-property: color background;
}
#menu li a:hover,
#menu li.active a {
  background: #de2632;
  color: #fff;
}
#corpress {
  overflow: hidden;
  position: absolute;
  top: 144px;
  left: 210px;
  width: 301px;
  height: 0;
  padding-top: 27px;
  background: url('corpress.png') no-repeat;
  text-indent: 1000px;
}
#corpress:hover {
  background-position: bottom;
}
#search {
  position: absolute;
  top: 144px;
  right: 0;
  width: 440px;
}
.cols-2 {
  *zoom: 1;
}
.cols-2:before,
.cols-2:after {
  display: table;
  content: "";
  line-height: 0;
}
.cols-2:after {
  clear: both;
}
.cols-2 .col {
  float: left;
  width: 300px;
  margin-left: 10px;
}
.cols-2 .col:first-child {
  margin-left: 0;
}
.cols-3 {
  *zoom: 1;
}
.cols-3:before,
.cols-3:after {
  display: table;
  content: "";
  line-height: 0;
}
.cols-3:after {
  clear: both;
}
.cols-3 .col {
  float: left;
  width: 310px;
  margin-left: 15px;
}
.cols-3 .col:first-child {
  margin-left: 0;
}
#body {
  *zoom: 1;
}
#body:before,
#body:after {
  display: table;
  content: "";
  line-height: 0;
}
#body:after {
  clear: both;
}
#content {
  float: left;
  width: 642px;
}
#sidebar {
  float: right;
  width: 303px;
}
#footer {
  background: #363634;
  color: #8e8e8d;
}
#footer h2 {
  width: 100%;
  margin: 0 -15px 15px;
  padding: 0 15px 15px;
  background: url('hr_footer_mini.png') repeat-x bottom;
  text-transform: uppercase;
  color: #8e8e8d;
  line-height: 22px;
}
#footer h3 {
  margin-bottom: 10px;
}
#footer p {
  line-height: 1.2em;
  text-align: justify;
}
#footer-container {
  overflow: hidden;
  padding-top: 28px;
  background: url('hr_footer.png') repeat-x;
}
#footer .col {
  float: left;
  width: 280px;
  margin-bottom: 15px;
  padding: 0 15px;
}
#footer .col p {
  padding: 0 0 10px;
  color: #8e8e8d;
}
#footer .col-wide {
  width: 605px;
}
#footer .col-margin {
  margin-right: 15px;
}
#footer .col-small p {
  color: #656563;
}
#footer .footer-spacer {
  clear: both;
  height: 10px;
  width: 100%;
  margin-bottom: 15px;
  background: url('hr_footer.png') repeat-x;
}
#footer-panel {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 10px 15px;
  border: solid 1px #5E5E5D;
  color: #656563;
  font-size: 24px;
  font-family: exoregular;
  text-transform: uppercase;
}
#footer-panel:hover {
  color: #8e8e8d;
}
#footer-panel:after {
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -4px 0 0;
  background: url('btn_arrow.png') no-repeat;
}
#footer-menu {
  clear: both;
  margin: 0;
  padding: 20px 15px 20px 10px;
  height: 15px;
  border-top: solid 1px #3e3e3c;
}
#footer-menu li {
  float: left;
  list-style: none;
}
#footer-menu li a {
  padding: 0 5px;
  color: #656563;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
#footer-menu li a:hover {
  color: #8e8e8d;
}
#footer-copy {
  float: right;
  margin-top: -35px;
  padding: 0 15px;
  color: #656563;
}
h2 {
  margin-bottom: 15px;
  font-family: exolight;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
}
h2 strong {
  font-family: exobold;
  font-weight: normal;
  color: #555;
}
h3 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 18px;
}
a {
  color: #de1d2a;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
a:hover {
  color: #fe626d;
}
p {
  padding: 0 0 10px;
  line-height: 1.5em;
  text-align: justify;
}
ul,
ol {
  margin: 0 0 20px 20px;
  line-height: 1.5em;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
hr {
  margin: 0 0 10px 0;
  border: none;
  border-top: solid 1px #D0D0D0;
}
.link {
  color: #2c6794;
}
.link:hover {
  color: #75a9d6;
}
.link-right {
  float: right;
}
.link-btn {
  float: right;
  height: 12px;
  padding: 4px 30px 4px 0;
  background: url('btn_arrow.png') no-repeat right;
}
.block {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 25px 15px 15px;
  background-image: url('hr_col.png'), url('bg_col.png');
  background-position: top, top;
  background-repeat: repeat-x, repeat;
  background-color: #f4f4f4;
  border: solid 1px #b7b7b7;
}
.block h2 {
  margin-left: -15px;
  padding-left: 7px;
  border-left: solid 8px #de1d2a;
}
.block h2:first-child {
  margin-top: -10px;
}
.block-container h2 {
  display: inline-block;
  position: relative;
  z-index: 10;
  min-width: 140px;
  margin-bottom: -1px;
  border-bottom: solid 2px #de1d2a;
}
.item {
  padding: 0 10px 15px;
  margin: 0 -10px 15px;
  border-bottom: solid 1px #d0d0d0;
  *zoom: 1;
}
.item:before,
.item:after {
  display: table;
  content: "";
  line-height: 0;
}
.item:after {
  clear: both;
}
.item-price {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 14px;
}
.item-price span,
.item-price p {
  font-size: 12px;
  font-family: exoregular;
  font-weight: normal;
  text-transform: uppercase;
}
.item-price small {
  color: #777;
  font-size: 12px;
  font-weight: normal;
  text-decoration: line-through;
}
.item-price .btn {
  display: block;
  float: none;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0;
}
.item-price-container {
  float: right;
  margin-bottom: -15px;
}
.item-price-container p {
  padding-bottom: 0;
  font-size: 12px;
  font-family: exoregular;
  font-weight: normal;
  text-transform: uppercase;
}
.item em {
  display: block;
  margin-bottom: 5px;
  color: #de1d2a;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.item h3 span {
  font-size: 12px;
  font-family: exoregular;
  text-transform: uppercase;
}
.item h3:last-child {
  margin-bottom: 0;
}
.item dl {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.3em;
}
.item dl dt {
  float: left;
  font-family: exoregular;
  text-transform: uppercase;
}
.item dl dd {
  display: block;
  margin: 0 0 5px 50px;
  font-weight: bold;
}
.item dl small {
  color: #777;
  font-size: 12px;
  font-weight: normal;
  text-decoration: line-through;
}
.item p {
  overflow: hidden;
}
.item figure {
  float: left;
  margin: 0 15px 0 0;
}
.item-desc-wide dl dd {
  margin-left: 155px;
}
.item-sidebar {
  margin-bottom: 0;
  border-bottom: none;
}
.item-sidebar h3 {
  font-size: 12px;
}
.item-sidebar dl dd {
  margin-left: 0;
}
.item-tight h3 {
  margin-bottom: 10px;
}
.item-tight p {
  padding-bottom: 5px;
}
.item-list h3 {
  float: left;
  width: 405px;
  margin-bottom: 0;
  font-size: 12px;
}
.item-list .actions {
  float: right;
}
.conferences {
  margin: 0 0 15px 0;
}
.conference {
  padding: 15px 15px 15px;
  margin: 1px -15px 1px;
  border-bottom: solid 1px #d0d0d0;
  border-top: solid 1px #d0d0d0;
  *zoom: 1;
}
.conference:before,
.conference:after {
  display: table;
  content: "";
  line-height: 0;
}
.conference:after {
  clear: both;
}
.conference:nth-child(even) {
  background: #EAEAEA;
  border: none;
}
.conference:first-child {
  border-top: none;
}
.conference time {
  float: left;
  width: 80px;
}
.conference h3 {
  float: left;
  width: 400px;
  margin: 0 0 0 20px;
  font-size: 13px;
}
.conference-place {
  float: left;
  width: 80px;
  margin-left: 20px;
}
.btn-select {
  margin-bottom: 15px;
  margin-left: -15px;
  *zoom: 1;
}
.btn-select:before,
.btn-select:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn-select:after {
  clear: both;
}
.btn-select .btn {
  float: left;
}
.pager {
  font-family: exoregular;
  text-transform: uppercase;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager ul {
  text-align: center;
  margin: 0;
}
.pager li {
  display: inline-block;
  min-width: 18px;
  margin: 0 2px;
  vertical-align: middle;
  list-style: none;
}
.pager li a,
.pager li span {
  display: block;
  height: 15px;
  padding: 3px 3px 2px;
  color: #000;
}
.pager li a:hover,
.pager li.active span {
  background: #de2632;
  color: #fff;
}
#logo-d,
#logo-p,
#logo-k,
#logo-o,
#logo-g {
  float: left;
  height: 37px;
  width: 100%;
}
#logo-d {
  background: url('logos/link_dlaDermatologa.pl.png') no-repeat;
}
#logo-g {
  background: url('logos/link_dlaGastroenterologa.pl.png') no-repeat;
}
#logo-k {
  background: url('logos/link_dlaKardiologa.pl.png') no-repeat;
}
#logo-o {
  background: url('logos/link_dlaOnkologa.pl.png') no-repeat;
}
#logo-p {
  background: url('logos/link_dlaPediatry.pl.png') no-repeat;
}
.links {
  margin: 0;
}
.links li {
  height: 37px;
  width: 100%;
  padding: 0 10px 15px;
  margin: 0 -10px 15px;
  background: url('arrow.png') no-repeat right center;
  border-bottom: solid 1px #d0d0d0;
  list-style: none;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.links li:hover {
  opacity: 0.6;
}
.menu,
.files ul {
  margin: 0;
}
.menu-separated,
.files ul-separated {
  margin-bottom: 15px;
  border-bottom: solid 1px #d0d0d0;
}
.menu li,
.files ul li {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: exoregular;
  text-transform: uppercase;
  list-style: none;
}
.menu a,
.files ul a {
  display: block;
  margin-left: 26px;
  color: #333;
}
.menu a:hover,
.files ul a:hover {
  color: #dc2014;
}
.menu span,
.files ul li:before {
  content: '';
  float: left;
  height: 16px;
  width: 16px;
  margin-top: 1px;
  background: url('arrow_ul.png') no-repeat center #dc2014;
}
table.list {
  margin: 0 0 15px 0;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #DCDCDC;
}
table.list thead td {
  background-color: #de2532;
  background-image: -moz-linear-gradient(top, #e43040, #d4141e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e43040), to(#d4141e));
  background-image: -webkit-linear-gradient(top, #e43040, #d4141e);
  background-image: -o-linear-gradient(top, #e43040, #d4141e);
  background-image: linear-gradient(to bottom, #e43040, #d4141e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe43040', endColorstr='#ffd4141e', GradientType=0);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
table.list thead td a {
  color: #fff;
}
table.list tfoot td {
  color: #777;
  background: #eee;
}
table.list td {
  padding: 8px 10px;
  border: solid 1px #DCDCDC;
}
.tabs {
  margin: 0 -10px 1px -10px;
  padding: 0 10px;
  border-bottom: solid 1px #C2C2C2;
  *zoom: 1;
}
.tabs:before,
.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabs:after {
  clear: both;
}
.tabs li {
  float: left;
  padding: 1px 0 0 0;
  list-style: none;
}
.tabs li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
.tabs li a:hover {
  color: #000;
}
.tabs li.active {
  border-top: solid 1px #C2C2C2;
  border-left: solid 1px #C2C2C2;
  border-right: solid 1px #C2C2C2;
}
.tabs li.active a {
  margin-bottom: -2px;
  padding: 9px 19px 12px;
  color: #de1d2a;
  background: #EAEAEA;
}
.tabs-content {
  margin: 0 -10px -10px;
  padding: 10px 10px;
  background: #EAEAEA;
  *zoom: 1;
}
.tabs-content:before,
.tabs-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabs-content:after {
  clear: both;
}
.contact {
  margin: 0 0 15px 0;
  *zoom: 1;
}
.contact:before,
.contact:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact:after {
  clear: both;
}
.contact-page {
  float: left;
  width: 588px;
}
.contact form {
  float: left;
  width: 340px;
  margin-top: 27px;
}
.contact .col {
  width: 260px;
  float: left;
  margin-right: 25px;
}
.contact .col h3 {
  color: #646464;
  font-size: 13px;
  border-top: solid 1px #d2d2d2;
  padding-top: 10px;
}
.map-container {
  clear: both;
  min-height: 350px;
  border: solid 5px #D6D6D6;
}
.phone,
.fax,
.email {
  padding: 0 0 5px 25px;
  background: url('phone.png') no-repeat;
  font-size: 13px;
  font-weight: bold;
}
.fax {
  background-image: url('fax.png');
}
.email {
  background-image: url('email.png');
}
.numbers {
  margin: 0;
}
.numbers ul,
.numbers li {
  margin: 0;
  list-style: none;
}
.numbers h3 {
  margin-bottom: 5px;
  font-family: exoregular;
  text-transform: uppercase;
  font-size: 15px;
}
.numbers > ul > li {
  *zoom: 1;
}
.numbers > ul > li:before,
.numbers > ul > li:after {
  display: table;
  content: "";
  line-height: 0;
}
.numbers > ul > li:after {
  clear: both;
}
.numbers > ul > li > a,
.numbers > ul > li > span {
  width: 60px;
  padding: 6px 0;
  float: left;
  background-color: #d4141e;
  background-image: -moz-linear-gradient(left, #e43040, #d4141e);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e43040), to(#d4141e));
  background-image: -webkit-linear-gradient(left, #e43040, #d4141e);
  background-image: -o-linear-gradient(left, #e43040, #d4141e);
  background-image: linear-gradient(to right, #e43040, #d4141e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe43040', endColorstr='#ffd4141e', GradientType=1);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.numbers > ul > li ul {
  overflow: hidden;
  margin-left: 60px;
  border-bottom: solid 1px #d4141e;
}
.numbers > ul > li ul li {
  float: left;
}
.numbers > ul > li ul li a {
  display: block;
  width: 30px;
  padding: 6px 0 5px;
  text-align: center;
}
.numbers > ul > li ul li a:hover {
  background: #ccc;
}
#slider-container {
  position: relative;
  width: 960px;
  height: 260px;
  margin-bottom: 30px;
}
#slider {
  width: 960px;
  height: 260px;
  position: relative;
  margin: 0;
}
#slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 260px;
  margin: 0;
  background-repeat: no-repeat;
  list-style: none;
  z-index: 5;
}
#slider li img {
  display: block;
}
#slider li:first-child {
  z-index: 20;
}
#slider-links {
  z-index: 100;
  position: absolute;
  bottom: 5px;
  right: 1px;
  margin: 0;
}
#slider-links li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  background: #C1C1C1;
  cursor: pointer;
  list-style: none;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
#slider-links li:hover,
#slider-links li.active {
  background: #DD1D2A;
}
.btn,
.btn-cart,
button,
.submit input {
  position: relative;
  float: right;
  height: 20px;
  padding: 4px 10px;
  margin-right: 21px;
  margin-left: 15px;
  border: none;
  color: #fff;
  font-size: 10px;
  font-family: exobold;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  vertical-align: top;
  background-color: #de2532;
  background-image: -moz-linear-gradient(top, #e43040, #d4141e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e43040), to(#d4141e));
  background-image: -webkit-linear-gradient(top, #e43040, #d4141e);
  background-image: -o-linear-gradient(top, #e43040, #d4141e);
  background-image: linear-gradient(to bottom, #e43040, #d4141e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe43040', endColorstr='#ffd4141e', GradientType=0);
}
.btn:hover,
.btn-cart:hover,
button:hover,
.submit input:hover,
.btn.active,
.btn-cart.active,
button.active,
.submit input.active {
  color: #fff;
  background-color: #fe525d;
  background-image: -moz-linear-gradient(top, #fe626d, #fe3944);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe626d), to(#fe3944));
  background-image: -webkit-linear-gradient(top, #fe626d, #fe3944);
  background-image: -o-linear-gradient(top, #fe626d, #fe3944);
  background-image: linear-gradient(to bottom, #fe626d, #fe3944);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe626d', endColorstr='#fffe3944', GradientType=0);
}
.list .btn,
.list .btn-cart,
.list button,
.list .submit input {
  margin-top: -3px;
  margin-left: 1px;
}
.btn-big,
.btn-cart-big,
button-big,
.submit input-big {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.btn-cart {
  display: inline-block;
  width: 20px;
  padding: 4px 5px;
  margin-right: 0px;
}
.btn:after,
button:after {
  position: absolute;
  top: 0;
  right: -21px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('btn_arrow.png') no-repeat;
}
.submit-up {
  margin-top: -30px;
}
.submit-loading {
  float: right;
  margin: 0 0 0 0;
  height: 32px;
  width: 32px;
  background: url('loading.gif') no-repeat;
}
.input .submit-loading {
  float: left;
  margin-top: -3px;
}
.submit input {
  margin-right: 0;
  padding: 8px 20px;
  height: auto;
  font-size: 12px;
}
input[type="text"],
input[type="password"],
textarea,
select {
  padding: 7px 9px;
  margin: 0;
  color: #555;
  font-size: 12px;
  font-family: Tahoma, Arial, Sans-serif;
  background: #fff;
  border: solid 1px #cecece;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: inset 0 1px 1px 2px #f0f0f0;
  -webkit-box-shadow: inset 0 1px 1px 2px #f0f0f0;
  -moz-box-shadow: inset 0 1px 1px 2px #f0f0f0;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transition-property: color border;
  -moz-transition-property: color border;
  -ms-transition-property: color border;
  -o-transition-property: color border;
  transition-property: color border;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000;
  border-color: #aaa;
}
.input,
.textarea {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
.input input,
.textarea input,
.input select,
.textarea select {
  width: 450px;
  float: left;
}
.input label,
.textarea label {
  float: left;
  display: block;
  width: 160px;
  padding: 8px 15px 8px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
}
.input-short input {
  width: 70px !important;
}
.input-short select {
  width: 130px !important;
}
.input-medium input {
  width: 220px !important;
}
.input-medium select {
  width: 250px !important;
}
.textarea label {
  float: none;
}
.textarea textarea {
  float: none;
  width: 610px;
  height: 150px;
  resize: vertical;
}
.textarea.textarea-inline label {
  float: left;
  width: 160px;
}
.textarea.textarea-inline textarea {
  float: left;
  width: 450px;
  height: 80px;
}
.input-tip {
  margin-left: 170px;
  margin-top: -10px;
  color: #666;
}
.checkbox {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.checkbox label {
  float: right;
  padding: 1px 0 0 0;
  width: 590px;
}
.checkbox input {
  float: left;
  margin: 3px 5px 0 0;
}
.checkbox.checkbox-moved {
  padding-left: 160px;
}
.checkbox.checkbox-moved label {
  width: 430px;
}
fieldset {
  padding: 15px 0 5px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #d0d0d0;
}
fieldset legend {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.form-tight {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form-tight .textarea textarea {
  width: 400px;
}
.form-tight .input label,
.form-tight .textarea.textarea-inline label {
  width: 100px;
  text-align: left;
}
.form-tight .input input,
.form-tight .textarea.textarea-inline textarea {
  width: 300px;
}
.form-tight .input select,
.form-tight .input input[type="file"] {
  width: 300px;
}
.form-tight .input .error {
  margin-left: 110px;
}
.form-tight .checkbox label {
  width: 380px;
}
.contact .textarea textarea {
  width: 340px;
}
.contact .input label {
  width: 120px;
  text-align: left;
}
.contact .input input {
  width: 220px;
}
.contact .input select {
  width: 220px;
}
.contact .input .error {
  margin-left: 130px;
}
.cart-coupon {
  margin-right: 200px;
  width: 410px;
}
.cart-coupon .input label {
  width: 110px;
  text-align: left;
}
.cart-coupon .input input {
  width: 300px;
}
#sidebar .input {
  margin-bottom: 5px;
}
#sidebar .textarea textarea {
  width: 273px;
}
#sidebar .input label {
  width: 119px;
  padding: 9px 5px 3px 0;
  font-family: exoregular;
  text-transform: uppercase;
}
#sidebar .input input {
  width: 152px;
}
#sidebar .input select {
  width: 152px;
}
#sidebar .input .error {
  margin-left: 10;
}
#sidebar .input .sep {
  float: left;
  padding: 9px 4px 3px;
  font-family: exoregular;
  text-transform: uppercase;
}
#search .input,
#search .submit {
  float: left;
  clear: none;
}
#search .input input {
  width: 340px;
  height: 28px;
  background: #fff;
  color: #000;
}
#search .submit button {
  height: 27px;
  width: 72px;
  margin: 0 28px 0 0;
  font-size: 12px;
}
#search .submit button:after {
  right: -28px;
  width: 27px;
  height: 27px;
  background: url('btn_search.png') no-repeat;
}
#footer form {
  margin-top: -5px;
}
#footer form button {
  margin-top: 5px;
}
#footer .input {
  margin-bottom: 5px;
}
#footer .input label {
  width: 160px;
  font-family: exoregular;
  text-transform: uppercase;
}
#footer .input input,
#footer .input select {
  width: 445px;
  background: #3c3c3a;
  border-color: #5d5d5c;
  color: #959594;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#footer .input-small input,
#footer .input-small select {
  width: 260px;
}
.item-price-container .input {
  float: right;
  margin: -3px 0 0 10px;
}
.item-price-container select {
  display: inline-block;
  width: 80px;
  padding: 3px;
}
/* -- KALENDARZ -- */
.dp {
  position: absolute !important;
  width: 210px;
  text-align: center;
  overflow: hidden;
  z-index: 50;
  background: #fff;
  border: solid 3px #fff;
  box-shadow: 0 0 5px #d0d0d0;
  -webkit-box-shadow: 0 0 5px #d0d0d0;
  -moz-box-shadow: 0 0 5px #d0d0d0;
}
.dp a {
  cursor: pointer;
}
.dp a:hover {
  color: #fe3944;
}
.dp-top {
  padding: 5px 5px;
  overflow: hidden;
  background: #fe626d;
  font-weight: bold;
  color: #fff;
}
.dp-top a {
  color: #fff;
}
.dp-top a:hover {
  background: #fe3944;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.dp-top-desc {
  float: left;
  width: 120px;
  padding: 3px 0 0 0;
}
.dp-prev-year,
.dp-next-year,
.dp-prev-month,
.dp-next-month {
  float: left;
  width: 20px;
  font-size: 16px;
  padding: 0 0 2px 0;
}
.dp-desc {
  background: #fe3944;
  overflow: hidden;
}
.dp-desc-day {
  float: left;
  width: 30px;
  padding: 3px 0;
  color: #fff;
}
.dp-day {
  float: left;
  width: 30px;
  padding: 5px 0;
  color: #21435E;
}
.dp-day:hover {
  background: #e5e5e5;
}
.dp-day-before {
  background: #fbfbfb;
  color: #aaa;
}
.dp-day-weekend {
  background: #ddd;
  color: #777;
}
.dp-day-today {
  background: #fe626d;
  color: #fff;
}
.dp-day-selected {
  background: #fe3944;
  color: #fff;
  font-weight: bold;
}
/* -- Auto Complete -- */
.auto-complete-list {
  position: absolute !important;
  z-index: 100;
  max-height: 250px;
  min-width: 150px;
  overflow: auto;
  margin: 0;
  background: #fff;
  box-shadow: 1px 1px 4px #cccccc;
  -webkit-box-shadow: 1px 1px 4px #cccccc;
  -moz-box-shadow: 1px 1px 4px #cccccc;
}
.auto-complete-list li {
  padding: 5px;
  cursor: pointer;
  border: solid 1px #d0d0d0;
  border-top: none;
  color: #888;
}
.auto-complete-list-rollover {
  background: #ddd;
}
.names-list li {
  float: left;
  list-style: none !important;
  margin: 0 10px 10px 0 !important;
  padding: 4px 10px;
  border: solid 1px #de1d2a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.names-list li:hover {
  border-color: #de1d2a;
}
.names-list li .i-delete {
  margin: 0 0 -3px 3px;
}
/* -- IKONY -- */
.i-delete {
  display: inline-block;
  min-height: 16px;
  padding: 0 0 0 16px;
}
.i-delete span {
  display: none;
}
.i-delete {
  background: url('icons/delete.png') no-repeat;
}
/* -- KOMUNIKATY -- */
.error-container {
  clear: both;
}
.error {
  margin-top: 4px;
  color: #cb0100;
}
.textarea .error {
  margin-left: 10px;
}
.input .error,
.textarea-inline .error {
  margin-left: 170px;
}
.error-field {
  border: solid 1px #e59ea4 !important;
}
.msg-ok,
.msg-warn,
.msg-error,
.msg-info,
.msg-accessdenied {
  position: relative;
  display: block;
  margin: 0 0 25px 0;
  padding: 15px 25px;
  border-radius: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  line-height: 1.5em;
}
.block > .msg-ok:last-child,
.block > .msg-warn:last-child,
.block > .msg-error:last-child,
.block > .msg-info:last-child,
.block > .msg-accessdenied:last-child {
  margin-bottom: 0;
}
.msg-ok {
  background: #d3f5b8;
  color: #3d6d0a;
  border: solid 1px #6ac343;
}
.msg-warn {
  background: #ffe2ac;
  color: #785a26;
  border: solid 1px #ff9908;
}
.msg-error {
  background: #fff6f7;
  color: #e85857;
  border: solid 1px #e59ea4;
}
.msg-info {
  background: #b7e5f5;
  color: #1d4976;
  border: solid 1px #6bb5fe;
}
