@charset "UTF-8";
/*@mixin tablet {
    @media (min-width: 480px) and (max-width: 768px) {
        @content;
    }
}

@mixin desktop {
    @media (min-width: 1400px) {
        @content;
    }
}*/
/*@mixin before-tablet {
    @media (max-width: 768px) {
        @content;
    }
}
@mixin after-tablet {
    @media (min-width: 768px) {
        @content;
    }
}*/
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,latin-ext);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Open Sans:700,900,700italic,900italic&subset=latin,latin-ext");
@font-face {
  font-family: 'nerislight';
  src: url("/fonts/layout/Neris-Light-webfont.eot");
  src: url("/fonts/layout/Neris-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/layout/Neris-Light-webfont.woff") format("woff"), url("/fonts/layout/Neris-Light-webfont.ttf") format("truetype"), url("/fonts/layout/Neris-Light-webfont.svg#nerislight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerissemi';
  src: url("/fonts/layout/Neris-SemiBold-webfont.eot");
  src: url("/fonts/layout/Neris-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/layout/Neris-SemiBold-webfont.woff") format("woff"), url("/fonts/layout/Neris-SemiBold-webfont.ttf") format("truetype"), url("/fonts/layout/Neris-SemiBold-webfont.svg#nerisblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerisblack';
  src: url("/fonts/layout/Neris-Black-webfont.eot");
  src: url("/fonts/layout/Neris-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/layout/Neris-Black-webfont.woff") format("woff"), url("/fonts/layout/Neris-Black-webfont.ttf") format("truetype"), url("/fonts/layout/Neris-Black-webfont.svg#nerisblack") format("svg");
  font-weight: normal;
  font-style: normal; }
/* for cart style only right now */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  text-decoration: none;
  color: inherit;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* ::-moz-selection {
  background-color: #F50;
  color: #fff;
  text-shadow: none; }

* ::selection {
  background-color: #F50;
  color: #fff;
  text-shadow: none; }

span {
  display: inline-block; }

buttton, input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.hidden {
  display: none; }

.b_big.fblogin {
  background: #3b5998; }

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  display: none; }

.top-black {
  width: 100%;
  height: 17px;
  background: #000;
  line-height: 17px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.top-black-nav {
  margin: 0 auto;
  width: 960px;
  font-size: 10px;
  font-weight: 200;
  font-family: NerisSemi;
  color: #ff5500;
  text-align: right; }
  .top-black-nav .header_choose_lang {
    float: left;
    background-color: #fff;
    min-width: 112px;
    position: absolute;
    z-index: 1; }
    .top-black-nav .header_choose_lang li {
      padding: 2px 7px;
      text-align: left;
      border: 1px solid #eee;
      border-top: none;
      border-bottom: 0;
      display: none; }
      .top-black-nav .header_choose_lang li.choose {
        display: block;
        cursor: pointer;
        background-color: #000;
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        border: 0; }
        .top-black-nav .header_choose_lang li.choose img {
          vertical-align: bottom; }
        .top-black-nav .header_choose_lang li.choose .choose_lang_border {
          border-left-width: 1px;
          border-left-style: solid;
          border-left-color: #bbbbbb;
          margin-bottom: 0; }
        .top-black-nav .header_choose_lang li.choose .choose_lang_arrow {
          color: #9b9b9b;
          margin-bottom: 0; }
      .top-black-nav .header_choose_lang li.first {
        padding-top: 7px; }
      .top-black-nav .header_choose_lang li:last-of-type {
        padding-bottom: 7px;
        border-bottom: 1px solid #eee; }
      .top-black-nav .header_choose_lang li img {
        margin-right: 6px;
        vertical-align: middle; }
      .top-black-nav .header_choose_lang li a {
        color: #000;
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        line-height: 18px;
        margin: 0; }
      .top-black-nav .header_choose_lang li:hover a {
        color: #ff5500; }
    .top-black-nav .header_choose_lang:hover li {
      display: block; }

.top-black-nav a {
  margin: 0 5px;
  position: relative;
  z-index: 1509258; }
  .top-black-nav a:hover {
    color: #ff5500; }

.top-black-nav .cupsell_link {
  float: left;
  color: #ddd;
  margin-left: 115px; }

@media (max-width: 480px) {
  .top-black-nav {
    color: #ccc;
    padding-right: 10px;
    box-sizing: border-box; }
    .top-black-nav a {
      margin: 0 12px;
      color: #ff5500; }
    .top-black-nav .header_choose_lang {
      min-width: 0; }
    .top-black-nav .minimail {
      display: none; }
    .top-black-nav .cupsell_link {
      margin-left: 50px; }
    .top-black-nav .choose {
      line-height: 1;
      font-size: 0; }
    .top-black-nav .choose_lang_border,
    .top-black-nav .choose_lang_arrow {
      font-size: 10px; } }
.minimail {
  color: #ccc; }

.top-bar {
  width: 100%;
  height: 80px;
  border-bottom: solid 1px #f2f2f2;
  background: #fff; }

#top_nav {
  position: relative;
  width: 960px;
  margin: 0 auto; }

#cupsell_logo {
  width: 155px;
  height: 65px;
  background: url(/img/default/layout/home-sprite.png);
  background-position: 0px 68px;
  float: left; }

.main_dd_submenu > div > div > span {
  float: left; }

.main_dd {
  padding: 0;
  display: block;
  list-style: none; }

.main_dd > li {
  float: left;
  position: relative; }

.main_dd > li > span {
  float: left;
  padding-right: 20px;
  font-family: 'nerisblack', sans-serif;
  line-height: 64px;
  cursor: pointer; }

.main_dd .main_dd_submenu {
  position: absolute;
  top: 65px;
  display: none;
  left: -21px;
  background: #fff;
  z-index: 9999;
  border: solid #eee;
  border-width: 0 1px 1px 1px;
  padding-top: 10px; }

#menu_dd_icon {
  display: none; }

.main_dd ul {
  list-style: none;
  float: left;
  padding: 10px 20px 10px 10px;
  z-index: 9999; }

.main_dd a li:hover {
  color: #ff5500; }

.main_dd_submenu span {
  font-size: 16px;
  font-family: 'nerisblack', sans-serif;
  line-height: 24px;
  display: block;
  margin-left: 10px; }

.main_dd_submenu ul {
  display: block;
  font-family: 'Open Sans', serif;
  padding-bottom: 16px; }

.kategorie {
  width: 571px;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px; }

.stworzenie {
  width: 509px;
  padding: 10px; }
  .stworzenie span {
    display: inline;
    width: 219px;
    margin-bottom: 16px; }

.stwo_opis {
  clear: both;
  margin: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555;
  border-top: solid 1px #ddd;
  padding-top: 15px; }

.stwo_opis h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  color: #444; }

.sprzedawanie {
  width: 419px;
  padding: 10px; }
  .sprzedawanie span {
    display: inline;
    width: 174px;
    margin-bottom: 16px; }

.sprze_opis {
  clear: both;
  margin: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555;
  border-top: solid 1px #ddd;
  padding-top: 15px; }

.sprze_opis h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  color: #444; }

button.paypal_button {
  padding: 6px 10px;
  background: #ff5500;
  text-transform: uppercase;
  text-align: center;
  font-family: 'nerisblack', sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.5s;
  border: none;
  margin-left: -25px; }

.b_big,
.button-style {
  background: #ff5500;
  color: #fff;
  cursor: pointer;
  font: 14px "nerisblack", sans-serif;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.5s; }
  .b_big:hover,
  .button-style:hover {
    opacity: 0.7; }

.login-widget {
  position: relative; }

.login-widget > span {
  float: right;
  width: 156px;
  font-family: 'nerisblack', sans-serif;
  line-height: 64px;
  cursor: pointer;
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  text-align: center; }
  .login-widget > span:hover {
    color: #ff5500; }

.icon-profil {
  font-size: 32px; }

.icon.log {
  display: none; }

.logowanie {
  position: absolute;
  right: 0;
  top: 62px;
  width: 242px;
  background: #fff;
  border: solid #eee;
  border-width: 0 1px 1px 1px;
  display: none; }
  .logowanie.not-logged-in {
    padding: 12px;
    width: 218px; }
    .logowanie.not-logged-in input {
      width: 205px;
      margin-bottom: 10px;
      padding: 8px 5px;
      font-size: 12px;
      border: solid 1px #ddd; }
    .logowanie.not-logged-in .submit {
      margin-bottom: 10px; }
    .logowanie.not-logged-in .submit,
    .logowanie.not-logged-in .fblogin {
      float: none;
      display: block; }
    .logowanie.not-logged-in a {
      margin-bottom: 5px; }
    .logowanie.not-logged-in .info {
      padding-top: 7px;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      color: #555; }
      .logowanie.not-logged-in .info a {
        color: #ff5500;
        text-decoration: none; }
        .logowanie.not-logged-in .info a:hover {
          text-decoration: underline; }
    .logowanie.not-logged-in .b_big {
      padding: 10px; }

.login-widget-top {
  border-bottom: 1px solid #eee;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
  padding: 12px; }
  .login-widget-top .login-widget-name {
    color: #808080; }
  .login-widget-top .login-widget-username {
    color: #ff5500;
    display: block;
    font-weight: 400; }

.login-widget-list {
  padding: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  border-bottom: solid 1px #eee;
  color: #808080; }
  .login-widget-list .login-widget-list-item.active, .login-widget-list .login-widget-list-item:hover {
    color: #ff5500;
    cursor: pointer; }

.login-widget-bottom {
  padding: 12px;
  font-family: 'nerisblack', serif;
  font-size: 16px;
  text-transform: uppercase; }
  .login-widget-bottom .login-widget-bottom-item:hover {
    color: #ff5500;
    cursor: pointer; }
  .login-widget-bottom .login-widget-bottom-item.flash {
    width: 130px;
    color: #ff5500; }
    .login-widget-bottom .login-widget-bottom-item.flash:hover {
      color: #000; }

.login-widget .msg-count,
.header-login .msg-count {
  background: #ff5500;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
  position: absolute;
  margin-top: 5px;
  margin-left: -5px;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 14px !important; }

.prod_count {
  background: #ff5500;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
  position: absolute;
  margin-top: -10px;
  margin-left: -5px;
  min-width: 14px;
  text-align: center;
  line-height: 14px !important; }

.cart_dropdown {
  position: relative; }
  .cart_dropdown .cart-widget-wrapper {
    float: right;
    width: 85px;
    height: 50px;
    border-right: solid 1px #f2f2f2;
    cursor: pointer;
    text-align: center;
    padding-top: 14px; }
    .cart_dropdown .cart-widget-wrapper:hover {
      color: #ff5500; }

.icon-koszyk {
  font-size: 32px; }

.koszykowanie {
  position: absolute;
  right: 0;
  top: 62px;
  width: 242px;
  background: #fff;
  border: solid #eee;
  border-width: 0 1px 1px 1px;
  font-family: 'Open Sans', sans-serif;
  display: none; }

.cart-widget-header {
  font-size: 16px;
  font-weight: 600;
  padding-left: 12px;
  padding-top: 12px;
  width: 154px;
  color: #666; }

.cart-widget-item {
  display: block;
  height: 52px;
  width: 218px;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px; }
  .cart-widget-item:hover {
    background: #eee;
    cursor: pointer; }

.cart-widget-item-thumb {
  width: 52px;
  height: 100%;
  background: #ddd;
  text-align: center;
  float: left; }

.cart-widget-item-thumb img {
  height: 100%;
  width: auto; }

.cart-widget-item-name {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #666; }

.cart-widget-item-price {
  margin-left: 10px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #ff5500; }

.cart-widget-button-item {
  margin: 12px; }
  .cart-widget-button-item span {
    padding: 10px 42px; }

.koszykowanie div {
  display: inline-block; }

.content-wrap {
  width: 960px;
  margin: 0 auto; }

#glowny_slider {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0px; }

#glowny_slider img {
  width: 100%;
  margin: 0 auto; }

.owl-item div {
  width: 100%; }

#glowny_slider div {
  display: none; }

#glowny_slider div:first-child {
  display: inline-block; }

.bree_header {
  font-family: NerisSemi;
  /*'Bree Serif', serif;
  */
  color: #444;
  font-size: 18px;
  line-height: 65px;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.propo {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0px; }

.propo > div, .propo span {
  display: inline-block;
  margin-bottom: 2px; }

.propo > span {
  width: 2px; }

.product_wrap {
  position: relative;
  width: 190px;
  min-height: 280px; }

.prod_thumb {
  background: #ddd;
  cursor: pointer;
  text-align: center; }

.shop_content .prod_thumb {
  width: 200px;
  height: 280px; }

.shop_content .prod_thumb img {
  max-width: 100%; }

body.index_index div.prod_zoom img {
  vertical-align: middle; }

/* shop base & search page common*/
.prod_numbers {
  bottom: 95px;
  box-sizing: content-box;
  height: 20px;
  padding: 10px;
  position: absolute; }
  .prod_numbers a {
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 12px;
    overflow: hidden;
    padding: 3px 7px;
    text-indent: -100px;
    width: 5px; }
    .prod_numbers a.active {
      background-color: #fff; }

/* end */
.prod_zoom {
  position: absolute;
  display: none;
  width: 190px;
  height: 280px;
  cursor: pointer;
  text-align: center;
  line-height: 280px; }

.prod_opis {
  position: absolute;
  z-index: 9999;
  width: 172px;
  background: rgba(34, 34, 34, 0.6);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 9px;
  display: none;
  bottom: 0; }

.prod_name_index {
  overflow: hidden;
  max-height: 42px; }

.opis_linia {
  border-top: solid 1px #ff5500;
  margin: 8px auto;
  width: 0px; }

.opis_cena {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  float: right; }

.neris_header {
  font-family: NerisSemi, serif;
  /* 'nerisblack', serif;
  */
  color: #444;
  font-size: 18px;
  line-height: 65px;
  position: relative; }

#wybrane {
  max-width: 960px;
  margin: 0 auto; }

#sklepy_slider {
  height: 235px; }

#sklepy_slider div.owl-next {
  top: 90px; }

#sklepy_slider div.owl-prev {
  top: 90px; }

#sklepy_slider > div {
  display: inline-block; }

#sklepy_slider {
  max-width: 960px;
  margin: 0 auto; }

.shop_icon {
  height: 190px;
  width: 190px;
  cursor: pointer; }

.show_naj_sklep {
  position: relative;
  margin: 20px auto;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: none;
  background: #fff; }

.show_naj_sklep h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 10px 0;
  color: #666;
  display: inline-block; }

.show_naj_ostatnio {
  position: relative;
  margin: 20px auto;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: none;
  background: #fff;
  padding: 0 20px; }

.show_naj_ostatnio h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 0;
  color: #666; }

.naj_ostatnio_shop {
  cursor: pointer;
  display: inline-block;
  width: 454px;
  height: 102px; }

.naj_ostatnio_shop:hover {
  background: #eee; }

.mini_shop_icon {
  width: 80px;
  margin-right: 14px; }

.mini_shop_opis {
  float: right;
  max-width: 100%;
  position: absolute;
  margin: 10px 20px;
  height: 83px;
  overflow: hidden;
  text-overflow: ellipsis; }

.mini_shop_opis > div {
  margin-top: 10px;
  position: relative; }

.mini_shop_opis div {
  width: 319px;
  overflow: hidden;
  height: 43px; }

.show_naj_produkt {
  /*    max-width: 680px;
  */
  position: relative;
  margin: 20px auto;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: none;
  background: #fff;
  padding: 20px 0; }

.show_naj_sklep h3, .show_naj_ostatnio h3, .show_naj_produkt h3 {
  font-family: NerisSemi, 'nerisblack',sans-serif;
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
  background: url(/img/default/layout/hr.png) 0px -17px; }

.show_naj_sklep h3 span, .show_naj_ostatnio h3 span, .show_naj_produkt h3 span {
  background-color: #fff;
  padding: 0 5px;
  margin-left: 20px; }

.show_naj_produkt h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 10px 0;
  color: #666; }

/*.mini_prod_thumb 
{
     background: #ccc;
    margin: 2px;
    opacity: 0.9;
    transition: opacity 0.5s
}
*/
/* home - best ? czy gdzies jeszcze? */
.naj_prod_list .mini_prod_thumb {
  background: #ddd;
  margin-right: 3px;
  opacity: 0.9;
  width: 117px;
  height: 120px;
  text-align: center; }

@media only screen and (max-width: 960px) {
  .naj_prod_list .mini_prod_thumb {
    width: 88px; } }
@media only screen and (min-width: 1400px) {
  .naj_prod_list {
    text-align: center; }

    /*	.naj_prod_list .mini_prod_thumb 
{
            width:144px;
            height:144px	
}
    span.mini_prod_thumb img 
{
            margin-top: 24px;
    
}
    */ }
.mini_prod_thumb:hover {
  opacity: 1;
  transition: opacity 0.5s; }

/*Nowy footer start*/
.footer {
  width: 100%;
  /*    height: 500px;
  */
  background: #fff;
  margin-top: 25px;
  border-top: 1px solid #fff; }

.hajs_count {
  font-family: 'nerisblack', sans-serif;
  color: #ff5500;
  font-size: 28px;
  line-height: 8px;
  margin-top: 12px; }

.licznik {
  margin-left: 150px;
  margin-bottom: -8px;
  vertical-align: top; }

div.footer_inside_wrap {
  width: 960px;
  margin: 0 auto; }

.footer_inside_wrap span {
  color: #fff;
  width: 227px;
  vertical-align: top; }

.footer_inside_wrap b {
  font-family: "nerisblack"; }

.footer_inside_wrap span div {
  border-top: solid 1px #aaa;
  margin-top: 10px;
  padding-top: 10px; }

span.spacer {
  width: 8px !important; }

div.foot_opis {
  font-size: 12px; }

.foot_linki ul li {
  color: #444;
  font-family: 'nerisblack';
  margin: 2px 0; }

.foot_pomoc li {
  line-height: 22px; }

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

.footer_inside_wrap li span {
  background: #eee;
  width: auto;
  padding: 6px;
  color: #444; }

.footer_newslet_wrap {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 19px 0 38px 0;
  /*  padding-bottom: 10px;
  */ }

.newslet_ins_wrap {
  width: 960px;
  margin: 0 auto; }

.footer_newsletter b, .footer_social b, .licznik b {
  font-family: 'nerisblack', sans-serif;
  color: #444;
  line-height: 45px; }

.input_newslet {
  width: 240px;
  height: 32px;
  border: none;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #ddd; }

.submit_newslet {
  border: 0;
  padding: 0;
  vertical-align: top; }

.icon-a_right:before {
  line-height: 36px !important; }

.submit_newslet i {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  background: #444;
  padding: 0px 4px;
  cursor: pointer;
  display: block;
  height: 36px;
  line-height: 36px; }

.footer_social {
  float: right; }

.footer_social span {
  width: 35px;
  height: 36px;
  cursor: pointer; }

.f_fb {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: 0px -37px; }

.f_fb:hover {
  background-position: 0px 0px; }

.f_yt {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -34px -37px; }

.f_yt:hover {
  background-position: -34px 0px; }

.f_inst {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -68px -37px; }

.f_inst:hover {
  background-position: -68px 0px; }

.f_pin {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -103px -37px; }

.f_pin:hover {
  background-position: -103px 0px; }

.f_twit {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -140px -37px; }

.f_twit:hover {
  background-position: -140px 0px; }

.footer_small {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  line-height: 60px;
  font-family: 'NerisSemi';
  font-size: 12px;
  color: #888;
  text-align: left; }

.footer_small a {
  margin: 0 5px;
  color: #444; }

.footer_small a:hover {
  color: #ff5500; }

.footer_small a:first-child {
  margin-left: 15px; }

.footer_small a:last-child {
  margin-right: 15px; }

.footer_newslet_wrap + .footer_small a:first-child {
  margin-left: 0; }

.footer_newslet_wrap + .footer_small a:last-child {
  margin-right: 0; }

.footer_small > span {
  margin-left: 10px;
  float: right; }

.footer {
  width: 100%;
  background: #fff;
  margin-top: 25px;
  border-top: 1px solid #fff; }

.hajs_count {
  font-family: 'nerisblack', sans-serif;
  color: #ff5500;
  font-size: 28px;
  line-height: 8px;
  margin-top: 12px; }

.licznik {
  margin-left: 150px;
  margin-bottom: -8px; }

.footer_info_wrap {
  background: #444;
  border-top: solid 1px #eee;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px; }

div.footer_inside_wrap {
  width: 960px;
  margin: 0 auto; }

.footer_inside_wrap b {
  font-family: "nerisblack"; }

.footer_inside_wrap span div {
  border-top: solid 1px #aaa;
  margin-top: 10px;
  padding-top: 10px; }

.footer_inside_wrap span div #rapidssl {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -175px 0px;
  width: 160px;
  height: 76px; }

.footer_inside_wrap span div #quality-cert {
  background-image: url("/img/default/layout/home-sprite.png");
  width: 74px;
  background-position: 82px 109px;
  height: 119px;
  margin-left: 10px; }

span.spacer {
  width: 10px; }

div.foot_opis {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px; }

.foot_linki ul li {
  color: #444;
  font-family: 'nerisblack';
  margin: 2px 0; }

.foot_linki ul li span:hover {
  background: #ff5500;
  color: #fff; }

.foot_pomoc li {
  line-height: 22px; }

.foot_pomoc li a:hover {
  color: #ff5500; }

.foot_pomoc li .help-ico, .foot_pomoc li .mail-ico, .foot_pomoc li .kom-ico, .foot_pomoc li .tel-ico {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: 130px -84px;
  vertical-align: bottom;
  margin-right: 5px;
  height: 20px;
  width: 19px;
  padding: 0;
  background-color: transparent; }

.foot_pomoc li .mail-ico {
  background-position: 111px -84px; }

.foot_pomoc li .kom-ico {
  background-position: 92px -84px; }

.foot_pomoc li .tel-ico {
  background-position: 149px -84px; }

.footer_inside_wrap li span {
  background: #eee;
  width: auto;
  padding: 6px;
  color: #444; }

.footer_newslet_wrap {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 19px 0 38px 0; }

.newslet_ins_wrap {
  width: 960px;
  margin: 0 auto; }

.footer_newsletter b, .footer_social b, .licznik b {
  font-family: 'nerisblack', sans-serif;
  color: #444;
  line-height: 45px; }

.input_newslet {
  width: 240px;
  height: 32px;
  border: none;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #ddd;
  padding: 1px; }

.submit_newslet {
  vertical-align: top; }

.icon-a_right:before {
  line-height: 36px !important; }

.submit_newslet i {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  background: #444;
  padding: 0px 4px;
  cursor: pointer;
  display: block;
  height: 36px;
  line-height: 36px; }

.footer_social {
  float: right; }

.footer_social span {
  width: 35px;
  height: 36px;
  cursor: pointer; }

.f_fb {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: 0px -37px; }

.f_fb:hover {
  background-position: 0px 0px; }

.f_yt {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -34px -37px; }

.f_yt:hover {
  background-position: -34px 0px; }

.f_inst {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -68px -37px; }

.f_inst:hover {
  background-position: -68px 0px; }

.f_pin {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: -103px -37px; }

.f_pin:hover {
  background-position: -103px 0px; }

input[type=checkbox].checkbox {
  display: none; }

input[type=checkbox].checkbox + label.checkbox-label {
  padding-left: 18px;
  height: 13px;
  display: inline-block;
  line-height: 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].checkbox:checked + label.checkbox-label {
  background-position: 0 -13px; }

label.checkbox-label {
  background-image: url("/img/default/layout/checkbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.order_nav {
  text-align: center;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee; }

.order_nav div {
  margin: 10px; }

.order_nav span {
  font-family: 'nerisblack', sans-serif;
  color: #aaa;
  cursor: pointer;
  padding: 10px; }

.order_nav i {
  font-size: 42px; }

.order_nav span:hover {
  color: #ff5500; }

.order_nav span.active {
  color: #444; }

.order_nav span.active:hover {
  color: #000; }

.icon-truck {
  margin-left: -32px; }

#simplemodal-data.choose_size_dialog.simplemodal-data,
#shoppingOption.dialog.simplemodal-data,
#chooseSizeDialog.dialog.simplemodal-data {
  background: #fff;
  padding: 20px;
  border: solid 4px #ddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

#simplemodal-data.choose_size_dialog.simplemodal-data h4,
#shoppingOption.dialog.simplemodal-data h4,
#chooseSizeDialog.dialog.simplemodal-data h4 {
  font-family: 'nerisblack', sans-serif;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px; }

#simplemodal-data.choose_size_dialog.simplemodal-data .sizeSelector,
#chooseSizeDialog.dialog.simplemodal-data .sizeSelector {
  margin-top: 10px; }

#simplemodal-data.choose_size_dialog.simplemodal-data .sizeSelector .label,
#chooseSizeDialog.dialog.simplemodal-data .sizeSelector .label {
  margin: 10px 0;
  text-transform: capitalize;
  color: #555;
  height: auto;
  width: auto;
  line-height: 14px;
  border: none;
  text-align: left; }

#simplemodal-data.choose_size_dialog.simplemodal-data .sizeSelector li,
#chooseSizeDialog.dialog.simplemodal-data .sizeSelector li {
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: solid 1px #ccc;
  border-radius: 4px;
  text-align: center;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer; }

#simplemodal-data.choose_size_dialog.simplemodal-data .sizeSelector li.selected,
#chooseSizeDialog.dialog.simplemodal-data .sizeSelector li.selected {
  color: #ff5500;
  border-color: #ff5500; }

.simplemodal-wrap .controls span,
#shoppingOption.dialog.simplemodal-data .controls span,
#chooseSizeDialog.dialog.simplemodal-data .controls span {
  margin: 20px 3px 0 0;
  width: 42%;
  padding: 6px 10px;
  background: #555;
  text-transform: uppercase;
  text-align: center;
  font-family: 'nerisblack', sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.5s; }

#shoppingOption.dialog.simplemodal-data .controls span,
#chooseSizeDialog.dialog.simplemodal-data .controls span {
  width: 40%; }

.simplemodal-wrap .controls span:first-child,
#shoppingOption.dialog.simplemodal-data .controls span:first-child,
#chooseSizeDialog.dialog.simplemodal-data .controls span:last-child {
  background: #ff5500; }

.simplemodal-wrap .controls span:hover,
#shoppingOption.dialog.simplemodal-data .controls span:hover,
#chooseSizeDialog.dialog.simplemodal-data .controls span:hover {
  opacity: 0.8;
  transition: opacity 0.5s; }

#simplemodal-overlay.simplemodal-overlay {
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

#shoppingOption.dialog.simplemodal-data .controls #csBasketOptionContinue.button.ok,
#chooseSizeDialog.dialog.simplemodal-data .controls #csBasketOptionContinue.button.ok {
  display: inline-block;
  margin-top: 20px;
  width: 170px;
  padding: 10px 0;
  margin-right: 5px; }

#shoppingOption.dialog.simplemodal-data .controls #csBasketOptionFinish.button.cancel,
#chooseSizeDialog.dialog.simplemodal-data .controls #csBasketOptionFinish.button.ok {
  display: inline-block;
  margin-top: 20px;
  width: 165px;
  padding: 10px 0;
  margin-right: 0; }

div#dc-tab-button {
  background: #404040;
  padding-bottom: 15px;
  top: 80px !important; }

div#dc-tab-button .iw-brp.iw-tabbg {
  background: none; }

.icon-log {
  display: none; }

@media only screen and (max-width: 480px) {
  .top-black-nav,
  div.newslet_ins_wrap,
  span.licznik,
  div.footer_info_wrap,
  .content-wrap,
  .shop-top-graphic,
  div#najlepsze {
    width: 100%; }

  body, html {
    max-width: 100%;
    overflow: hidden !important;
    margin: 0px auto !important;
    padding: 0px !important; }

  html {
    overflow-y: auto !important;
    max-width: 100% !important; }

  body.index_index .info-glowna {
    width: 100% !important;
    height: 190px !important; }

  .propo, #wybrane, #promo_sklepy, #sklepy_slider, #glowny_slider {
    max-width: 320px !important;
    min-width: 320px !important; }

  div.skiptranslate.goog-te-gadget {
    width: 100% !important; }

  div.top_szukaj, div.info-hurt {
    display: none; }

  body.index_index .info-glowna img {
    display: none; }

  body.index_index #play-video img {
    display: block !important;
    margin: 0 auto; }

  body.index_index .info-glowna div:first-child {
    text-align: right !important;
    padding-right: 0 !important;
    margin-bottom: 60px !important;
    margin-right: 10px !important; }

  body.index_index div#czyt_wiecej {
    right: 10px !important; }

  div.owl-prev, div.owl-next {
    display: none !important; }

  div#dc-tab-button {
    height: auto; }

  .footer_small span {
    margin-left: 0px; }

  .owl-buttons {
    display: none; }

  #top_nav {
    width: 100%;
    font-size: 18px !important;
    position: relative; }

  .kategorie ul {
    width: 40%; }

  .main_dd_submenu > div > div > span {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

  .main_dd li {
    margin-left: 38px; }

  .bree_header {
    line-height: 30px !important;
    margin-bottom: 10px; }

  .main_dd .main_dd_submenu {
    border-top: solid 1px #eee; }

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

  .col_right, .main_dd_submenu {
    width: 100%; }

  div.owl-next img {
    display: none; }

  div.product_wrap, div.prod_zoom, div.pord_w_opis {
    width: 158px; }

  div.prod_zoom {
    width: 100%; }

  .order_nav i {
    font-size: 24px; }

  .order_nav span > div, .order_nav span {
    font-size: 11px;
    padding: 0px; }

  .naj_icons span {
    margin: 0 5px; }

  .naj_icons #naj_ostatnio {
    margin: 0 45px; }

  .naj_icons span strong {
    width: 120px;
    left: -32px;
    font-size: 8px; }

  .naj_prod_list {
    font-size: 0;
    text-align: center; }

  .licznik {
    width: 320px;
    margin-bottom: 20px;
    margin-left: 0px;
    display: block; }

  .footer {
    min-height: 800px; }

  .newslet_ins_wrap {
    max-width: 295px; }

  .footer_small {
    line-height: 20px;
    padding: 5px 20px;
    width: 280px;
    margin: 0 auto;
    font-size: 11px; }

  .footer_small a {
    margin: 0;
    margin-right: 5px;
    display: inline-block; }

  .footer_small span {
    float: none; }

  .footer_info_wrap, .footer_newslet_wrap {
    float: none;
    text-align: left; }

  .footer_certyfikaty, .footer_social {
    float: none;
    text-align: left; }

  div.newslet_ins_wrap {
    margin: 0 auto;
    width: 295px !important; }

  div.footer_inside_wrap {
    width: 280px; }

  .footer_inside_wrap span {
    width: 128px; }

  .footer_inside_wrap b, .foot_pomoc li {
    font-size: 13px; }

  .footer_inside_wrap span.foot_linki, .footer_inside_wrap span.foot_certyfikaty {
    width: 270px; }

  span.foot_certyfikaty {
    text-align: right; }

  #cupsell_logo {
    width: 27%;
    background: url(/img/default/layout/logo-cups-mobile.png) no-repeat;
    background-size: 95%;
    background-position: 50%;
    margin-left: 5px; }

  .main_dd > li {
    float: left;
    position: static; }

  .main_dd .main_dd_submenu {
    left: 0px !important; }

  .main_dd .main_dd_submenu div {
    padding-top: 10px;
    width: 280px;
    margin: 0 auto; }

  #menu_dd_icon {
    display: block;
    float: right;
    width: 65px;
    height: 50px;
    padding-top: 14px;
    font-size: 34px;
    text-align: center; }

  .login-widget > span {
    float: right;
    width: 64px;
    height: 64px;
    cursor: pointer;
    border-left: solid 1px #f2f2f2;
    border-right: solid 1px #f2f2f2;
    text-align: center; }

  .login-widget-header {
    display: none; }

  .icon-log {
    display: block; }

  div.flash_message {
    background: #000;
    padding: 5px 0;
    position: relative !important; }

  .kategorie ul {
    width: 50%;
    margin-bottom: 20px; }

  .kategorie ul {
    padding: 0; }

  #main_dd .kategorie a li {
    margin-left: 10px; }

  input#new_acc_repass {
    border-bottom: solid 2px #eee; }

  .top_szukaj form#all_products-search input#top_s_nazwa {
    width: 140px; }

  .top_szukaj form#all_products-search span.top_search_b {
    right: -60px !important; }

  .top_szukaj form#all_products-search {
    margin-left: 166px !important;
    margin-top: 64px !important;
    z-index: 9998; }

  div#InteliwiseSaaSModule_win_wrapper {
    display: none; }

  .propo {
    overflow: hidden;
    height: 1555px; }

  .prod_thumb img {
    width: 150px !important; }

  div.prod_zoom img {
    width: 150px !important; }

  .product_wrap {
    min-height: 220px !important; }

  .prod_opis {
    width: 140px; }

  .prod_zoom {
    line-height: 220px;
    height: 221px; }

  .shop_icon {
    width: 158px;
    height: 158px; }

  a.goog-te-menu-value span {
    display: none; }

  .main_dd li {
    margin-left: 10px; }

  div#shoppingOption.dialog.simplemodal-data .controls span#csBasketOptionContinue.button.ok {
    width: 130px;
    font-size: 12px; }

  div#shoppingOption.dialog.simplemodal-data .controls span#csBasketOptionFinish.button.ok {
    width: 120px;
    font-size: 12px; }

  .order_nav div {
    margin: 10px 2px;
    font-size: 10px; }

  div#simplemodal-overlay.simplemodal-overlay {
    display: none; }

  div#simplemodal-container {
    display: none; }

  body.account_graphics table td {
    max-width: 88px !important; }

  body.account_graphics table td p {
    max-width: 88px !important; }

  body.account_graphics table td p > a > img {
    position: absolute;
    margin-top: -5px; }

  body.account_orders table.data tbody tr td {
    padding: 7px; }

  body.account_order-transaction table td {
    max-width: 20px;
    padding: 3px;
    font-size: 10px; }

  body.account_order-transaction table.data tbody tr td {
    max-width: 65px !important;
    padding: 3px; }

  body.account_order-transaction table.data thead td {
    display: none; }

  body.account_stats-bestseller-items table.data tbody tr td {
    padding: 6px; }

  body.account_stats-bestseller-items table.data thead td {
    padding: 0 0 5px 5px; } }
body.iframe-view .shop-top-graphic {
  display: none; }

body.iframe-view div.shop_tabs span.tab {
  display: inline-block; }

body.iframe-view div.shop_tabs span.tab:first-child {
  display: inline-block; }

@media only screen and (min-width: 1400px) {
  .footer_small, .footer_inside_wrap span {
    width: 1180px; }

  div.skiptranslate.goog-te-gadget {
    width: 1180px !important; }

  .content-wrap,
  #top_nav,
  .shop-top-graphic,
  .top-black-nav,
  .newslet_ins_wrap {
    width: 1180px; }

  .licznik {
    margin-left: 250px; }

    /*    .top_szukaj form#all_products-search
{
    margin-left: 730px !important;

}
    */
  div.footer_inside_wrap {
    width: 1180px;
    margin: 0 auto; }

  .footer_inside_wrap span {
    width: 282px; }

  body.index_index .info-glowna, div#counter-wrap, .slide-dnia {
    width: 1180px !important; } }
@media (min-width: 480px) and (max-width: 960px) {
  .footer_small {
    width: 770px; }

  div#InteliwiseSaaSModule_win_wrapper {
    display: none !important; }

  .slide-dnia,
  div#counter-wrap,
  #top_nav,
  .shop-top-graphic,
  div.footer_inside_wrap,
  .top-black-nav,
  .newslet_ins_wrap,
  div.skiptranslate.goog-te-gadget,
  body.index_index
  .info-glowna {
    width: 770px !important; }

  .content-wrap {
    width: 770px; }

  body.index_index .info-glowna img {
    max-width: 620px; }

  body.index_index .info-glowna {
    height: 220px !important; }

  .footer_inside_wrap span {
    width: 180px; }

  .footer_social {
    margin-right: 25px; }

  .shop_content {
    max-width: 664px; }

  .top-black-nav {
    padding-right: 20px; }

  .sort-wrap {
    width: 665px; }

  #top_nav {
    width: 740px; }

  .propo, #wybrane, #promo_sklepy, #sklepy_slider, #glowny_slider {
    width: 770px; }

  .footer_newslet_wrap {
    padding-left: 20px; }

  .footer_certyfikaty {
    padding-right: 20px; }

  .widget iframe {
    position: relative;
    top: 0; }

  .licznik {
    margin-left: 50px; }

  img.dostawa_small {
    width: 245px; }

  div.owl-buttons > div.owl-prev, div.owl-buttons > div.owl-next {
    display: none !important; }

    /*    .top_szukaj form#all_products-search
{
    margin-left: 495px !important;
    margin-top: 90px !important;
    z-index: 9998;
    height: 35px;
    padding-top: 6px;
    padding-right: 10px;
    top: -8px;

}
.top_szukaj form#all_products-search span.top_search_b
{
    top: 6px !important;
    right: -74px !important;
    height: 22px;
    padding: 2px 28px !important;
    cursor: pointer;

}
.top_szukaj form#all_products-search input#top_s_nazwa
{
    height: 22px;
    border: solid 1px #ddd;
    padding-left: 10px;
    width: 146px;

}
    */
  .footer_inside_wrap b {
    font-size: 13px; }

  .foot_linki ul li {
    font-size: 12px; }

  .foot_certyfikaty div {
    text-align: right; } }
.shop-alt-name {
  font: 800 42px "Open Sans", sans-serif;
  padding: 100px 0;
  color: #333; }
  .shop-alt-name:hover {
    color: #ff5500; }

#individual_size {
  position: absolute;
  border: 2px solid #ccc;
  display: none;
  color: #fff;
  z-index: 1500;
  background-color: #fff; }

div.flash_message {
  position: relative;
  top: 10px;
  color: #ff5500;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: solid 1px;
  padding: 10px 0;
  max-width: 960px;
  margin: 0 auto; }

div.owl-controls.clickable {
  width: 100%; }

.shop-top-graphic {
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  overflow: hidden;
  text-align: center; }

.shop-top-graphic img {
  max-height: 350px; }

div.tabs-wrap {
  text-transform: uppercase; }

div#order-pay-view div.payment_infos {
  margin-top: 25px; }

#uploadBox, .upload-loader {
  background: url(/img/default/layout/ajax-loader.gif) center center no-repeat #fff; }

.banner_item {
  display: inline-block; }

.banner_item .image, .banner_item .image img {
  width: 81px; }

.naj_prod_list {
  font-size: 0; }

/* search bar w nawigacji */
.top_szukaj form#all_products-search {
  position: absolute;
  /* margin-left: 485px;
  */
  	/* margin-top: 20px;
*/
  right: 256px;
  top: 14px;
  height: 50px; }

.top_szukaj form#all_products-search input#top_s_nazwa {
  height: 22px;
  border: solid 1px #e5e5e5;
  padding: 7px;
  font-size: 15px;
  /*	font-family: NerisSemi;
  */
  font-family: Open Sans;
  /* text-transform: uppercase;
  */
  width: 180px;
  outline: none;
  text-transform: lowercase;
  padding-right: 40px;
  -webkit-transition: width 0.3s ease-in-out; }

@media (max-width: 960px) {
  .top_szukaj form#all_products-search input#top_s_nazwa {
    width: 50px; } }
.top_szukaj form#all_products-search input#top_s_nazwa:focus {
  border: 1px solid #1CADE5 !important;
  box-shadow: inset 0 1px 1px #aaa;
  width: 220px; }

.top_szukaj form#all_products-search span.top_search_b input[type=submit] {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: 67px 139px;
  border: 2px solid #fff;
  background-color: #fff;
  width: 23px;
  height: 26px;
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  font-weight: 600;
  padding: 0px 12px;
  font-size: 12px;
  cursor: pointer; }

#profile-section #enabled-button {
  display: none;
  font-weight: bold;
  cursor: pointer; }

.codebox {
  word-break: break-all;
  overflow: auto;
  width: 95.5%;
  padding-right: 15px;
  padding-left: 15px;
  color: #FFF;
  background-color: #ff5500;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  margin: 20px 0 20px 0;
  font-family: 'Open Sans', sans-serif; }

.iframe-shop-code {
  word-break: break-all;
  font-family: monospace; }

.enabled-text0, .enabled-text1, .enabled-text2, .hide-unique {
  display: none; }

#iframe-blackout {
  display: none;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999; }
  #iframe-blackout .iframe-close {
    position: absolute;
    top: 5%;
    right: 10%;
    cursor: pointer; }
  #iframe-blackout #iframe-popup-view {
    position: fixed;
    z-index: 9999999;
    left: 50%;
    margin-left: -470px;
    top: 10%;
    box-shadow: 1px 1px 5px #444; }
  #iframe-blackout .iframe-wrap #iframe-slideout-view {
    position: absolute;
    box-shadow: 1px 1px 5px #444; }
  #iframe-blackout .iframe-wrap .iframe-open {
    position: absolute;
    cursor: pointer;
    left: -115px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    top: 20%;
    font-weight: bold;
    background-color: #454444;
    padding-left: 20px;
    text-transform: uppercase;
    color: white;
    font-family: 'nerisblack', serif;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg); }
    #iframe-blackout .iframe-wrap .iframe-open img {
      vertical-align: middle;
      padding-left: 15%;
      padding-bottom: 2%;
      width: 15%;
      height: auto; }
  #iframe-blackout .iframe-wrap .iframe-open::after {
    background-image: url("/public/images/arrow-down.png");
    background-size: cover;
    width: 15%;
    height: 40px;
    margin-left: 15%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: middle;
    content: ""; }
  #iframe-blackout .iframe-wrap .iframe-open.active::after {
    background-image: url("/public/images/arrow-up.png");
    background-size: cover;
    width: 15%;
    height: 40px;
    margin-left: 25%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: middle;
    content: ""; }

#iframe-shop-view {
  height: 100%;
  overflow: auto;
  padding-bottom: 5px; }

.iframe-view {
  background: #fff; }

body.iframe-view .footer_small a:nth-child(1), body.iframe-view .footer_small a:nth-child(2), body.iframe-view .footer_small a:nth-child(7) {
  display: none; }

body.iframe-view .footer_small span a:nth-child(1) {
  display: inline;
  margin: 0; }

div#copyrightConfirm a {
  color: #ff5500; }

div#copyrightConfirm a:hover {
  color: #000; }

/* FOO BAR */
body.index_index .info-glowna {
  width: 960px;
  margin: 0px auto;
  height: 270px;
  background: url(/img/default/layout/zarabianie-bg.png) no-repeat center;
  margin-top: 20px;
  text-align: center; }

body.index_index .info-glowna div:first-child {
  font-family: 'nerisblack', sans-serif;
  font-size: 20px;
  padding: 20px;
  text-align: left; }

body.index_index #play-video {
  position: absolute;
  margin-top: -100px;
  font-family: 'nerisblack', sans-serif;
  font-size: 18px;
  cursor: pointer; }

#play-video .video {
  background-image: url("/img/default/layout/home-sprite.png");
  background-position: 152px -141px;
  width: 72px;
  height: 105px; }

#play-video:hover {
  color: #ff5500; }

body.index_index div#czyt_wiecej {
  text-align: right;
  font-family: 'nerisblack', sans-serif;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  bottom: -10px; }

div#czyt_wiecej a:hover {
  color: #ff5500; }

body {
  top: 0 !important; }

/*div.skiptranslate iframe#:2.container.goog-te-banner-frame.skiptranslate
{
    visibility: hidden !important
}*/
.goog-te-banner-frame {
  top: 110% !important; }

.goog-te-menu-frame {
  border: solid 1px #eee !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*div#:1.menuBody.goog-te-menu2
{
    border: 1px solid #eee !important
}*/
.goog-te-menu2 {
  border: 1px solid #eee !important; }

div.info-hurt {
  width: 215px;
  height: 111px;
  position: fixed;
  background: #eee;
  color: #444;
  top: 400px;
  left: -177px;
  z-index: 16777251;
  cursor: pointer; }

span.hurt-hidden {
  width: 172px;
  height: 111px;
  vertical-align: text-bottom; }

span.hurt-hidden > div:first-child {
  margin: 18px 20px;
  font-family: 'nerisblack', sans-serif;
  font-size: 18px; }

div.hurt-tel {
  font-family: 'Open Sans',sans-serif;
  color: #f50;
  font-size: 16px;
  margin: 0px 20px; }

div.hurt-tel span {
  color: #444; }

span.hurt-button {
  width: 35px;
  border-left: solid 1px #fff; }

/*Produkt dnia*/
@media only screen and (max-width: 960px) {
  #counter-wrap .counter-scream {
    margin-right: 5px !important;
    font-size: 20px !important;
    line-height: 32px !important; }

  #counter-wrap, .koszulka-dnia-sklep {
    font-size: 12px !important; }

  #left-shirt, #right-shirt {
    height: 362px !important; } }
@media only screen and (min-width: 960px) {
  #left-shirt, #right-shirt {
    height: 452px !important; } }
@media only screen and (min-width: 1400px) {
  #counter-wrap .counter-spiesz {
    font-family: 'neris', sans-serif;
    font-size: 16px !important;
    color: #f50;
    position: absolute;
    right: 190px;
    top: 12px; }

  #left-shirt, #right-shirt {
    height: 555px !important; }

  #counter-wrap .counter-spiesz {
    width: 105px !important; } }
#left-shirt .cena, #right-shirt .cena {
  background: #f50;
  width: 130px !important;
  padding: 5px;
  font-family: 'nerisblack', sans-serif;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-top: 15px; }

.shirt-zamow {
  background: #f50;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 140px !important;
  padding: 5px;
  font-family: 'nerisblack', sans-serif;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s; }

.shirt-zamow:hover {
  background: #444;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s; }

#left-shirt .shirt-options div, #right-shirt .shirt-options div {
  display: inline-block !important;
  cursor: pointer; }

.shirt-options {
  background: #fff;
  height: 66px;
  padding: 0 20px;
  width: 195px !important;
  position: absolute;
  bottom: 20px;
  left: 0; }

.shirt-options .color {
  width: 46px !important;
  height: 26px;
  border-radius: 4px;
  margin: 15px 5px;
  border: solid 1px #eee; }

.shirt-options .color.active {
  border-color: #f50; }

.shirt-options .color:hover {
  border: solid 1px #f50; }

.gender-man {
  background: url(/img/default/layout/produkt-dnia/shirt-options.png) no-repeat;
  background-position: -64px 0px;
  width: 64px !important;
  height: 64px; }

.gender-man:hover {
  background-position: -64px -64px; }

.gender-man.active {
  background-position: -64px -64px; }

.gender-wom {
  background: url(/img/default/layout/produkt-dnia/shirt-options.png) no-repeat;
  background-position: -128px 0px;
  width: 64px !important;
  height: 64px; }

.gender-wom:hover {
  background-position: -128px -64px; }

.gender-wom.active {
  background-position: -128px -64px; }

.shirt-zoom {
  background: url(/img/default/layout/produkt-dnia/shirt-options.png) no-repeat;
  background-position: 0px 0px;
  width: 64px !important;
  height: 64px; }

.shirt-zoom:hover {
  background-position: 0px -64px; }

.shirt-zoom.active {
  background-position: 0px -64px; }

#left-shirt {
  float: left;
  width: 48.5% !important;
  height: 100%;
  background: url(/img/default/layout/produkt-dnia/wzor-meski-brain.png) no-repeat;
  background-position: 0%;
  background-color: #ddd;
  position: relative;
  background-size: auto 100%; }

#right-shirt {
  float: right;
  width: 48.5% !important;
  height: 100%;
  background: url(/img/default/layout/produkt-dnia/wzor-damski-brain.png) no-repeat;
  background-position: 0%;
  background-color: #ddd;
  position: relative;
  background-size: auto 100%; }

#counter-wrap {
  position: relative;
  top: 18px;
  background: #eee;
  padding: 10px 0px;
  padding-bottom: 15px;
  width: 960px;
  margin: 0 auto;
  font-family: 'nerisblack', sans-serif;
  font-size: 16px; }

#counter-wrap div {
  display: inline-block; }

#counter-wrap .counter-scream {
  margin-right: 10px;
  font-size: 32px;
  color: #f50;
  vertical-align: top;
  line-height: 42px;
  margin-left: 10px; }

#counter-wrap .counter-text {
  max-width: 500px; }

#counter-wrap .counter-spiesz {
  font-family: 'neris',sans-serif;
  font-size: 13px;
  color: #444;
  position: absolute;
  top: 2px;
  width: 90px;
  right: 14px; }

#counter {
  float: right;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 100px;
  line-height: 37px;
  color: #fff;
  text-align: right; }

.slide-dnia {
  width: 960px; }

.koszulka-dnia-sklep {
  width: 450px;
  display: block;
  color: #f50;
  font-size: 14px; }

@media only screen and (max-width: 480px) {
  #left-shirt, #right-shirt {
    height: 150px !important; }

  #left-shirt .cena, #right-shirt .cena {
    width: 60px !important;
    font-size: 20px !important; }

  .shirt-options {
    display: none !important; }

  .shirt-zamow {
    width: 80px !important;
    line-height: 26px !important;
    font-size: 18px !important; }

  #counter-wrap {
    width: 320px !important; }

  #counter-wrap .counter-text {
    padding: 0 !important;
    margin-left: 10px;
    margin-top: 5px;
    max-width: 300px; }

  #counter-wrap .counter-spiesz {
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 245px; }

  .koszulka-dnia-sklep {
    width: 280px; }

  div.order_nav {
    min-width: 320px; }

  #individual_size {
    display: none !important; }

  div.address_form.create_account {
    width: 285px; }

  div.address_form.create_account label:first-child {
    width: 265px; }

  div.address_form.create_account span input {
    width: 110px; }

  .footer_small a:first-child {
    margin-left: 0px !important; } }
div.owl-pagination {
  display: none !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #cupsell_logo {
    background: url(/img/default/layout/logo-cups-mobile.png) no-repeat;
    background-size: 100px; } }
/*Produkt dnia - koniec*/
/*Iframe poprawki*/
body.iframe-view div#google_translate_element div.skiptranslate.goog-te-gadget div.goog-te-gadget-simple {
  padding-left: 18px !important; }

body.iframe-view .goog-te-gadget-simple .goog-te-menu-value {
  color: #000 !important; }

body.iframe-view .goog-te-gadget-simple {
  background-color: #fff !important; }

body.iframe-view div#simplemodal-overlay.simplemodal-overlay {
  display: none !important; }

/*Produkt dnia - koniec*/
.hide {
  display: none; }

/* wyszukiwarka nowe */
#all_products_wrapper .prod_zoom.animation {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all; }

#all_products_wrapper .prod_zoom.animation.ng-enter {
  opacity: 0; }

#all_products_wrapper .prod_zoom.animation.ng-leave {
  opacity: 1; }

#all_products_wrapper .prod_zoom.animation.ng-enter.ng-enter-active {
  opacity: 1; }

#all_products_wrapper .prod_zoom.animation.ng-leave.ng-leave-active {
  opacity: 0; }

#all_products_wrapper .prod_zoom {
  text-align: center;
  font: 0/0 a;
  display: block; }

#all_products_wrapper .prod_zoom:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

#all_products_wrapper .prod_zoom img {
  display: inline-block;
  vertical-align: middle; }

.szukaj .search_b {
  border: 0;
  font-family: 'Lato', sans-serif;
  line-height: 100%; }

.filtered #all_products_wrapper > .product_wrap {
  margin-right: 3px; }

#all_products_wrapper .prod_thumb img {
  width: 100%;
  height: 100%; }

.suggestion_info {
  margin: 19px 0 10px 0; }

.suggestion_info p {
  font-size: 14px; }

.suggestion_info p strong {
  font-weight: 700;
  color: #ff5500; }

.suggestion_info p a {
  font-weight: 700; }

.product_search_no_results {
  border-top: 4px solid #e6e6e6;
  background: transparent url("/img/default/layout/clear/product_search_no_results.png") left center no-repeat;
  border-bottom: 4px solid #e6e6e6;
  float: right;
  width: 100%;
  min-height: 417px; }
  .product_search_no_results.new {
    border-top: 0;
    border-bottom: 0; }

.product_search_no_results section {
  font-family: 'Open Sans', sans-serif;
  float: right;
  text-align: right; }

.product_search_no_results section p {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0 20px 0;
  line-height: 130%;
  color: #231f20; }

.product_search_no_results section p strong {
  font-weight: 700;
  color: #f15822; }

.product_search_no_results section a {
  background-color: #f15722;
  border: 1px solid #f15722;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 7px 15px 8px 15px;
  font-family: 'nerisblack', sans-serif; }

.product_search_no_results section a:hover {
  background-color: #fff;
  color: #f15722; }

body.iframe-view #InteliwiseSaaSModule_win_wrapper {
  display: none !important; }

.learn-button {
  float: right;
  position: relative;
  top: -45px;
  font-family: nerisblack;
  color: #fff;
  background: #f50;
  padding: 9px 45px 10px 10px;
  background-image: url(/img/default/layout/button-wideo.png);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer; }

.learn-button:hover {
  background: #ddd;
  color: #fff !important;
  background-image: url(/img/default/layout/button-wideo.png);
  background-repeat: no-repeat;
  background-position: right; }

div#learn-video {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 16px; }

div#learnVid {
  margin: 0 auto;
  width: 400px;
  margin-top: 200px; }

div#learnVid > #close-video {
  font-family: 'nerisblack';
  margin: 10px 0px; }

.mask-container {
  position: relative;
  display: inline-block; }

.hidden.mask-container {
  position: relative;
  display: none; }

.high-preview .mask-container {
  display: inline-block; }

.image-mask {
  position: absolute;
  top: 0;
  left: 0; }

i.icon-star.active.rated {
  color: #ff5500; }
  i.icon-star.active.rated .promoted-slider > .display-none {
    display: none !important; }

.marked-text {
  color: #ff5500; }

.rb p {
  line-height: 130%; }

.podst_wrap {
  margin-top: 25px;
  background: #fff; }

.header {
  background: url(https://data3.cupsell.pl/frontend/podstrony/header_bg.png) left bottom no-repeat;
  width: 100%;
  height: 152px;
  margin: 0; }

.h_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 150px !important;
  margin-left: 64px;
  width: 550px;
  float: left;
  color: #555; }

.prac_wrap {
  width: 33%;
  float: left; }

.prac_wrap img {
  position: relative;
  left: 50%;
  margin-left: -107px; }

.prac_podpis {
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 14px; }

.prac_podpis h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  color: #ef8237;
  line-height: 26px; }

.parag_wrap {
  width: 830px;
  position: relative;
  left: 50%;
  margin-left: -420px;
  margin-top: 0; }

.p_icon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top; }

.p_text {
  width: 710px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
  color: #444; }

.p_text h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px !important;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 25px; }

.shadow {
  background: url(https://data3.cupsell.pl/frontend/podstrony/shadow.png) no-repeat 95% center;
  width: 100%;
  height: 80px;
  margin-bottom: -20px;
  margin-top: 20px; }

.podstrony {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #aaa; }

.head_graf_prywat {
  width: 100%;
  margin-top: -130px;
  height: 200px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/h_prywat.png) no-repeat 100% center; }

.i_prywat {
  background: url(https://data3.cupsell.pl/frontend/podstrony/lock.png) no-repeat;
  width: 93px;
  height: 93px; }

.head_graf_reg {
  width: 100%;
  margin-top: -130px;
  height: 200px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/h_regulamin.png) no-repeat 80% center; }

.i_reg {
  background: url(https://data3.cupsell.pl/frontend/podstrony/parag.png) no-repeat;
  width: 93px;
  height: 93px; }

.reg div.odp {
  margin-left: 20px !important; }

.reg .p_text {
  width: 680px !important; }

.head_graf_pom {
  width: 100%;
  margin-top: -130px;
  height: 200px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/head_graf_pomoc.png) no-repeat 80% center; }

.i_order {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -508px -125px;
  width: 93px;
  height: 93px; }

.i_earn {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: 0 -250px;
  width: 93px;
  height: 93px; }

.i_prod {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -128px -250px;
  width: 93px;
  height: 93px; }

.pyt {
  color: #ef8237;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px; }

.head_graf_jak {
  width: 100%;
  margin-top: -130px;
  height: 200px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/head_graf_jakosc.png) no-repeat 90% center; }

.i_shirt {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -128px -125px;
  width: 93px;
  height: 93px; }

.i_diam {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -253px -125px;
  width: 93px;
  height: 93px; }

.i_lupa {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -380px -125px;
  width: 93px;
  height: 93px; }

.head_graf_onas {
  width: 100%;
  margin-top: -130px;
  height: 200px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/head_graf_onas.png) no-repeat 95% center; }

.i_bulb {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -380px 0;
  width: 93px;
  height: 93px; }

.i_ppl {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -508px 0;
  width: 93px;
  height: 93px; }

.i_you {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: 0 -125px;
  width: 93px;
  height: 93px; }

.ludzie {
  width: 920px;
  margin-top: 40px;
  position: relative;
  left: 50%;
  margin-left: -465px; }

.marcin img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/marcin_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.marcin:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/marcin.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.kamil img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/kamil_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.kamil:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/kamil.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.kasia img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/kasia_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.kasia:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/kasia.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.mateusz img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/mateusz_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.mateusz:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/mateusz.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.ania img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/ania_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.ania:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/ania.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.mariusz img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/mariusz_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.mariusz:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/mariusz.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.aga img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/aga_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.aga:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/aga.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.grazyna img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/grazyna_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.grazyna:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/grazyna.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.norbert img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/norbert_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.norbert:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/norbert.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.marek img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/marek_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.marek:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/marek.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.piotrek img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/piotrek_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.piotrek:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/piotrek.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.karola img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/karola_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.karola:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/karola.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

.kamil2 img {
  position: relative;
  left: 50%;
  margin-left: -107px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/kamil2_s.jpg) center;
  background-size: 100%;
  -webkit-transition: background-size ease-out 1s;
  -moz-transition: background-size ease-out 1s;
  -o-transition: background-size ease-out 1s;
  -ms-transition: background-size ease-out 1s;
  transition: background-size ease-out 1s; }

.kamil2:hover img {
  background: url(https://data3.cupsell.pl/frontend/podstrony/team/kamil2.jpg) center;
  -webkit-transition: background-size 1s;
  -moz-transition: background-size 1s;
  -o-transition: background-size 1s;
  -ms-transition: background-size 1s;
  transition: background-size 1s;
  background-size: 120%; }

body {
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif; }

.rb p a {
  color: #ff5500; }

.rb p a:hover {
  color: #555; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 12px;
  margin: 8px 0;
  padding: 0;
  color: #666; }

textarea {
  border: solid 1px #ccc; }

#profile-section .rb ul.errors li {
  color: #ff5500; }

#profile-section .lb h3, #profile-section .rb h3 {
  padding: 25px 0 20px;
  border-bottom: solid 4px #ddd;
  font-family: nerisblack, serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase; }

#profile-section form dl.zend_form select#shops {
  width: 220px; }

#profile-section form dl.zend_form {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  max-width: 600px; }

#profile-section form dl.zend_form dd input {
  background: #f2f2f2;
  border: none;
  padding: 5px; }

#profile-section form dl.zend_form dd input[type=text], #profile-section form dl.zend_form dd input[type=password], body.account_shop-settings #profile-section form dl.zend_form dd input[type=text], input#background {
  width: 220px; }

#profile-section form dl.zend_form dd#submit-element input#submit {
  width: 230px;
  background: #ff5500;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }

#profile-section form dl.zend_form dd p.description {
  font-size: 11px;
  color: #888; }

dd#external_domain-element input#external_domain, dd#external_domain-element p.description {
  width: 220px; }

#profile-section form dl.zend_form dt#inform_register-label, #profile-section form dl.zend_form dt#inform_commission-label {
  text-align: left;
  float: none;
  width: auto;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  padding-left: 8px;
  text-transform: none; }

#profile-section form dl.zend_form dt {
  color: #555;
  font-size: 11px;
  font-family: nerisblack, sans-serif;
  text-transform: uppercase; }

ul.ui-multiselect-checkboxes.ui-helper-reset {
  width: 100%; }

div.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
  background: #fff;
  border: solid 1px #ddd;
  border-top: none; }

form dl {
  display: inline-block; }

form dt label {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  display: block;
  padding: 0 14px 0 0; }

form dt {
  float: left;
  clear: left;
  width: 35%;
  text-align: right;
  margin: 0 0 0px; }

form dd {
  margin: 0 0 8px; }

form dd label {
  font-size: 12px;
  color: #999;
  font-weight: bold; }

#profile-section {
  display: inline-block;
  width: 100%;
  min-height: 400px;
  margin: 25px auto;
  background: #fff; }

#user_avatar_container {
  margin: 10px 0 20px; }

#profile-section .lb {
  width: 243px;
  padding: 0 25px; }

#profile-section .lb ul li {
  font-family: nerisblack, sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 1px;
  background: #f2f2f2;
  text-transform: uppercase; }

#profile-section .lb ul li.active a {
  color: #fff; }

#profile-section .lb ul li#add-new-shop {
  background: #ddd; }

#profile-section .lb ul li#add-new-shop.active {
  background: #ff5500; }

#profile-section .lb ul li.shop_name > a.down {
  background: url(/img/default/layout/arrow_bot.png) no-repeat 190px center; }

#profile-section .lb ul li.shop_name > a.up {
  background: url(/img/default/layout/arrow_top.png) no-repeat 190px center; }

#profile-section .lb ul li a {
  font-size: 12px;
  color: #666;
  padding: 12px 0 12px 10px;
  display: block; }

a.toggle-shop.down, a.toggle-shop.up {
  color: #ff5500 !important; }

a.toggle-shop.down:hover, a.toggle-shop.up:hover {
  color: #555 !important; }

#shop_add_form #subd-element .description {
  float: right;
  font-size: 14px;
  color: #555;
  font-weight: 600; }

#profile-section .lb > form > ul > li > a {
  background: url(/img/default/layout/arrow_bot.png) no-repeat 190px center; }

#profile-section .lb > form > ul > li.opened > a {
  background-image: url(/img/default/layout/arrow_top.png); }

#profile-section .lb ul li ul li.active a {
  background-color: #ff5500;
  color: #fff;
  font-weight: normal; }

#profile-section .lb ul li.active {
  background: #ff5500;
  color: #fff; }

#profile-section .lb ul li ul li {
  margin-bottom: 0; }

#profile-section .lb ul li ul {
  margin: 6px 0 6px 10px;
  padding-right: 10px; }

#profile-section .lb ul li ul li a {
  border: none;
  padding: 0 0 0 7px;
  line-height: 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none; }

a.base_menu {
  font-weight: 600; }

#profile-section .lb ul {
  margin: 25px 0; }

#profile-section .lb, #profile-section .rb {
  float: left; }

#profile-section .rb .fieldset2 .phone_number p {
  display: inline-block;
  margin-left: 80px; }

#profile-section .rb .fieldset2 input {
  margin: 5px 26px; }

#pay_for_transaction, #cancel_transaction {
  display: inline-block;
  margin: 10px 0 40px 10px;
  font-size: 14px; }

#profile-section .rb {
  width: 587px;
  border-left: 1px solid #ebebeb;
  padding: 0 0 25px 25px;
  min-height: 520px;
  position: relative; }

.api_header {
  margin-top: 30px; }

#profile-section .rb .api {
  padding: 0 0 0 47px;
  background: url(/img/default/layout/ico_warn.png) no-repeat left center;
  margin: 22px 0; }

#profile-section .rb .api a {
  text-decoration: underline; }

#profile-section .rb .api * {
  font-size: 12px;
  color: #565656;
  margin: 0; }

#user-account-balance {
  background-color: #f50;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  padding-left: 14px;
  margin: 0 0 20px;
  display: block; }

#discount_description {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#profile-section .rb .spacingTopH {
  margin-top: 40px; }

#profile-section .rb .heading_underline {
  margin-bottom: 28px; }

#profile-section .rb form {
  margin: 12px 0 30px; }

#profile-section .lb .shop_limits {
  padding: 15px 0px 0 47px;
  height: 20px;
  background: url(/img/default/layout/ico_warn.png) no-repeat left center;
  margin: 22px 0; }

strong {
  font-weight: bold;
  color: #444; }

#profile-section .lb .shop_limits a {
  text-decoration: underline; }

#profile-section .lb .shop_limits * {
  font-size: 12px;
  color: #565656;
  margin: 0; }

#profile-section .rb .product_box {
  margin: 0 9px 0 0; }

div#design_colors div.color_wrapper div:first-child {
  border: solid 1px #f2f2f2 !important; }

#profile-section .rb button.button.remove_that_color {
  background: #f2f2f2;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-transform: none;
  border: none;
  padding: 0;
  min-width: inherit;
  height: 25px !important;
  margin-bottom: 10px;
  box-sizing: border-box; }

#profile-section .rb button.button {
  background: #ff5500;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px;
  min-width: 230px; }

#profile-section .rb input#newsletter_submit.button, #profile-section .rb input#newsletter_submit_and_confirm.button {
  background: #ff5500;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px;
  min-width: 230px; }

#profile-section .rb input#newsletter_cancel.button {
  background: #555;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px 28px; }

#profile-section form dl.zend_form dt#text-label, #profile-section form dl.zend_form dt#widget_text-label, #profile-section form dl.zend_form dt#description-label {
  width: 35%;
  text-align: right; }

#profile-section .rb dt#user_exfiles_checkbox-label label.optional, #profile-section .rb dt#user_exfile1_id-label label.optional {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif; }

ul.button_menu_incontent li a {
  background: #ff5500;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px 20px; }

ul.button_menu_incontent li {
  display: inline-block; }

ul.button_menu_incontent {
  margin-top: 20px; }

table.data {
  width: 100%; }

table.data thead td {
  font-size: 10px;
  color: #999;
  padding: 0 0 5px 16px; }

table.data tbody {
  font-size: 12px;
  color: #565656; }

table.data tbody tr {
  border: 1px solid #ebebeb; }

table.data tfoot tr td {
  padding: 16px 12px 18px 16px;
  font-size: 12px;
  font-weight: bold;
  color: #565656;
  text-align: right; }

table.data tfoot tr td.bg {
  background-color: #565656;
  color: #fff;
  text-align: left; }

table.data tbody tr td {
  padding: 16px;
  vertical-align: middle; }

table.private_messages .unread {
  background-color: #ebebeb;
  font-weight: bold; }

table.private_messages .separator {
  border: none; }

table.private_messages .subject a {
  color: #565656; }

table.private_messages .show_more {
  background: url(/img/default/layout/arrow_top.png) no-repeat;
  width: 19px;
  height: 13px;
  display: block;
  float: right; }

table.private_messages .expanded .show_more {
  background-image: url(/img/default/layout/ico_arrow_down_hover.png); }

table.private_messages tr.expanded, table.private_messages .head_tr {
  border-bottom: none !important; }

table.private_messages tr.expanded * {
  color: #fc7e20; }

table.private_messages .message-content {
  border-top: none;
  border-bottom: 1px solid #ebebeb !important; }

table.private_messages .message-content td {
  color: #565656;
  padding-top: 0;
  font-size: 11px; }

table.private_messages .separator td {
  padding: 0;
  height: 10px; }

table td {
  vertical-align: top; }

button#submit, div#add_opinion_button button.button.medium {
  width: 37%;
  background: #ff5500;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  clear: both;
  margin-right: 5px;
  cursor: pointer;
  height: 40px; }

div#cart_inpost {
  background: #fff; }

.products_box {
  margin: 14px 0 28px;
  position: relative; }

.products_box h3 {
  margin-left: 18px; }

.products_box .heading_underline {
  margin: 0 0 19px 18px; }

.products_box .navigation_boxes {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 11px 0 0; }

div#shop_items.inlineBlock.ui-sortable {
  min-width: 600px;
  margin-bottom: 25px; }

.product_box {
  width: 190px;
  padding: 10px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
  zoom: 1;
  overflow: hidden; }

.widgets {
  background: none !important; }

.widget_box {
  background: none !important;
  height: 300px; }

.product_box.product_64_box {
  background: url(/img/default/layout/product_64_bg.png) no-repeat left top;
  width: 77px;
  height: 73px;
  padding: 4px 0 0 7px;
  float: none;
  margin-right: 0; }

.product_box.product_tiniest_box {
  background: url(/img/default/layout/product_tiniest_bg.png) no-repeat left top;
  width: 88px;
  height: 87px;
  padding: 4px 0 0 8px;
  margin: 0 16px 0 0; }

.product_box.product_enormous_box {
  background: url(/img/default/layout/product_enormous_bg.png) no-repeat left top;
  width: 401px;
  height: 395px;
  padding: 20px 0 0 35px;
  float: none; }

.product_box.product_large_box {
  background: url(/img/default/layout/product_large_bg.png) no-repeat left top;
  width: 278px;
  padding: 14px 0 0 24px;
  margin: 0 35px 0 0; }

.product_box .product_side_switcher {
  position: absolute;
  left: 0;
  top: 92px; }

.product_box .product_side_switcher li {
  width: 19px;
  height: 18px;
  display: block;
  margin-bottom: 2px;
  background-color: #e0e0e0;
  text-align: center; }

.product_box .product_side_switcher li.active {
  background-color: #565656; }

.product_box .product_side_switcher li.active a {
  color: #fff; }

.product_box .product_side_switcher li a {
  line-height: 18px;
  font-size: 10px;
  color: #656472;
  display: block; }

.product_box.product_large_box .product_side_switcher {
  left: 1px;
  bottom: 75px;
  top: auto; }

.product_box.product_large_box .product_side_switcher li {
  width: 23px;
  height: 21px;
  margin-bottom: 2px; }

.product_box.product_large_box .product_side_switcher li a {
  line-height: 21px;
  font-size: 11px; }

.product_box.product_small_box {
  background-position: -10px -326px;
  width: 157px;
  height: 156px;
  padding: 8px 0 0 14px;
  margin: 0 28px 0 0; }

.product_box.product_tiny_box {
  background-position: -10px -510px;
  width: 111px;
  height: 111px;
  padding: 6px 0 0 11px;
  margin: 0 16px 0 0; }

.product_box.last {
  margin-right: 0 !important; }

.product_box .product_image {
  position: relative;
  min-height: 260px;
  overflow: hidden; }

.product_box .product_image a {
  display: inline-block; }

.product_box .product_image img {
  display: block;
  width: 190px;
  height: 280px; }

.product_box.product_64_box .product_image img {
  width: 64px;
  height: 64px; }

.product_box.product_large_box .product_image img, .product_box.product_large_box .product_print img {
  width: 255px;
  height: 255px; }

.product_box.product_enormous_box .product_image img {
  width: auto;
  height: 369px; }

.product_box.product_large_box img.product_print_image {
  width: auto;
  height: auto;
  box-shadow: none;
  margin: 0 auto;
  max-width: 255px;
  max-height: 255px; }

.product_box.product_enormous_box .product_image img.product_print_image {
  width: auto;
  height: auto;
  box-shadow: none;
  margin: 0 auto;
  max-width: 368px;
  max-height: 368px; }

.product_box.product_enormous_box .product_image_version .pr_images {
  width: 368px;
  height: 368px; }

.product_box.product_tiniest_box .product_image img {
  width: 80px;
  height: 80px; }

.product_box.product_small_box .product_image img {
  width: 145px;
  height: 145px; }

.product_box.product_tiny_box .product_image img {
  width: 102px;
  height: 102px; }

.product_box .product_name_and_buy {
  width: 100%; }

.product_box .product_name_and_buy p {
  margin: 14px 0 0; }

.product_box .product_name_and_buy p a {
  text-align: left;
  font-size: 12px !important;
  font-weight: bold;
  color: #656472;
  display: block;
  background-color: transparent;
  line-height: normal !important;
  height: auto;
  margin: 0; }

.product_box.product_large_box .product_name_and_buy p a {
  width: 160px !important; }

.latest_buys_in {
  color: inherit; }

#latest_buys_shirts_block {
  overflow: hidden; }

.product_box.product_large_box .product_name_and_buy p {
  font-size: 14px;
  margin: 22px 0 0; }

.product_box .product_image .price_label, .product_box .product_images_wrapper .price_label {
  background-position: -10px -267px;
  width: 81px;
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 0; }

.product_box.product_large_box .product_images_wrapper .price_label {
  background-position: -216px -644px;
  width: 113px;
  height: 53px; }

.product_box.product_large_box .product_image .price_label {
  background-position: -216px -644px;
  width: 113px;
  height: 53px; }

.product_box .product_images_wrapper .price_label p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 39px;
  margin: 0; }

.product_box .product_image .price_label p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 39px;
  margin: 0; }

.product_box.product_large_box .product_images_wrapper .price_label p {
  font-size: 21px;
  line-height: 53px; }

.product_box.product_large_box .product_image .price_label p {
  font-size: 21px;
  line-height: 53px; }

div#shop_items .button {
  background: #555;
  font-family: nerisblack, serif;
  font-size: 12px;
  color: #fff;
  padding: 3px 5px;
  margin-right: 3px; }

div#shop_products_list button.button {
  width: 218px;
  background: #ff5500;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  clear: both;
  margin-right: 5px;
  cursor: pointer; }

div#shop_items .button:hover {
  background: #ff5500; }

div.profit_and_price p span {
  color: #ff5500;
  float: right;
  font-weight: 600; }

div#shop_products_list.rb {
  font-family: 'Open Sans', sans-serif; }

div#shop_products_list.rb select {
  width: 190px;
  margin-bottom: 15px; }

div#shop_products_list.rb label {
  display: block;
  font-size: 14px;
  color: #555; }

#cart_confirm {
  padding: 25px;
  background: #fff; }

#order-pay-view {
  background-color: #fff; }

#cart_confirm #cart_infobox p, #cart_confirm #cart_infobox li, #cart_confirm #cart_infobox strong {
  font-size: 12px;
  margin: 0;
  line-height: 160%;
  color: #565656; }

#cart_confirm #cart_infobox strong {
  font-weight: bold; }

#cart_confirm #cart_infobox span {
  color: #ff5500;
  font-weight: bold; }

#cart_confirm #cart_infobox {
  width: auto; }

#cart_confirm #cart_infobox td h4 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  font-family: Roboto, sans-serif; }

#cart_confirm #cart_infobox td textarea#user_note_delivery.invalid {
  border: solid thin red !important; }

#cart_confirm #cart_infobox td ul.errors li {
  color: red;
  font-size: 12px; }

#cart_confirm #cart_infobox td.no_bg.small {
  height: 100%;
  padding: 0; }

#cart_confirm #cart_infobox td.no_bg.small h3 {
  margin: 0; }

#cart_confirm #cart_infobox td.no_bg > div {
  text-align: right; }

#cart_confirm #cart_infobox div h4 span {
  font-size: 22px; }

#cart_confirm h3, div.payment_infos h3, div.left-box h3, table#register_table h3 {
  font-family: nerisblack, serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase; }

#cart_confirm #cart_infobox td.no_bg {
  padding: 10px 0;
  background-color: transparent; }

#cart_confirm #cart_infobox td {
  border-right: solid 10px #fff;
  border-top: solid 10px #fff;
  max-width: 450px;
  background-color: #f1f1f1;
  padding: 20px 0 20px 20px;
  height: 106px;
  vertical-align: top; }

#cart_infobox textarea {
  max-width: 445px;
  height: 40px; }

#cart_confirm #cart_infobox td.no_bg a {
  background: url(/img/default/layout/button_make_order.png) no-repeat;
  display: block;
  width: 200px;
  height: 43px;
  position: static;
  float: right; }

#cart_confirm #cart_infobox td.no_bg button {
  padding: 0;
  border: 0;
  display: block;
  position: static;
  float: right;
  margin: 10px 0;
  cursor: pointer; }

#cart_confirm #cart_infobox td.no_bg button > img {
  padding: 0;
  border: 0;
  display: block; }

#cart_confirm #cart_infobox td a {
  display: block;
  background: url(/img/default/layout/cart_change_button.png) repeat-x;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #ff5500;
  text-align: right;
  position: relative;
  right: 20px;
  line-height: 0; }

.payment_infos {
  padding: 18px 0 0 25px;
  width: 100%; }

.payment_infos p .marked_text {
  background-color: #ff5500;
  color: #fff;
  font-weight: bold;
  padding: 5px 8px; }

.payment_infos p .marked_text.grey {
  background-color: #999; }

#payment_infos_numbers {
  width: 340px; }

#choose_your_bank {
  margin: 10px 0 0 0;
  display: block;
  clear: both; }

#payment_infos_text {
  float: left;
  width: 95%;
  background-color: #ebebeb;
  padding: 0;
  margin: 25px; }

#payment_infos_text p {
  padding: 0;
  margin: 25px; }

#kanaly {
  padding: 25px 0;
  display: block; }

#kanaly form {
  display: inline-block; }

#kanaly div.selected {
  border: 2px solid #1E63A9;
  border-radius: 4px 4px 4px 4px;
  margin: 3px 3px -1px -1px; }

#kanaly div {
  background-position: left top;
  background-repeat: no-repeat;
  border: 1px solid #DADADA;
  cursor: pointer;
  float: left;
  height: 88px;
  margin-right: 4px;
  margin-top: 4px;
  padding: 5px;
  position: relative;
  width: 135px;
  z-index: 4; }

#kanaly div p.label {
  border: 0 none;
  bottom: 0;
  color: #345565;
  cursor: pointer;
  font-size: .625em;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 0 0 3px;
  position: absolute;
  right: 0;
  text-align: center; }

div.right-box {
  display: none; }

div.left-box {
  background: #fff;
  padding: 25px; }

div.left-box p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #555; }

div#user-opinion {
  min-height: 500px;
  padding: 25px 40px; }

.contact_left {
  margin-left: 50px;
  margin-top: 75px;
  float: left; }

.ico_tel {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: 0 0;
  width: 93px;
  height: 93px;
  float: left; }

.ico_mail {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -126px 0;
  width: 93px;
  height: 93px;
  float: left; }

.ico_adres {
  background: url(https://data3.cupsell.pl/frontend/podstrony/layouts_icons.png) no-repeat;
  background-position: -253px 0;
  width: 93px;
  height: 93px;
  float: left; }

.text_icon {
  height: 174px; }

div.contact_left .col_left {
  float: left;
  width: 115px;
  margin-left: 10px;
  margin-top: 20px;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px; }

div.contact_left .col_right {
  float: left;
  width: 155px;
  margin-left: 10px;
  margin-top: 20px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ef8237;
  line-height: 18px; }

.adres {
  float: left;
  width: 115px;
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.adres li:first-child {
  color: #ef8237;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 800; }

.contact_right {
  width: 500px;
  margin-top: -105px;
  float: right; }

.form_frame {
  width: 440px;
  height: 460px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 7px #ccc; }

.form_frame p {
  padding-left: 20px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 70px !important;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  margin-bottom: 0; }

.contact_form input {
  background: #fff;
  width: 416px;
  height: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left: 20px;
  outline: 0; }

.contact_form textarea {
  background: #fff;
  overflow: visible;
  width: 420px;
  height: 70px;
  resize: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 8px;
  outline: 0;
  border-bottom: 1px solid #eee; }

#wyslij {
  background: url(https://data3.cupsell.pl/frontend/podstrony/p_plane.png) no-repeat;
  width: 130px;
  height: 70px;
  margin-left: 310px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left: 20px;
  outline: 0;
  color: #000;
  border-left: 1px solid #eee;
  border-bottom: none; }

#wyslij:hover {
  background: url(https://data3.cupsell.pl/frontend/podstrony/p_plane_hov.png) no-repeat; }

.dane_frame {
  width: 440px;
  height: 240px;
  margin-top: 40px;
  background: url(https://data3.cupsell.pl/frontend/podstrony/frame_bg.png) 100% no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 7px #ccc; }

.dane_frame p {
  padding-left: 20px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 70px !important;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  margin-bottom: 0; }

.dane_left {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px; }

.dane_left h1 {
  color: #ef8237 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600; }

.dane_right {
  float: right;
  width: 230px;
  margin-right: 30px;
  margin-top: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px; }

.obsluga_ludzie {
  width: 850px;
  height: 400px;
  clear: both;
  margin-left: 65px;
  padding-top: 35px; }

.obsluga_ludzie p {
  color: #ef8237;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
  width: 950px; }

.recaptchatable #recaptcha_response_field {
  border: 1px solid #dfdfdf !important;
  width: 275px !important; }

#recaptcha_table {
  border: none !important; }

.submitwrap {
  border-top: 1px solid #eee;
  margin-top: 10px; }

form.contact_form input, form.contact_form textarea {
  border: none;
  border-bottom: solid 1px #eee; }

#shop_newsletter {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 500px;
  box-shadow: 0 0 15px #888888;
  z-index: 6000;
  background-color: #fff; }

.static-page-wrapper {
  background: #fff;
  margin-top: 25px;
  padding: 25px; }
  .static-page-wrapper h2 {
    font-family: nerisblack, serif;
    font-size: 18px;
    color: #000;
    text-transform: uppercase; }

body.document_contact .static-page-wrapper {
  padding: 0; }

div.podst_wrap {
  margin: -25px; }

div#message_links {
  color: #fff;
  padding: 12px 0; }

div#message_links a {
  background: #555;
  width: 200px;
  padding: 5px 20px;
  font-family: nerisblack,sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-right: -5px;
  font-size: 12px; }

div#message_links a:first-child {
  background: #ff5500; }

div#message-history h4 {
  margin: 20px 0;
  font-style: italic;
  color: #555; }

div#profile-section h4 {
  font-weight: 600;
  color: #555;
  font-style: italic;
  margin-bottom: 20px; }

dd#acc_type-element {
  display: none; }

div.inlineBlock.fullWidth.pagination_and_sort {
  width: 100%;
  text-align: center; }

div.inlineBlock.fullWidth.pagination_and_sort li.active {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin: 10px;
  background: #000;
  color: #fff; }

div.inlineBlock.fullWidth.pagination_and_sort li {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin: 10px; }

div.inlineBlock.fullWidth.pagination_and_sort li:hover {
  background: #000;
  color: #fff; }

div#user-opinion div#add_opinion_button button.button.medium {
  margin-bottom: 25px;
  margin-top: 0; }

a.shop_remove button.button {
  width: 100%;
  background: #ff5500;
  font-family: nerisblack, serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px; }

body.account_shop-settings dt#default_pagination-label label.optional, body.account_shop-settings dt#is_public-label label.optional, body.account_shop-settings dt#inform_order-label label.optional, dt#newsletter-label label.optional {
  font-family: neris, sans-serif;
  line-height: 14px;
  text-transform: none; }

input#submit_contact, div.side a {
  background: #ff5500 !important;
  font-family: nerisblack,serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px 8px; }

body.document_contact div.podst_wrap {
  margin: 0; }

html {
  width: 100%;
  overflow-x: hidden !important; }

body.account_generator-settings label.optional {
  line-height: 14px; }

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  background: #fff;
  padding: 10px;
  margin: 2px 0;
  border: solid #ddd; }

#premium {
  margin-bottom: 100px; }

#premium .header {
  height: inherit; }

#premium .header img {
  width: 100%; }

#premium .button {
  position: relative;
  display: block;
  padding: 40px;
  border: 1px solid #D3D3D3;
  margin: 20px 0; }

#premium .button:hover {
  background-color: #F8F8F8;
  border: 1px solid #A2A2A2 !important; }

#premium .button > span {
  display: block; }

#premium span.line1 {
  font-size: 26px; }

#premium span.name {
  font-size: 57px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: NerisBlack; }

#premium_promo {
  background-image: url(/img/default/layout/premium/pre_button_2.png); }

#premium_promo .name {
  color: #FF5500; }

#premium_promo .name span {
  color: #111; }

#premium_fbstore {
  background-image: url(/img/default/layout/premium/pre_button_1.png); }

#premium_fbstore .name {
  color: #3b5998; }

#premium_fbstore .name span {
  color: #111; }

#premium span.price {
  font-size: 30px;
  position: absolute;
  text-align: center;
  top: -10px;
  right: 30px;
  width: 150px;
  height: 60px;
  padding: 50px 0 40px;
  color: #fff;
  border-radius: 120px;
  font-family: NerisBlack; }

#premium span.price span {
  display: block;
  font-size: 18px;
  font-family: Open Sans; }

#premium_promo .price {
  background-color: #FF5500; }

#premium_fbstore .price {
  background-color: #3b5998; }

#premium_sub {
  margin-bottom: 100px; }

#premium_sub .header {
  background: none;
  height: inherit; }

#premium_sub span.line1 {
  font-size: 25px;
  margin-bottom: 10px;
  display: block; }

#premium_sub .header span.name {
  font-size: 57px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: NerisBlack;
  margin-bottom: 30px; }

#premium_sub.__fbstore .header .name {
  color: #3b5998; }

#premium_sub.__promo .header .name {
  color: #FF5500; }

#premium_sub .header .name span {
  color: #111; }

#premium_sub .r_image {
  float: right;
  margin: 0 20px 20px;
  width: 350px;
  height: 350px;
  position: relative; }

#premium_sub.__fbstore .r_image {
  background: url(/img/default/layout/premium/pre_fbstore_screen.png) center no-repeat; }

#premium_sub.__promo .r_image {
  width: 390px;
  height: 450px;
  background: url(/img/default/layout/premium/pre_promo_screen.png) center no-repeat; }

#premium_sub .r_image span.price {
  font-size: 30px;
  position: absolute;
  text-align: center;
  top: -70px;
  right: -10px;
  width: 150px;
  height: 60px;
  padding: 50px 0 40px;
  color: #fff;
  border-radius: 120px;
  background-color: #FF5500;
  font-family: NerisBlack; }

#premium_sub .r_image span.price span {
  display: block;
  font-size: 16px;
  font-family: Open Sans; }

#premium_sub.__promo .r_image .price {
  background-color: #FF5500; }

#premium_sub.__fbstore .r_image .price {
  background-color: #3b5998; }

#premium_sub .r_image a {
  font-size: 18px;
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: -50px;
  width: 140px;
  height: 60px;
  padding: 43px 0 37px;
  color: #fff;
  border-radius: 120px;
  background: url(/img/default/layout/premium/pre_star.png) center no-repeat;
  background-size: 134px; }

#premium_sub div.note {
  margin-bottom: 20px;
  color: #999;
  line-height: 1.3; }

#premium_sub div.description {
  line-height: 1.3;
  padding-right: 60px;
  overflow: auto;
  margin-bottom: 20px;
  font-size: 18px; }

#premium_sub .name {
  font-family: NerisBlack;
  margin-bottom: 20px; }

#premium_sub div.order {
  margin-top: 26px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  clear: both; }

#premium_sub div.form {
  float: right;
  background-color: #fff;
  margin: 10px 0 100px 100px; }

#premium_sub form > div {
  margin-bottom: 7px; }

#premium_sub form label {
  display: inline-block;
  width: 200px;
  text-transform: uppercase;
  font-family: NerisBlack;
  color: #888;
  font-size: 15px;
  vertical-align: top; }

#premium_sub form input {
  padding: 4px 7px;
  margin-bottom: 3px;
  width: 266px; }

#premium_sub form select {
  padding: 3px;
  margin: 0 0 3px 4px; }

#premium_sub form input, #premium_sub form select {
  background-color: #eee;
  border: none;
  font-size: 17px; }

#premium_sub #to_pay {
  background-color: #eee;
  padding: 20px;
  width: 240px;
  font-size: 34px;
  font-weight: bold;
  font-family: NerisBlack;
  text-align: right;
  color: #3b5998; }

#premium_sub.__promo #to_pay {
  color: #FF5500; }

#premium_sub.__fbstore #to_pay {
  color: #3b5998; }

#premium_sub input[type=submit] {
  float: right;
  padding: 10px;
  background-color: #3b5998;
  color: #fff;
  font-family: NerisBlack;
  font-size: 19px;
  text-transform: uppercase;
  width: 280px; }

#premium_sub.__promo input[type=submit] {
  background-color: #FF5500; }

#premium_sub.__fbstore input[type=submit] {
  background-color: #3b5998; }

#premium_sub div#__sent {
  float: right;
  color: #333;
  font-size: 18px;
  display: none;
  margin-top: 11px;
  padding: 31px 0;
  width: 283px;
  clear: both; }

#premium_sub p.extra_info a:hover {
  text-decoration: underline; }

p.extra_info a {
  color: #f60; }

p.extra_info {
  font-size: 17px;
  line-height: 1.4;
  font-family: NerisSemi; }

body.account_shop-item-edit div#design_colors {
  margin-top: 20px; }

@media only screen and (max-width: 480px) {
  div#user-opinion div#add_opinion_button button.button.medium {
    width: 100%; }

  #cart_confirm #cart_infobox td, #cart_infobox textarea {
    max-width: 275px;
    display: block; }

  #cart_confirm #cart_infobox td {
    border-right: none; }

  #cart_confirm {
    padding: 20px; }

  #register_table input, #register_table td.register #submit-element input {
    width: 215px; }

  #register_table td.register #submit-element input#submit {
    width: 320px; }

  #register_table td.register #accept_terms-element, #register_table #accept_newsletter-element {
    margin-left: 10px; }

  #register_table td.register p.hint {
    float: none;
    clear: both;
    margin-left: 0; }

  table#register_table, #register_table td.register {
    width: 100%;
    height: 650px; }

  td.login {
    display: block;
    position: absolute;
    left: 0;
    top: 400px; }

  div#simplemodal-overlay.simplemodal-overlay {
    height: 100% !important;
    width: 100% !important; }

  div#simplemodal-container.simplemodal-container {
    position: absolute !important;
    left: -155px !important;
    margin-left: 50%; }

  div.bon {
    height: 126px !important; }

  #shop_newsletter {
    position: absolute;
    top: 100px;
    margin-left: -120px;
    width: 300px;
    height: 520px;
    box-shadow: 0 0 15px #888888;
    z-index: 6000;
    background-color: #aaa; }

  div.newsl_head {
    width: 300px !important; }

  div.zapisz {
    padding-left: 160px !important;
    font-size: 22px !important; }

  div.slogan {
    font-size: 16px !important;
    line-height: 14px !important; }

  form#mailform.newsl_form div.podaj {
    margin: 10px 0 0 10px !important;
    font-size: 16px !important;
    line-height: 18px !important; }

  form#mailform.newsl_form input#email.mail {
    margin-top: 10px !important;
    margin-left: 10px !important;
    width: 180px !important;
    height: 30px !important;
    font-size: 16px !important; }

  form#mailform.newsl_form input#newsletter_submit.but {
    line-height: 28px !important;
    height: 35px !important;
    width: 90px !important; }

  form#mailform.newsl_form div.agree {
    width: 280px !important;
    margin-left: 0 !important; }

  form dt {
    width: 46%; }

  div.p_text {
    margin-left: 0 !important;
    border-radius: 35px !important;
    line-height: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px !important;
    overflow: hidden; }

  div.parag_wrap {
    width: auto;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 20px; }

  div.h_text {
    margin-left: 14px; }

  label.optional, form dt label {
    font-size: 12px;
    line-height: 12px !important; }

  #profile-section .lb ul li.shop_name > a.down {
    background: url(/img/default/layout/arrow_bot.png) no-repeat 235px center; }

  #profile-section .lb ul li.shop_name > a.up {
    background: url(/img/default/layout/arrow_top.png) no-repeat 235px center; }

  button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    width: 143px !important; }

  #profile-section .rb, #profile-section .lb, #profile-section form dl.zend_form dd#submit-element input#submit, dl.zend_form, input#submit_contact {
    width: 270px; }

  #profile-section form dl.zend_form dd input[type=text], #profile-section form dl.zend_form dd input[type=password], dd#password-element, input#avatar, body.account_shop-settings #profile-section form dl.zend_form dd input[type=text], p.description, input#background, input#file, select#default_pattern_id, dd#payout_method-element {
    width: 135px !important; }

  textarea#description {
    width: 265px; }

  dd#subd-element input#subd {
    width: 68px !important; }

  dd#subd-element p.description {
    width: 60px !important; }

  textarea#content {
    width: 200px; }

  select#currency_id {
    width: 145px; }

  div#shop_items.inlineBlock.ui-sortable {
    min-width: 180px; }

  .ico_tel, .ico_mail, .ico_adres {
    float: none;
    margin: 0 auto; }

  .text_icon {
    height: 194px; }

  .contact_left {
    margin-left: 20px;
    margin-top: 55px; }

  div.contact_left .col_left {
    width: 125px; }

  div.contact_left .col_right {
    width: 145px; }

  .adres {
    margin-left: 85px; }

  .contact_right {
    width: 300px;
    margin-top: 25px;
    margin-right: 15px; }

  .form_frame {
    width: 300px; }

  .contact_form input, .contact_form textarea {
    width: 280px; }

  .dane_frame {
    width: 300px;
    height: 380px;
    background: none; }

  .dane_right {
    width: 250px; }

  body.document_contact .obsluga_ludzie {
    width: 300px;
    height: 800px;
    margin-left: 20px; }

  body.document_contact .obsluga_ludzie p {
    width: 250px; }

  div.prac_wrap {
    margin: 0 auto;
    min-width: 100% !important;
    float: none; }

  .header {
    background-position: -30px 0; }

  .head_graf_pom {
    margin-top: -190px;
    background: url(https://data3.cupsell.pl/frontend/podstrony/head_graf_pomoc.png) no-repeat 90% center; }

  .head_graf_onas {
    margin-top: -136px;
    background: url(https://data3.cupsell.pl/frontend/podstrony/head_graf_onas.png) no-repeat 158px center; }

  .ludzie {
    width: 320px;
    height: 3160px;
    margin-top: 40px;
    position: relative;
    left: 0;
    margin-left: 0; }

  .head_graf_jak {
    background-position-x: 105px; }

  div.p_text img {
    margin-bottom: 30px;
    width: 430px;
    height: auto; }

  .reg .p_text {
    width: 300px !important; }

  .i_reg, .i_prywat {
    margin: 0 auto !important; }

  .reg .p_icon {
    width: 100%; }

  .head_graf_reg {
    background-position: 162px -12px !important; } }
@media (min-width: 480px) and (max-width: 960px) {
  #cart_confirm #cart_infobox td, #cart_infobox textarea {
    max-width: 335px; }

  #profile-section .rb {
    width: 425px !important; }

  div#shop_items.inlineBlock.ui-sortable {
    min-width: 405px; }

  textarea#description, table#widget_text_tbl.mceLayout, table#text_tbl.mceLayout {
    width: 420px !important; }

  tbody.ui-sortable td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis; }

  body.account_shop-edit form dt, #profile-section form dl.zend_form dd input[type=text] {
    width: 150px; }

  dd#external_domain-element input#external_domain, dd#external_domain-element p.description, body.account_data #profile-section form dl.zend_form dd input[type=text], input#newsletter_background_id, body.account_bank #profile-section form dl.zend_form dd input[type=text] {
    width: 35.5% !important; }

  dd#payout_method-element {
    width: 240px; }

  #profile-section .rb button.button {
    width: 100%; }

  #register_table input {
    width: 175px; }

  #register_table td.register #accept_terms-element, #register_table #accept_newsletter-element {
    margin-left: 10px; }

  #register_table td.register p.hint {
    float: none;
    clear: both;
    margin-left: 0; }

  .ludzie {
    width: 700px;
    margin-left: -350px; }

  div.p_text img {
    margin-bottom: 30px;
    width: 520px;
    height: auto; }

  div.p_text iframe {
    width: 520px !important; }

  div.parag_wrap {
    width: auto;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0 45px; }

  div.p_text {
    margin-left: 100px !important;
    width: auto; }

  .contact_left {
    margin-left: 30px; }

  .ico_tel, .ico_mail, .ico_adres {
    float: none;
    margin: 0 auto; }

  .contact_right {
    width: 400px; }

  .obsluga_ludzie {
    width: 700px;
    margin-left: 30px; }

  .adres {
    margin-left: 100px; }

  .footer_small > span {
    float: none;
    line-height: 12px !important;
    margin-left: 0; }

  body.document_contact .footer_small {
    margin-bottom: -20px; }

  .reg .p_text {
    width: 580px !important; } }
@media only screen and (min-width: 1400px) {
  .header {
    background-size: 100%; }

  #profile-section .rb, #profile-section form dl.zend_form {
    width: 830px;
    max-width: 830px; }

  textarea#description {
    width: 820px; } }
/*! jQuery UI - v1.10.4 - 2015-02-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23ff5500&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=%23ff5500&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23222222&bgColorDefault=%23f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=%23cccccc&fcDefault=%231c94c4&iconColorDefault=%23ef8c08&bgColorHover=%23fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=%23fbcb09&fcHover=%23c77405&iconColorHover=%23ef8c08&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23fbd850&fcActive=%23eb8f00&iconColorActive=%23ef8c08&bgColorHighlight=%23ff5500&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=100&borderColorHighlight=%23ff5500&fcHighlight=%23363636&iconColorHighlight=%23228ef1&bgColorError=%23b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23ffd27a&bgColorOverlay=%23666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("/img/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #ff5500;
  background: #ff5500 url("/img/ui/ui-bg_gloss-wave_35_ff5500_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("/img/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("/img/ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("/img/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ff5500;
  background: #ff5500 url("/img/ui/ui-bg_highlight-soft_100_ff5500_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/img/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/img/ui/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/img/ui/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("/img/ui/ui-icons_ef8c08_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/img/ui/ui-icons_ef8c08_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("/img/ui/ui-icons_ef8c08_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("/img/ui/ui-icons_228ef1_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/img/ui/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("/img/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("/img/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

/* sklep na stronę www */
form#shopweb #width-element p,
form#shopweb #height-element p {
  width: 50px;
  display: inline-block; }

.zend_form label.required:after {
  content: ' *';
  display: inline-block;
  position: relative;
  color: red;
  margin-left: 2px; }

.external-payment h3 {
  font-size: 17px;
  font-family: "nerisblack", sans-serif;
  color: #000; }
  .external-payment h3.inline-block {
    display: inline-block; }
.external-payment .form_header {
  border-bottom: 4px solid #ddd;
  padding: 25px 0 10px 0; }
  .external-payment .form_header .ad_checkbox {
    cursor: pointer;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    margin-left: 30px; }
    .external-payment .form_header .ad_checkbox input {
      vertical-align: middle;
      margin-right: 12px; }

.tpay-tos-message {
  text-align: center;
  margin: 20px 0 0px;
  color: red;
  font-size: 14px;
  padding: 10px;
  background: #ffdada;
  border: 1px solid #ff9e9e;
  border-radius: 2px; }

.external-payment .regulations.error p {
  color: red !important; }

/* copy from style404.css */
.static-page-wrapper {
  padding: 0 !important; }

.wrap-404 {
  background-image: url("/img/default/layout/404-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  min-height: 600px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: normal !important; }

.text-404 {
  float: right;
  text-align: right;
  padding-right: 20px;
  padding-top: 40px;
  line-height: normal !important; }

.h1-404 {
  font-size: 100px;
  color: #000;
  font-weight: 800;
  line-height: normal !important; }

.h2-404 {
  color: #e95b0b;
  font-style: italic;
  font-size: 42px;
  line-height: normal !important;
  margin-bottom: 35px; }

.p-404 {
  font-size: 22px;
  font-weight: 300;
  line-height: normal !important;
  margin-bottom: 35px; }

.buttons-404 {
  line-height: normal !important; }

.p2-404 {
  font-size: 18px;
  line-height: normal !important; }

.gen-404, .glown-404 {
  width: 280px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 4px;
  position: relative;
  display: block;
  right: 0; }

.glown-404 {
  background: #aaa;
  float: right;
  clear: both; }

.gen-404 {
  background: #e95b0b;
  float: right;
  clear: both; }

@media (max-width: 768px) {
  .test-wrap {
    width: 100%; }

  .text-404 {
    clear: both;
    float: none;
    padding-bottom: 362px; } }
@media (min-width: 768px) and (max-width: 960px) {
  .test-wrap {
    width: 720px; }

  .text-404 {
    clear: both;
    float: none;
    padding-top: 0; }

  .h1-404, .h2-404 {
    text-align: center; }

  .p-404 {
    font-size: 18px; }

  .wrap-404 {
    background-size: 70%; } }
@media (min-width: 960px) and (max-width: 1400px) {
  .test-wrap {
    width: 960px; }

  .wrap-404 {
    background-size: 75%; }

  .p-404 {
    font-size: 18px; }

  .h2-404 {
    font-size: 38px; } }
@media (min-width: 1400px) {
  .test-wrap {
    width: 1180px; } }
.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left; }

.ui-multiselect span.ui-icon {
  float: right; }

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px; }

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important; }

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px; }

.ui-multiselect-header ul {
  font-size: 0.9em; }

.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0; }

.ui-multiselect-header a {
  text-decoration: none; }

.ui-multiselect-header a:hover {
  text-decoration: underline; }

.ui-multiselect-header span.ui-icon {
  float: left; }

.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0; }

.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left; }

.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: scroll; }

.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px; }

.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px; }

.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none; }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none; }

@font-face {
  font-family: 'cupsell_icons';
  src: url("/fonts/layout/cupsell_icons.eot?52735559");
  src: url("/fonts/layout/cupsell_icons.eot?52735559#iefix") format("embedded-opentype"), url("/fonts/layout/cupsell_icons.woff?52735559") format("woff"), url("/fonts/layout/cupsell_icons.ttf?52735559") format("truetype"), url("/fonts/layout/cupsell_icons.svg?52735559#cupsell_icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cupsell_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-koszyk:before {
  content: '\e801'; }

/* '' */
.icon-menu:before {
  content: '\e80b'; }

/* '' */
.icon-star:before {
  content: '\e800'; }

/* '' */
.icon-a_down:before {
  content: '\e803'; }

/* '' */
.icon-a_up:before {
  content: '\e804'; }

/* '' */
.icon-a_left:before {
  content: '\e805'; }

/* '' */
.icon-profil:before {
  content: '\e802'; }

/* '' */
.icon-domek:before {
  content: '\e807'; }

/* '' */
.icon-ok:before {
  content: '\e808'; }

/* '' */
.icon-truck:before {
  content: '\e809'; }

/* '' */
.icon-del:before {
  content: '\e80a'; }

/* '' */
.icon-a_right:before {
  content: '\e806'; }

/* '' */
.register-wrap label:nth-child(-n+2), .hint {
  display: inline-block; }

.register-wrap label:first-letter, .hint:first-letter {
  text-transform: uppercase; }

p {
  color: #010101;
  font-family: 'Open Sans' !important; }

.register-wrap {
  width: 100%;
  margin-top: 25px;
  background-color: white; }
  .register-wrap a {
    color: #f15822; }
  .register-wrap h3 {
    display: inline;
    text-transform: uppercase; }
  .register-wrap h3, .register-wrap input[type=submit], .register-wrap #register-by-fb {
    font-family: nerisblack,serif;
    font-size: 17px;
    text-transform: uppercase; }
  .register-wrap #register-by-fb, .register-wrap #login-submit-button, .register-wrap #submit-register-button {
    height: 32px; }
  .register-wrap .password-reminder {
    font-size: 13px;
    float: right;
    text-align: left;
    width: 335px; }
  .register-wrap .heading_underline {
    margin: 15px 0;
    border-bottom: 4px solid #dededf; }
  .register-wrap .hint {
    font-size: 12px;
    text-align: center;
    width: 100%; }
  .register-wrap .invalid {
    outline: 1px solid #ff5400;
    outline-offset: -1px;
    background-image: url("/img/default/layout/clear/order_input_invalid.png");
    background-position: right 5px center;
    background-repeat: no-repeat; }
  .register-wrap .errors, .register-wrap .small-errors {
    color: #fff;
    font-size: 11px;
    background-color: #ff5400;
    font-family: "Lato", sans-serif;
    left: 102%;
    top: 0;
    z-index: 9;
    position: absolute;
    padding: 5px;
    height: 19px;
    width: 180px;
    line-height: 10px; }
  .register-wrap .small-errors {
    left: 65%;
    top: 30%; }
  .register-wrap .errors:before, .register-wrap .small-errors:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ff5400;
    border-width: 6px;
    margin-top: -6px; }
  .register-wrap input[type=text]:focus, .register-wrap input[type=password]:focus {
    outline: 1px solid #f15822; }
  .register-wrap input[type=submit] {
    transition: opacity 0.5s; }
  .register-wrap input[type=submit]:focus {
    outline: none; }
  .register-wrap input[type=submit]:hover {
    opacity: 0.7;
    transition: opacity 0.5s; }
  .register-wrap input[type=text], .register-wrap input[type=password] {
    background-color: #f4f5f6;
    padding: 7px;
    border: none;
    width: 324px; }
  .register-wrap form .add-margin {
    margin-top: 10px; }
  .register-wrap form .input-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    width: 100%; }
    .register-wrap form .input-wrap .reg-label {
      font-size: 13px;
      line-height: 29px; }
    .register-wrap form .input-wrap .reg-input {
      float: right; }
  .register-wrap form input[type=checkbox] {
    float: left;
    margin: 3px 10px 15px 0; }
  .register-wrap form input[type=submit] {
    color: white;
    width: 100%;
    border: none;
    font-size: 17px;
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f15822;
    vertical-align: -webkit-baseline-middle; }
  .register-wrap form .login-submit {
    background-color: #444545 !important; }
  .register-wrap form #accept_newsletter-label {
    width: 90%;
    margin: 5px 0; }
  .register-wrap .register-column {
    width: 539px;
    padding: 30px 25px;
    display: inline-block;
    border-right: 1px solid #f2f2f2; }
    .register-wrap .register-column .fblogin {
      float: right;
      font-size: 17px;
      margin-top: -59px;
      line-height: 31px;
      padding: 0 112px 0 10px;
      background-color: #3b5998;
      background-repeat: no-repeat;
      background-position: right 10px top 5px;
      background-image: url("/img/default/register/facebook-logo.png"); }
    .register-wrap .register-column #accept_newsletter-element input[type=checkbox] {
      margin-right: 7px; }
    .register-wrap .register-column .own-shop .reg-label, .register-wrap .register-column .shop-box .reg-label {
      width: 196px;
      display: inline-block; }
    .register-wrap .register-column .own-shop #shop-subd, .register-wrap .register-column .shop-box #shop-subd {
      width: 190px;
      float: none; }
    .register-wrap .register-column .own-shop input[type=checkbox], .register-wrap .register-column .shop-box input[type=checkbox] {
      margin-top: 25px;
      margin-right: 0; }
    .register-wrap .register-column .own-shop #address, .register-wrap .register-column .shop-box #address {
      width: 130px; }
    .register-wrap .register-column .own-shop .cupsell, .register-wrap .register-column .shop-box .cupsell {
      width: 130px;
      font-size: 15px;
      color: #f15822;
      font-weight: bold; }
    .register-wrap .register-column .own-shop label, .register-wrap .register-column .shop-box label {
      font-size: 13px; }
    .register-wrap .register-column .own-shop .slogan-sklep, .register-wrap .register-column .shop-box .slogan-sklep {
      cursor: pointer;
      width: 91%;
      float: right;
      padding: 10px;
      margin: 5px 0 10px;
      position: relative;
      border: 3px dashed #dededf; }
      .register-wrap .register-column .own-shop .slogan-sklep .picture-shirt, .register-wrap .register-column .shop-box .slogan-sklep .picture-shirt {
        position: absolute;
        top: -10px;
        right: -5px; }
      .register-wrap .register-column .own-shop .slogan-sklep span, .register-wrap .register-column .shop-box .slogan-sklep span {
        color: #f15822; }
      .register-wrap .register-column .own-shop .slogan-sklep p, .register-wrap .register-column .shop-box .slogan-sklep p {
        font-style: italic;
        margin: 0; }
  .register-wrap .login-column {
    float: right;
    width: 540px;
    padding: 30px 25px;
    display: inline-block; }
    .register-wrap .login-column p {
      float: right;
      text-align: left;
      width: 335px; }
    .register-wrap .login-column #acc_type-label {
      display: none; }
    .register-wrap .login-column.login-alone {
      display: block;
      margin: 0 auto;
      float: none; }

@media (max-width: 1000px) {
  #dc-tab-button {
    display: none; } }
@media (max-width: 960px) {
  .picture-shirt {
    display: none; } }
@media (min-width: 961px) and (max-width: 1399px) {
  .picture-shirt {
    display: none; }

  .register-wrap .errors {
    left: 103%; }
  .register-wrap .small-errors {
    left: 63%; }
  .register-wrap .register-column {
    width: 444px; }
    .register-wrap .register-column #shop-subd {
      width: 168px !important; }
    .register-wrap .register-column input[type=text], .register-wrap .register-column input[type=password] {
      width: 302px; }
    .register-wrap .register-column input[type=checkbox] {
      margin-right: 13px;
      margin-top: 3px; }
    .register-wrap .register-column .slogan-sklep {
      width: 89% !important; }
    .register-wrap .register-column .reg-label {
      width: 123px !important; }
  .register-wrap .login-column {
    width: 415px; } }
@media (min-width: 481px) and (max-width: 960px) {
  .register-wrap .add-margin {
    margin-top: 0 !important; }
  .register-wrap input[type=text], .register-wrap input[type=password] {
    width: 214px; }
  .register-wrap .errors {
    left: 104%; }
  .register-wrap .small-errors {
    left: 77%; }
  .register-wrap .register-column {
    width: 334px; }
    .register-wrap .register-column #create_shop {
      margin-top: 15px; }
    .register-wrap .register-column #shop-subd {
      width: 80px !important; }
    .register-wrap .register-column .reg-label {
      width: 101px !important; }
    .register-wrap .register-column .fblogin {
      width: 57%;
      text-align: left;
      margin-top: -45px;
      padding-left: 30px;
      background-position: right 35px top 5px; }
    .register-wrap .register-column .newsletter {
      font-size: 11px; }
    .register-wrap .register-column form {
      margin-top: 55px; }
    .register-wrap .register-column #accept_newsletter {
      margin: 5px 14px 15px 0; }
    .register-wrap .register-column .shop-height .slogan-sklep {
      width: 88% !important;
      padding: 5px;
      border: 2px dashed #dededf; }
      .register-wrap .register-column .shop-height .slogan-sklep h3 {
        font-size: 13px; }
      .register-wrap .register-column .shop-height .slogan-sklep p {
        font-size: 11px; }
    .register-wrap .register-column label {
      width: 100px; }
    .register-wrap .register-column input[type=checkbox] {
      width: 13px;
      margin-top: 19px; }
  .register-wrap .login-column {
    width: 335px; }
    .register-wrap .login-column p {
      width: 225px; } }
@media (min-width: 320px) and (max-width: 480px) {
  .content-wrap {
    background-color: #fff; }
    .content-wrap .register-wrap {
      width: 310px;
      padding: 0 5px;
      margin: 25px auto 0; }
      .content-wrap .register-wrap .toggle-register, .content-wrap .register-wrap .toggle-login {
        background-repeat: no-repeat;
        background-position: right 5px center;
        background-image: url("/img/default/register/arrow-down.png"); }
      .content-wrap .register-wrap .toggle-register-up, .content-wrap .register-wrap .toggle-login-up {
        background-repeat: no-repeat;
        background-position: right 5px center;
        background-image: url("/img/default/register/arrow-up.png"); }
      .content-wrap .register-wrap .show-column {
        display: block !important; }
      .content-wrap .register-wrap #toggle-register-column, .content-wrap .register-wrap #toggle-login-column, .content-wrap .register-wrap .errors, .content-wrap .register-wrap .small-errors {
        display: none; }
      .content-wrap .register-wrap #submit-element {
        margin-top: 3px; }
      .content-wrap .register-wrap form dd {
        margin-top: 0;
        margin-bottom: 10px; }
      .content-wrap .register-wrap input[type=text], .content-wrap .register-wrap input[type=password] {
        width: 154px; }
      .content-wrap .register-wrap input[type=checkbox] {
        margin-top: 13px; }
      .content-wrap .register-wrap .register-column {
        width: 310px;
        border: none;
        padding: 30px 0 0; }
        .content-wrap .register-wrap .register-column .fblogin {
          width: 180px;
          text-align: left;
          margin: 0 0 15px;
          padding-left: 18px;
          background-position: right 20px top 5px; }
        .content-wrap .register-wrap .register-column #accept_newsletter {
          margin: 5px 15px 30px 0; }
        .content-wrap .register-wrap .register-column .newsletter {
          font-size: 11px !important;
          line-height: 14px !important; }
        .content-wrap .register-wrap .register-column #address {
          width: 73px; }
        .content-wrap .register-wrap .register-column label {
          width: 96px; }
        .content-wrap .register-wrap .register-column input[type=checkbox] {
          margin-top: 20px; }
        .content-wrap .register-wrap .register-column .slogan-sklep {
          width: 83% !important;
          border: 2px dashed #dededf; }
          .content-wrap .register-wrap .register-column .slogan-sklep h3 {
            font-size: 14px; }
          .content-wrap .register-wrap .register-column .slogan-sklep p {
            font-size: 12px; }
        .content-wrap .register-wrap .register-column .own-shop .cupsell {
          width: 78px; }
        .content-wrap .register-wrap .register-column .own-shop .reg-label {
          width: 137px !important; }
        .content-wrap .register-wrap .register-column .own-shop #shop-subd {
          width: 72px; }
      .content-wrap .register-wrap .login-column {
        width: 310px;
        float: none;
        padding: 15px 0 20px !important; }
        .content-wrap .register-wrap .login-column p {
          font-size: 11px;
          width: 165px; } }
h3 {
  text-transform: uppercase !important; }

#reminder {
  margin: 25px 0;
  width: 100%;
  display: inline-block;
  background-color: white; }
  #reminder #password-keys, #reminder #password-reminder {
    padding: 30px 25px; }
  #reminder #password-keys {
    float: left;
    width: 539px;
    height: 310px;
    border-right: 1px solid #f2f2f2 !important;
    background-image: url("/img/default/register/klucz.png");
    background-repeat: no-repeat;
    background-position: 0 25px; }
  #reminder #password-reminder {
    width: 540px;
    float: right; }
    #reminder #password-reminder h3 {
      font-size: 17px;
      font-family: "Nerisblack", serif; }
    #reminder #password-reminder .heading_underline {
      margin: 15px 0;
      border-bottom: 4px solid #dededf; }
    #reminder #password-reminder .zend_form {
      position: relative;
      width: 100%; }
      #reminder #password-reminder .zend_form #password-label, #reminder #password-reminder .zend_form #repassword-label {
        margin-bottom: 5px; }
      #reminder #password-reminder .zend_form .errors {
        display: inline-block;
        font-size: 12px;
        color: red;
        margin-left: 200px; }
        #reminder #password-reminder .zend_form .errors li {
          margin-top: 5px; }
      #reminder #password-reminder .zend_form #login_or_email-label, #reminder #password-reminder .zend_form #password-label, #reminder #password-reminder .zend_form #repassword-label {
        text-align: left; }
        #reminder #password-reminder .zend_form #login_or_email-label label, #reminder #password-reminder .zend_form #password-label label, #reminder #password-reminder .zend_form #repassword-label label {
          color: #010101;
          font-size: 13px;
          line-height: 28px;
          padding: 0 !important; }
        #reminder #password-reminder .zend_form #login_or_email-label label:first-letter, #reminder #password-reminder .zend_form #password-label label:first-letter, #reminder #password-reminder .zend_form #repassword-label label:first-letter {
          text-transform: uppercase; }
      #reminder #password-reminder .zend_form #login_or_email, #reminder #password-reminder .zend_form #password, #reminder #password-reminder .zend_form #repassword {
        float: right;
        width: 60%;
        background-color: #f4f5f6;
        padding: 7px;
        border: none; }
      #reminder #password-reminder .zend_form #login_or_email:focus, #reminder #password-reminder .zend_form #password:focus, #reminder #password-reminder .zend_form #repassword:focus {
        outline: 1px solid #f15822; }
      #reminder #password-reminder .zend_form #submit-element, #reminder #password-reminder .zend_form #remind_new_submit-element {
        clear: both;
        display: inline-block;
        width: 100%; }
        #reminder #password-reminder .zend_form #submit-element #submit, #reminder #password-reminder .zend_form #submit-element #remind_new_submit, #reminder #password-reminder .zend_form #remind_new_submit-element #submit, #reminder #password-reminder .zend_form #remind_new_submit-element #remind_new_submit {
          height: 32px;
          text-transform: uppercase;
          color: white;
          width: 100%;
          border: none;
          font-size: 15px;
          cursor: pointer;
          font-weight: bold;
          background-color: #f15822;
          transition: opacity 0.5s;
          font-family: nerisblack,serif; }
        #reminder #password-reminder .zend_form #submit-element #remind_new_submit, #reminder #password-reminder .zend_form #remind_new_submit-element #remind_new_submit {
          background-color: #444545 !important; }
        #reminder #password-reminder .zend_form #submit-element #submit:hover, #reminder #password-reminder .zend_form #submit-element #remind_new_submit:hover, #reminder #password-reminder .zend_form #remind_new_submit-element #submit:hover, #reminder #password-reminder .zend_form #remind_new_submit-element #remind_new_submit:hover {
          opacity: 0.7;
          transition: opacity 0.5s; }

.change-password #reminder #password-keys {
  background-image: url("/img/default/register/klucz2.png");
  background-position: top 50% center;
  height: 240px; }

@media (min-width: 961px) and (max-width: 1399px) {
  #reminder #password-keys {
    width: 429px !important; }
  #reminder #password-reminder {
    width: 430px !important; }
    #reminder #password-reminder .errors {
      margin-left: 155px !important; } }
@media (min-width: 481px) and (max-width: 960px) {
  #reminder #password-keys {
    width: 334px !important;
    height: 240px !important;
    background-size: 85% !important; }
  #reminder #password-reminder {
    width: 335px !important; }
    #reminder #password-reminder #repassword-label label {
      width: 125px !important; }
    #reminder #password-reminder #repassword, #reminder #password-reminder #password {
      width: 55% !important; }
    #reminder #password-reminder .errors {
      margin-left: 150px !important;
      word-break: break-all; }
  #reminder #password-element .errors, #reminder #repassword-element .errors {
    margin-left: 134px !important; }
  #reminder #login_or_email-label label {
    width: 135px !important; }
  #reminder #login_or_email {
    width: 50% !important; }

  .change-password #reminder #password-keys {
    background-image: url("/img/default/register/klucz2.png") !important;
    background-position: top 50% center;
    background-size: 55% !important;
    height: 245px !important; } }
@media (min-width: 320px) and (max-width: 480px) {
  .reminder, .change-password {
    background-color: transparent !important; }
    .reminder #reminder, .change-password #reminder {
      margin: 25px 0 0 !important; }
      .reminder #reminder #password-keys, .reminder #reminder #password-reminder, .change-password #reminder #password-keys, .change-password #reminder #password-reminder {
        padding: 30px 0 !important; }
      .reminder #reminder #password-keys, .change-password #reminder #password-keys {
        display: none; }
      .reminder #reminder #password-reminder, .reminder #reminder #login_or_email-label label, .change-password #reminder #password-reminder, .change-password #reminder #login_or_email-label label {
        width: 310px !important; }
      .reminder #reminder #password-reminder, .change-password #reminder #password-reminder {
        float: none !important;
        margin: 0 auto !important; }
        .reminder #reminder #password-reminder .errors, .change-password #reminder #password-reminder .errors {
          width: 270px !important;
          margin-left: 0 !important;
          word-break: break-all; }
      .reminder #reminder #password, .reminder #reminder #repassword, .change-password #reminder #password, .change-password #reminder #repassword {
        width: 296px !important;
        float: none !important;
        margin: 0 !important;
        margin-top: 5px !important; }
      .reminder #reminder #password-label, .reminder #reminder #repassword-label, .change-password #reminder #password-label, .change-password #reminder #repassword-label {
        width: 100% !important; }
      .reminder #reminder #login_or_email, .change-password #reminder #login_or_email {
        width: 296px !important;
        margin-top: 10px; }
      .reminder #reminder #remind_new_submit, .change-password #reminder #remind_new_submit {
        background-color: #444545 !important; } }
#design_photos {
  float: left;
  margin-bottom: 20px; }
  #design_photos .side {
    float: left;
    width: 50%; }
    #design_photos .side img {
      max-width: 100%; }

#profile-section .lb .managed_language_header {
  font-size: 12px;
  font-style: normal;
  margin: 15px 0 5px 0;
  color: #000; }
#profile-section .lb .managed_language {
  position: relative;
  border: 1px solid #eee;
  margin: 0;
  z-index: 3; }
  #profile-section .lb .managed_language li {
    position: relative;
    margin: 0;
    font-size: 12px;
    background: none;
    display: none;
    z-index: 2; }
    #profile-section .lb .managed_language li a {
      display: inline-block;
      padding: 6px 4%;
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      width: 92%; }
      #profile-section .lb .managed_language li a img, #profile-section .lb .managed_language li a span {
        vertical-align: middle; }
      #profile-section .lb .managed_language li a span {
        display: inline;
        margin-bottom: 0; }
    #profile-section .lb .managed_language li.active {
      display: block;
      background: none;
      color: #000; }
      #profile-section .lb .managed_language li.active a {
        color: #000; }
    #profile-section .lb .managed_language li.change_managed_txt {
      display: block;
      position: absolute;
      top: 5px;
      right: 8px;
      color: #f50;
      text-transform: none;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      z-index: 1; }
  #profile-section .lb .managed_language.clicked li {
    display: block; }
    #profile-section .lb .managed_language.clicked li:hover {
      background: #f50; }
      #profile-section .lb .managed_language.clicked li:hover a {
        color: #fff; }
    #profile-section .lb .managed_language.clicked li.change_managed_txt {
      display: none; }
#profile-section .rb form #profit-element .description {
  display: inline-block; }

div#profile-section .commission_payment h4 {
  color: #000;
  font-family: "nerisblack", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
  /* global reset div#profile-section h4 */ }
div#profile-section .commission_payment h4 + p {
  margin-top: 12px;
  line-height: 130%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }
div#profile-section .commission_payment .type {
  margin-top: 26px; }
  div#profile-section .commission_payment .type > div {
    background-color: #F2F2F2;
    margin-bottom: 10px;
    padding: 5px 114px 8px 8px;
    position: relative; }
    div#profile-section .commission_payment .type > div p {
      margin: 0;
      line-height: 130%;
      text-align: left; }
    div#profile-section .commission_payment .type > div .entity {
      width: 150px;
      text-align: center;
      display: inline-block;
      margin-top: 12px; }
      div#profile-section .commission_payment .type > div .entity label {
        color: #f50;
        font-family: "nerisblack", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 7px;
        display: inline-block; }
      div#profile-section .commission_payment .type > div .entity .value {
        padding: 11px 22px;
        border: 3px dashed #ddd;
        font-family: "Open Sans", sans-serif;
        font-size: 14px; }
    div#profile-section .commission_payment .type > div .operation {
      display: inline-block;
      color: #f50;
      font-family: "nerisblack", sans-serif;
      font-size: 15px;
      margin: 0 5px; }
    div#profile-section .commission_payment .type > div button {
      position: absolute;
      bottom: 8px;
      right: 8px;
      padding: 10px 15px;
      text-transform: uppercase;
      color: #666;
      background-color: #ddd;
      border: 0;
      font-family: "nerisblack", sans-serif;
      font-size: 17px;
      line-height: 100%;
      cursor: pointer; }
      div#profile-section .commission_payment .type > div button:hover {
        opacity: 0.7;
        transition: opacity 0.5s; }
    div#profile-section .commission_payment .type > div a {
      box-sizing: border-box;
      position: absolute;
      bottom: 8px;
      right: 8px;
      padding: 10px 15px;
      text-transform: uppercase;
      color: #666;
      background-color: #ddd;
      border: 0;
      font-family: "nerisblack", sans-serif;
      font-size: 17px;
      line-height: 100%;
      cursor: pointer; }
      div#profile-section .commission_payment .type > div a:hover {
        opacity: 0.7;
        transition: opacity 0.5s; }
div#profile-section form.commission_data_form h4 {
  margin-top: 20px; }
div#profile-section form.commission_data_form .ad_field.col_4 {
  width: 37%; }
  div#profile-section form.commission_data_form .ad_field.col_4 #amount_to_pay {
    text-align: right; }
    div#profile-section form.commission_data_form .ad_field.col_4 #amount_to_pay.invalid[type="text"] {
      padding-right: 27px; }
      div#profile-section form.commission_data_form .ad_field.col_4 #amount_to_pay.invalid[type="text"]:focus {
        padding-right: 7px; }
  div#profile-section form.commission_data_form .ad_field.col_4 .description {
    display: inline-block; }
  div#profile-section form.commission_data_form .ad_field.col_4 ul.errors {
    width: 250px; }
div#profile-section form.commission_data_form .ad_field.col_6 {
  width: 50%; }
  div#profile-section form.commission_data_form .ad_field.col_6 .mid {
    width: 260px; }
  div#profile-section form.commission_data_form .ad_field.col_6 .wise {
    width: 100%; }
  div#profile-section form.commission_data_form .ad_field.col_6 ul.errors {
    left: 98%; }
div#profile-section form.commission_data_form .ad_field.col_12 {
  width: 100%;
  float: left; }
  div#profile-section form.commission_data_form .ad_field.col_12 .large {
    width: 676px; }
  div#profile-section form.commission_data_form .ad_field.col_12 ul.errors {
    width: 100px;
    left: 99%; }
div#profile-section form.commission_data_form .ad_field:first-of-type {
  margin-top: 8px; }
div#profile-section form.commission_data_form button#submit {
  float: right;
  padding: 11px 28px 12px 28px;
  line-height: 100%;
  margin: 30px 15px 0 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 17px; }
div#profile-section .rb .commission_payment ul.errors li {
  color: #fff; }

#hidden_form {
  display: none; }

@media only screen and (max-width: 1400px) {
  div#profile-section .commission_payment .type > div .entity {
    width: 96px; }
    div#profile-section .commission_payment .type > div .entity .value {
      padding: 5px 0px; }

  form.commission_data_form .ad_field.col_4 {
    width: 53% !important; }
  form.commission_data_form .ad_field.col_6 ul.errors {
    top: auto;
    bottom: 2px; }
  form.commission_data_form .ad_field.col_12 ul.errors {
    top: auto;
    bottom: 2px; }
  form.commission_data_form .ad_field.col_12 .large {
    width: 554px !important; } }
@media only screen and (max-width: 960px) {
  form.commission_data_form .ad_field.col_4 {
    width: 100% !important; }
    form.commission_data_form .ad_field.col_4 .small {
      width: 124px !important; }
  form.commission_data_form .ad_field.col_6 {
    width: 100% !important; }
    form.commission_data_form .ad_field.col_6 .mid {
      width: 286px !important; }
  form.commission_data_form .ad_field.col_12 {
    width: 100% !important; }
    form.commission_data_form .ad_field.col_12 .large {
      width: 286px !important; }
    form.commission_data_form .ad_field.col_12 ul.errors {
      top: auto;
      bottom: 2px;
      left: 98% !important; }
  form.commission_data_form button#submit {
    margin-right: 0 !important; } }
@media only screen and (max-width: 480px) {
  div#profile-section .commission_payment .type > div {
    padding: 5px 8px;
    text-align: center; }
    div#profile-section .commission_payment .type > div .operation {
      margin: 8px 0 0 0;
      width: 100%; }
    div#profile-section .commission_payment .type > div .entity {
      margin-top: 8px; }
    div#profile-section .commission_payment .type > div button, div#profile-section .commission_payment .type > div a {
      margin-top: 12px;
      position: static;
      width: 100%;
      display: inline-block; }

  form.commission_data_form .ad_field.col_6 {
    width: 100% !important; }
    form.commission_data_form .ad_field.col_6 .mid {
      width: 100% !important; }
  form.commission_data_form .ad_field.col_12 {
    width: 100% !important; }
    form.commission_data_form .ad_field.col_12 .large {
      width: 100% !important; }
  form.commission_data_form .ad_field .description {
    width: auto !important;
    margin-left: 5px; }
  form.commission_data_form button#submit {
    width: 100% !important;
    margin-right: 0 !important; } }
.shop-template-index .label-above label {
  display: block;
  margin-bottom: 10px; }
.shop-template-index .template-preview {
  margin-top: 10px; }

.shop-template-details .label-header,
.shop-template-details .optional {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block; }
.shop-template-details .optional {
  display: inline-block;
  margin-right: 6px;
  min-width: 200px; }
.shop-template-details .file-element {
  background: #f2f2f2;
  border: none;
  font-size: 12px;
  margin-right: 6px;
  padding: 5px;
  width: 195px; }
.shop-template-details .file-submit {
  background: #ff5500;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: nerisblack, serif;
  font-size: 14px;
  min-width: 200px;
  padding: 6px 0px;
  text-transform: uppercase;
  width: auto; }
  .shop-template-details .file-submit#submit_color {
    display: block;
    width: 250px; }
  .shop-template-details .file-submit:hover {
    opacity: 0.8;
    transition: opacity 0.5s; }
.shop-template-details .items.inline-block .product-box {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
  text-align: center; }
.shop-template-details .items .image-box {
  border: 1px solid #dedede;
  padding: 5px; }
.shop-template-details .items .file-submit {
  margin-top: 10px;
  display: block;
  text-align: center; }

.img-width-responsive {
  max-width: 100%; }

.templateBannerContainer {
  display: flex;
  width: inherit;
  flex-wrap: wrap;
  max-width: 265px; }

.templateBannerContainer li {
  width: 33%;
  padding: 2px;
  height: auto;
  box-sizing: border-box;
  position: relative; }

.templateBannerContainer li img {
  max-width: 100%;
  display: block; }

.templateBannerContainer li.selected:after {
  content: "\2713";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ff5500;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 1px;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  text-shadow: 1px 1px 2px #000000; }

.cookie-msg {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #f2f2f2;
  color: #444;
  bottom: 0; }

.cookie-wrap {
  width: 1180px;
  margin: 0 auto; }

.cookie-txt {
  width: 89%;
  font-size: 12px;
  position: relative;
  padding: 15px 0px; }

.cookie-btn {
  float: right;
  border-radius: 5px;
  background-color: #aaa;
  padding: 8px 15px;
  font-family: NerisBlack;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 7px;
  color: #fff;
  cursor: pointer; }

.cookie-btn:hover {
  background-color: #f50; }

@media (max-width: 1400px) {
  .cookie-wrap {
    width: 960px; }

  .cookie-txt {
    width: 80%; }

  .cookie-btn {
    margin-top: 12px !important; } }
@media (max-width: 960px) {
  .cookie-wrap {
    width: 740px;
    padding: 0 20px; }

  .cookie-txt {
    width: 75%; } }
@media (max-width: 480px) {
  .cookie-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px; }

  .cookie-txt {
    width: 55%;
    font-size: 10px !important; }

  .cookie-btn {
    margin-top: 30px !important; } }
.info-modal {
  background-color: #fff;
  padding: 50px 30px;
  width: 600px;
  display: none; }
  .info-modal h3 {
    font-size: 25px; }
  .info-modal p {
    font-size: 16px;
    line-height: 140%; }
  .info-modal .info-content {
    margin: 30px 0; }
  .info-modal a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    background: #ff5500;
    color: #fff; }
    .info-modal a:hover {
      opacity: .7;
      transition: opacity 0.5s; }

.simplemodal-container .simplemodal-close {
  background: url("/img/default/generator/x.png") no-repeat;
  width: 25px;
  height: 29px;
  z-index: 2001;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer; }

#shop_items .hidden-item .product_image {
  position: relative; }
  #shop_items .hidden-item .product_image .hidden-item-flag {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0; }
#shop_items .hidden-item .button {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px; }
  #shop_items .hidden-item .button.change {
    padding: 7px 3px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  #shop_items .hidden-item .button.delete {
    font-size: 14px; }
#shop_items .hidden-item .product_name_and_buy p {
  margin-bottom: 10px;
  font-size: 18px; }

.size-table {
  text-align: center;
  line-height: 35px;
  font-size: 11px;
  table-layout: fixed;
  border-spacing: 5px;
  border-collapse: separate; }
  .size-table th, .size-table td, .size-table .miara {
    border-radius: 4px;
    vertical-align: middle; }
  .size-table th {
    text-transform: uppercase;
    background-color: #aaa;
    font-family: 'Neris';
    font-weight: 800;
    font-size: 14px;
    color: white; }
  .size-table td {
    border: solid 1px #eee;
    padding: 5px 0;
    line-height: normal; }
  .size-table tr:not(:first-child) td:last-child {
    color: black !important; }
  .size-table th:first-child {
    background-color: #fff; }
  .size-table col {
    width: 45px; }
  .size-table .measure {
    font-family: 'Neris';
    font-weight: bold;
    font-size: 16px;
    color: white;
    border: none !important;
    text-transform: uppercase; }
  .size-table .tolerance {
    font-family: 'Open Sans';
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    padding-left: 50px;
    text-align: left;
    border: none !important; }

.dimension_table {
  display: inline-block; }

img.lazyload_product {
  vertical-align: top;
  margin-right: 20px; }

#individual_size {
  padding: 15px 10px;
  border: 1px solid #ccc !important; }
  #individual_size div:first-child {
    float: right !important;
    margin-left: 10px !important; }

#sizes-inside-table {
  display: inline-block; }

#sizes {
  width: 500px !important; }
  #sizes img {
    display: inline; }
  #sizes .size-table {
    display: inline-block; }

@media (max-width: 960px) {
  #individual_size {
    display: none !important; } }
.shop-item-rate .shop-rate-overlay {
  background-color: white;
  opacity: 0.5;
  position: absolute;
  width: 982px;
  height: 519px;
  z-index: 100;
  display: none; }
.shop-item-rate .shop_item_rate_entry {
  position: relative; }
.shop-item-rate .p_images {
  width: 368px;
  height: 368px;
  display: block; }
.shop-item-rate .p_images:hover {
  display: none; }
.shop-item-rate .p_images img {
  margin: auto; }
.shop-item-rate .pr_images {
  width: 368px;
  height: 368px;
  background-color: white;
  display: none; }
.shop-item-rate .product_image_version .container {
  cursor: pointer;
  z-index: 10;
  width: 368px;
  height: 368px;
  background-color: white;
  opacity: 0;
  position: absolute; }
.shop-item-rate .you-are-admin {
  font-size: 16px;
  color: red; }
.shop-item-rate .product_image_version {
  display: block; }
.shop-item-rate .header-rate {
  margin: 30px; }
.shop-item-rate .middle-table-cell {
  display: table-cell;
  vertical-align: middle; }

a.button.remove-that-product, a.button.print-change, a.button.catalog-button, a.button.feed-button {
  z-index: 999;
  opacity: 0.5;
  line-height: 30px;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  position: absolute; }
  a.button.remove-that-product:hover, a.button.print-change:hover, a.button.catalog-button:hover, a.button.feed-button:hover {
    opacity: 1; }

a.button.remove-that-product {
  background-color: #e7a796;
  color: #7b5348;
  border-bottom: 1px solid #7b5348;
  margin-top: -120px; }
  a.button.remove-that-product:hover {
    color: #7b5348;
    border-bottom: 4px solid #7b5348; }
a.button.print-change {
  background-color: #32699b;
  color: #dbe9f5;
  border-bottom: 1px solid #1A4164;
  margin-top: -160px; }
  a.button.print-change:hover {
    color: #DBE9F5;
    border-bottom: 4px solid #1A4164; }
a.button.catalog-button {
  background-color: #f0f0f0;
  color: #777;
  border-bottom: 1px solid #ccc;
  margin-top: -200px; }
  a.button.catalog-button.ready {
    background-color: #b9e9ce;
    color: #759f87;
    border-bottom: 1px solid #759f87; }
    a.button.catalog-button.ready:hover {
      color: #759f87;
      border-bottom: 4px solid #759f87; }
  a.button.catalog-button:hover {
    color: #777;
    border-bottom: 4px solid #ccc; }
a.button.feed-button {
  background-color: #f0f0f0;
  color: #777;
  border-bottom: 1px solid #ccc;
  margin-top: -240px; }
  a.button.feed-button.ready {
    background-color: #b9e9ce;
    color: #759f87;
    border-bottom: 1px solid #759f87; }
    a.button.feed-button.ready:hover {
      color: #759f87;
      border-bottom: 4px solid #759f87; }
  a.button.feed-button:hover {
    color: #777;
    border-bottom: 4px solid #ccc; }

.catalog-modal-outside-wrapper {
  position: absolute !important;
  right: 40px !important;
  left: auto !important;
  top: 150px !important; }

.catalog-modal {
  box-sizing: border-box;
  display: flex; }
  .catalog-modal .modal-header {
    font: 700 17px "nerisblack", sans-serif;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #000; }
  .catalog-modal .input-text {
    color: #000;
    background-color: #e7e8ea;
    border: 1px solid #dbe0dc;
    border-radius: 3px;
    padding: 3px 3px 3px 6px; }
  .catalog-modal .input-submit {
    background-color: #000;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 100%; }
  .catalog-modal .subcategory-form {
    margin-top: 20px; }
  .catalog-modal .category-submit {
    cursor: pointer;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #aaa;
    font: 700 15px "Open Sans", sans-serif; }
    .catalog-modal .category-submit:hover {
      background-color: #cac8c8; }
  .catalog-modal .category-wrapper {
    display: inline-block;
    border-right: 2px solid #d5d5d5;
    box-sizing: border-box;
    padding-right: 20px; }
  .catalog-modal .tag-wrapper {
    display: inline-block;
    width: 220px;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top; }
    .catalog-modal .tag-wrapper .tags-container {
      margin-top: 5px; }
      .catalog-modal .tag-wrapper .tags-container .tag-element {
        background-color: #24aadf;
        border-radius: 4px;
        color: #fff;
        font: 13px "Open Sans", sans-serif;
        margin: 5px 5px 5px 0;
        padding: 1px 7px; }
        .catalog-modal .tag-wrapper .tags-container .tag-element .remove-tag {
          margin-left: 5px;
          color: #000; }

.treeview {
  margin: 10px 0 20px;
  font: 13px "Open Sans", sans-serif; }
  .treeview li {
    padding: 2px 0 2px 0;
    white-space: nowrap; }
    .treeview li.last {
      background-position: 0 -1766px; }
    .treeview li .add-subcategory,
    .treeview li .remove-category {
      border-radius: 100%;
      width: 15px;
      height: 15px;
      line-height: 15px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      color: #fff; }
    .treeview li .add-subcategory {
      background-color: #08913f; }
    .treeview li .remove-category {
      background-color: #ee5529; }
    .treeview li .parent {
      color: #ee5529; }
      .treeview li .parent.checked {
        font-weight: bold; }
    .treeview li .child {
      color: #08913f; }
      .treeview li .child.checked {
        font-weight: bold; }
  .treeview .sub-tree {
    margin-left: 20px; }

.tag-input-autocomplete {
  z-index: 99999;
  width: 210px !important; }

.blik.disabled, .blik input.disabled, .blik input[disabled] {
  cursor: not-allowed !important; }
.blik, .blik * {
  box-sizing: border-box !important; }
.blik.blik-invalid .blik-form-container .blik-input-container > span,
.blik.blik-invalid .blik-form-container .blik-input-container .blik-input-grid input,
.blik.blik-invalid .blik-form-container .blik-input-container .blik-input-state .blik-state {
  border-color: #DE2A32; }
.blik.blik-invalid .blik-form-container .blik-input-container > span {
  background: #E52F08;
  background: -webkit-linear-gradient(235deg, #E52F08, #ef2147 65%);
  background: linear-gradient(235deg, #E52F08, #ef2147 65%); }
  .blik.blik-invalid .blik-form-container .blik-input-container > span input {
    background: #FFF; }
.blik.blik-invalid .blik-form-container .blik-input-container .blik-input-grid input {
  color: #3c3c3c; }
  .blik.blik-invalid .blik-form-container .blik-input-container .blik-input-grid input:focus {
    border-color: #8c161b; }
.blik.blik-invalid .blik-form-container .blik-input-container .blik-input-state {
  width: 52px; }
.blik.blik-invalid .blik-form-container .blik-input-container .blik-input-state .blik-state {
  background: #E52F08;
  color: #FFF; }
  .blik.blik-invalid .blik-form-container .blik-input-container .blik-input-state .blik-state img {
    display: none; }
  .blik.blik-invalid .blik-form-container .blik-input-container .blik-input-state .blik-state .fa {
    display: inline-block;
    animation: alert 0.1s linear 2; }
@keyframes alert {
  0% {
    transform: translateX(0px); }
  20% {
    transform: translateX(2px); }
  60% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(0px); } }
  .blik.blik-invalid .blik-form-container .blik-input-container .blik-input-state .blik-state > .fa:before {
    content: "\f071"; }
.blik.blik-warning .blik-form-container .blik-input-container > span, .blik.blik-warning .blik-form-container .blik-input-container .blik-input-grid input {
  border-color: #3c3c3c; }
.blik.blik-warning .blik-form-container .blik-input-container > span {
  background: linear-gradient(180deg, #000000, #464646 95%);
  border-right-color: transparent !important; }
  .blik.blik-warning .blik-form-container .blik-input-container > span input {
    background: #FFF; }
.blik.blik-warning .blik-form-container .blik-input-container .blik-input-grid input {
  color: #383838; }
.blik.blik-warning .blik-form-container .blik-input-container .blik-input-state {
  width: 52px; }
.blik.blik-warning .blik-form-container .blik-input-container .blik-input-state .blik-state {
  border-radius: 3px;
  border-color: #3c3c3c;
  border-left-color: transparent !important;
  border-left: none;
  background: linear-gradient(180deg, #000000, #464646 95%);
  color: #FFF; }
  .blik.blik-warning .blik-form-container .blik-input-container .blik-input-state .blik-state img {
    display: none; }
  .blik.blik-warning .blik-form-container .blik-input-container .blik-input-state .blik-state .fa {
    display: inline-block;
    animation: spin 2s cubic-bezier(0.9, 0, 0, 0.9) infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
  .blik.blik-warning .blik-form-container .blik-input-container .blik-input-state .blik-state > .fa:before {
    content: "\f254"; }
  .blik.blik-warning .blik-form-container .blik-input-container .blik-input-state .blik-state > .fa:after {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #e52f08;
    border-radius: 99px;
    animation: blip 3s linear infinite; }
@keyframes blip {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.blik.blik-valid .blik-form-container .blik-input-container > span input {
  background: #FFF; }
.blik.blik-valid .blik-form-container .blik-input-container .blik-input-grid {
  visibility: hidden;
  width: 0;
  overflow: hidden;
  height: inherit;
  padding: 0; }
.blik.blik-valid .blik-form-container .blik-input-container .blik-input-state {
  width: 52px; }
.blik.blik-valid .blik-form-container .blik-input-container .blik-input-state .blik-state {
  color: #15bb00;
  border-radius: 3px; }
  .blik.blik-valid .blik-form-container .blik-input-container .blik-input-state .blik-state img {
    display: none; }
  .blik.blik-valid .blik-form-container .blik-input-container .blik-input-state .blik-state .fa {
    display: inline-block; }
  .blik.blik-valid .blik-form-container .blik-input-container .blik-input-state .blik-state > .fa:before {
    content: "\f00c"; }
.blik .blik-form-container {
  font-size: 18px; }
  .blik .blik-form-container label {
    display: block; }
  .blik .blik-form-container small {
    font-size: 70%; }
  .blik .blik-form-container .blik-input-container > span {
    position: relative;
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    display: inline-block;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease, border 0.1s ease, width 1s ease;
    height: 54px; }
  .blik .blik-form-container .blik-input-container .blik-key-container {
    margin: 0 11px 0 4px;
    height: 54px;
    top: -1px;
    line-height: 50px;
    position: relative; }
    .blik .blik-form-container .blik-input-container .blik-key-container.hide {
      display: none;
      visibility: hidden; }
    .blik .blik-form-container .blik-input-container .blik-key-container .blik-key {
      vertical-align: middle;
      display: inline-block;
      background: transparent;
      padding: 3px 25px 3px 10px;
      font-family: inherit;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      border: 2px solid #ffffff;
      border-radius: 7px;
      height: 35px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.52);
      outline: none !important; }
      .blik .blik-form-container .blik-input-container .blik-key-container .blik-key * {
        color: #3c3c3c; }
    .blik .blik-form-container .blik-input-container .blik-key-container:after {
      content: '\25BC';
      display: block;
      position: absolute;
      top: 0px;
      right: 13px;
      width: 5px;
      height: 5px;
      color: #ffffff;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
      font-size: 10px;
      line-height: 54px;
      vertical-align: middle; }
  .blik .blik-form-container .blik-input-container .blik-click {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    border-radius: 3px 0 0 3px;
    padding: 0 30px;
    font: inherit;
    width: 150px;
    height: 54px;
    top: -1px;
    left: -1px;
    font-weight: 600;
    background-color: #1d1d1d;
    background-color: linear-gradient(180deg, #000000, #464646 95%);
    border: 1px solid #3c3c3c;
    color: #FFF;
    opacity: 1;
    transition: background-color 0.3s ease, border 0.1s ease, width 0.5s ease opacity 0.5s ease; }
    .blik .blik-form-container .blik-input-container .blik-click.hide {
      display: none;
      visibility: hidden; }
    .blik .blik-form-container .blik-input-container .blik-click[disabled] {
      padding: 0;
      background-color: #ae2607;
      border-color: #ae2607 !important;
      border: none;
      width: 0;
      opacity: 0; }
    .blik .blik-form-container .blik-input-container .blik-click:hover {
      background-color: #E52F08;
      border-color: #ae2607; }
    .blik .blik-form-container .blik-input-container .blik-click:active {
      background-color: #ae2607;
      border-color: #a52507;
      box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .blik .blik-form-container .blik-input-container .blik-input-grid {
    display: inline-block;
    padding: 2px 8px;
    transition: width 1s ease;
    width: 130px; }
    .blik .blik-form-container .blik-input-container .blik-input-grid.hide {
      display: none;
      visibility: hidden; }
    .blik .blik-form-container .blik-input-container .blik-input-grid input {
      width: 100%;
      text-align: center;
      height: 32px;
      font-size: 24px;
      color: #9c9c9c;
      border: 1px solid #e2e2e2;
      border-radius: 4px;
      float: left;
      font-weight: 600;
      padding: 7px 8px;
      margin-top: 8px;
      transition: border 0.1s ease, color 0.5s ease; }
      .blik .blik-form-container .blik-input-container .blik-input-grid input + input {
        margin-left: 6px; }
      .blik .blik-form-container .blik-input-container .blik-input-grid input:focus {
        outline: none;
        border-color: #afafaf; }
  .blik .blik-form-container .blik-input-container .blik-input-state {
    position: relative;
    top: -1px;
    width: 68px;
    transition: width 0.5s ease;
    float: right;
    height: 54px;
    margin-left: -1px;
    margin-right: -1px; }
    .blik .blik-form-container .blik-input-container .blik-input-state .blik-state {
      width: 100%;
      height: inherit;
      border: 1px solid #dadada;
      background: #e8e8e8;
      text-align: center;
      vertical-align: middle;
      line-height: 52px;
      border-radius: 0 3px 3px 0;
      transition: background 0.5s ease, border 0.1s ease;
      color: #d8d8d8; }
      .blik .blik-form-container .blik-input-container .blik-input-state .blik-state .fa {
        display: none; }
      .blik .blik-form-container .blik-input-container .blik-input-state .blik-state img {
        width: 37px;
        margin-top: -2px;
        vertical-align: middle; }

.thumb {
  display: inline-block;
  width: 190px;
  height: 320px;
  padding: 10px; }

.thumbimg {
  width: 190px;
  height: 280px;
  display: inline-block;
  background: #F0F0F0;
  border: 10px solid #FFF; }

#listawynikow {
  margin: auto;
  text-align: center; }

#toggle-register-column > form > div > label.newsletter {
  font-size: 12px; }

.adress_form_newsletter > label > ul.errors > li {
  color: red; }

/*# sourceMappingURL=style.css.map */
