/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: Lato, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555655;
  font-weight: normal;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e6e7e8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  padding: 9px 10px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-top: 27px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
border-bottom: 1px solid #e6e7e8
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #555655;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px;
  font-size: 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #555655
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #eb262e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background: url(../img/gb-70.png) repeat 0 0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  margin: 0 20px;
  padding: 7px 0;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #8b8c8b
}
.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff !important;
  background: url(../img/s-arrow-right.png) no-repeat 0 50% scroll;
  padding: 7px 0 7px 8px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
li.dropdown:hover .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  
}
.carousel-control.right {
  left: auto;
  right: 0;

}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 10;
  padding: 20px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: url(../img/gb-30.png) repeat 0 0 scroll;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@import url(http://fonts.googleapis.com/css?family=Lato);

body {
    font-family: Lato, Roboto, Arial, sans-serif;
}

a, a:hover, a:focus {
    outline: none !important;
}

a:hover {
    color: #ed1c24 !important;
    text-decoration: none
}

a:hover {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.e {
    color: #ff0000;
    border: 1px solid #000;
    padding: 10px;
    font-weight: bold;
    margin: 10px 0
}

.k {
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    font-weight: bold;
    margin: 10px 0
}

#newsletter_info {
    color: red;
    font-size: 11px;
    width: 200px;
    line-height: 13px;
    margin: 6px 0 0 0
}

.szukaj .tooltip {
    min-width: 170px
}

.szukaj .tooltip-inner {
    background: #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff
}

.artykulZdjecie {
    margin: 15px 0 0 0
}

.artykulZdjecie img {
    border: 1px solid #BEADA6
}

/*.smallBlock { text-transform: lowercase; }*/
.lang {
    text-transform: uppercase;
}

.btn {
    padding: 3px 10px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    border: none
}

a.btn:hover, input.btn:hover {
    color: #fff !important;
    opacity: 0.6
}

.btn-czerwony {
    background: #fd0027;
    color: #fff;
}

.btn-szary {
    background: #555655;
    color: #fff;
}

.width10 {
    width: 10%
}

.width20 {
    width: 20%
}

.width30 {
    width: 30%
}

.width33 {
    width: 33.3%
}

.width40 {
    width: 40%
}

.width50 {
    width: 50%
}

.width60 {
    width: 60%
}

.width70 {
    width: 70%
}

.width80 {
    width: 80%
}

.width90 {
    width: 90%
}

.width100 {
    width: 100%
}

.lineHeight1 {
    line-height: 1
}

.h3Light h3 {
    font-weight: 400 !important
}

.txtAR {
    text-align: right;
}

.txtAL {
    text-align: left;
}

.margL10 {
    margin-left: 10px;
}

.margL20 {
    margin-left: 20px;
}

.margL30 {
    margin-left: 30px;
}

.margL40 {
    margin-left: 40px;
}

.margL50 {
    margin-left: 50px;
}

.margR10 {
    margin-right: 10px;
}

.margR20 {
    margin-right: 20px;
}

.margR30 {
    margin-right: 30px;
}

.margR40 {
    margin-right: 40px;
}

.margR50 {
    margin-right: 50px;
}

.margB10 {
    margin-bottom: 10px;
}

.margB20 {
    margin-bottom: 20px;
}

.margB30 {
    margin-bottom: 30px;
}

.margB40 {
    margin-bottom: 40px;
}

.margB50 {
    margin-bottom: 50px;
}

.margB60 {
    margin-bottom: 60px;
}

.margB100 {
    margin-bottom: 100px;
}

.margT10 {
    margin-top: 10px;
}

.margT15 {
    margin-top: 15px;
}

.margT20 {
    margin-top: 20px;
}

.margT30 {
    margin-top: 30px;
}

.margT40 {
    margin-top: 40px;
}

.margT50 {
    margin-top: 50px;
}

.margT60 {
    margin-top: 60px;
}

.margT100 {
    margin-top: 100px;
}

.margR10 {
    margin-right: 10px;
}

.margR15 {
    margin-right: 15px;
}

.margR20 {
    margin-right: 20px;
}

.margR30 {
    margin-right: 30px;
}

.margR40 {
    margin-right: 40px;
}

.margR50 {
    margin-right: 50px;
}

.margR100 {
    margin-right: 100px;
}

.margL10 {
    margin-left: 10px;
}

.margL15 {
    margin-left: 15px;
}

.margL20 {
    margin-left: 20px;
}

.margL30 {
    margin-left: 30px;
}

.margL40 {
    margin-left: 40px;
}

.margL50 {
    margin-left: 50px;
}

.margL100 {
    margin-left: 100px;
}

.blackFull {
    background: #000;
    height: 30px;
    color: #FFFFFF;
}

footer {
    font-size: 12px;
}

.flaga_produkcja {
    text-align: center;
    padding: 0 0 10px 0;
}

.flaga_produkcja img {
    max-width: 100%;
}

.blackFull span {
    display: inline-block;
    margin-top: 5px
}

.blackFull a {
    color: #fff
}

.btn-link-white {
    color: #fff;
    background: url(../img/white-arrow-d.png) no-repeat 100% 65% scroll;
    padding: 0 15px 0 0;
    font-size: 12px
}

.btn-link-grey {
    color: #555655;
    background: url(../img/s-arrow-down.png) no-repeat 100% 65% scroll;
    padding: 0 15px 0 0;
    font-size: 12px
}

.btn.btn-link-grey:hover {
    color: #ff0000 !important
}

.lang {
    margin-left: 50px
}

.italic {
    font-style: italic
}

.bold {
    font-weight: 700
}

.p12 {
    font-size: 12px;
}

.p15 {
    font-size: 15px;
}

.p17 {
    font-size: 17px;
}

.p22 {
    font-size: 22px;
}

.lang ul li {
    display: inline-block;
}

.logowanieBtn {
    background: url('../img/white-arrow-r.png') no-repeat 0 50% scroll;
    padding: 0 0 0 10px;
}

.navbar {
    margin-bottom: 0
}

.navbar li a {
    text-transform: uppercase
}

.navbar-nav {
    margin-top: 20px
}

.navbar-nav > li {
    border-right: 1px solid #e6e7e8
}

.navbar-default .navbar-nav > li > a {
    padding: 15px 18px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    font-family: Lato, Roboto, Arial, sans-serif;
}

.navbar-default .navbar-nav > li > a:focus {
    outline: none
}

.navbar-nav li.lastItem {
    border: none
}

.navbar .container {
    position: relative;
}

.navbar-brand img {
    margin-left: -15px
}

.navbar-brand:focus {
    outline: none
}

.lastItemM a {
    border-bottom: none !important
}

.doSklepu {
    position: absolute;
    top: 18px;
    right: 0;
    background: #ed1f24;
    padding: 3px 10px 0 10px;
    text-align: center;
    line-height: 1;
    width: 87px;
    height: 37px;
}

.doSklepu p a {
    color: #fff;
    line-height: 1;
    font-size: 16px
}

.doSklepu p a:hover {
    color: #000 !important
}

.doSklepu p {
    margin: 0
}

.szukaj {
    margin-top: -10px;
    margin-bottom: 5px
}

.szukaj input[type="text"] {
    background: url(../img/lupa-ico.png) no-repeat 95% 50% scroll;
    border: 1px solid #000;
    box-shadow: 0 0 3px 3px #eee inset;
    -webkit-box-shadow: 0 0 3px 3px #eee inset;
    padding: 1px 5px 2px 5px;
    color: #555655;
    width: 131px;
    height: 20px;
    font-size: 12px;
}

.szukaj label {
    color: #555655;
    font-size: 12px;
    margin-right: 5px;
    line-height: 16px;
    vertical-align: middle;
    padding: 3px 0 0 0
}

.arrowSliderLeft {
    background: url(../img/slajder-arrow-left.png) no-repeat 50% 50% scroll;
    width: 11px;
    height: 25px;
    left: 15%;
    position: absolute;
    top: 50%;
}

.carousel-control.left:focus {
    outline: none
}

.carousel-control.right:focus {
    outline: none
}

.arrowSliderRight {
    background: url(../img/slajder-arrow-right.png) no-repeat 50% 50% scroll;
    width: 11px;
    height: 25px;
    right: 15%;
    position: absolute;
    top: 50%;
}

.carousel-caption h1 {
    margin: 0
}

.carousel-caption h1 a {
    color: #fff
}

.carousel-caption h1 a:hover {
    color: #C5C6C0 !important
}

.carousel-caption h1 a:focus {
    outline: none
}

.podSliderM {
    margin-top: 20px
}

.podSliderM h5 {
    margin: 0 0 10px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 12px
}

.podSliderM .kwadratowe {
    border-left: 1px solid #e6e7e8;
    position: relative
}

.podSliderM .kwadratowe img {
    float: left;
    margin: 0 10px 0 0
}

.podSliderM .kwadratowe p {
    position: absolute;
    bottom: -3px;
    margin: 0;
    left: 110px
}

.newsletterAktualnosci {
    border-top: 1px solid #e6e7e8;
}

.newsletterAktualnosci > div {
    margin: 10px 0
}

.newsletterAktualnosci h3 {
    display: block;
    color: #000;
    margin: 33px 50px 33px 0;
    float: left
}

.naBox {
    display: block;
    float: left
}

.naBox a {
    color: #555655;
}

.naBox a:hover {
    color: #555655;
}

.newsyW {
    border-left: 1px solid #e6e7e8;
}

.naBox.newsy li {
    font-size: 11px;
    margin: 0 0 7px 0;
    background: url(../img/s-arrow-right.png) no-repeat 0 50% scroll;
    padding: 0 0 0 8px;
}

.newsy.naBox {
    margin: 17px 0 0 0
}

.newsletter.naBox {
    margin: 40px 0 0 0
}

.newsletter.naBox input[type="text"] {
    border: 1px solid #000;
    padding: 3px 10px 4px;
    margin: 0 5px 0 0;
    width: 200px
}

.newsletter.naBox input[type="submit"] {
    background: url(../img/submit-btn-arrow.png) no-repeat 0 0 scroll;
    text-indent: -9000px;
    border: 0;
    width: 42px;
    height: 24px
}

.podstronaFM {
    margin-top: 50px
}

.footerMenu {
    border-top: 1px solid #E6E7E8;
    margin-top: 20px;
}

.footerMenu li {
    margin: 0 0 2px 0
}

.footerMenu li a {
    color: #4c4c4c;
    font-size: 13px;
}

.footerMenu h3 {
    font-size: 14px;
    text-transform: uppercase;
    background: url(../img/s-arrow-right.png) no-repeat 0 50% scroll;
    padding: 0 0 0 8px;
    margin: 0 0 10px 0
}

.footerMenu h3 a {
    color: #000
}

.footerMenu > div {
    margin: 10px 0;
    border-left: 1px solid #E6E7E8;
}

.lastItemF, .firstItemF {
    border-left: none !important;
}

.thirdItem {
    width: 19%
}

.menuBoczne {
    margin-left: -15px;
    margin-top: 80px;
    text-transform: uppercase;
}

.menuBoczne h2 {
    color: #a8978a;
    font-style: italic;
    font-size: 42px;
}

.menuBoczne ul li {
    background: url("../img/brown-arrow-r.png") no-repeat scroll 0 10px transparent;
    padding: 5px 0 5px 10px;
    margin: 0;
    border-top: 1px solid #d1d3d4;
    width: 200px
}

.menuBoczne li a:focus {
    text-decoration: none !important;
    outline: none !important
}

.menuBoczne.kolekcja ul li {
    width: auto;
}

.rozmiarTable {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid #fff;
    background: #eee;
    text-align: center
}

.rozmiarTable th {
    border-collapse: collapse;
    border: 1px solid #fff;
    background: #A8978A;
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
}

.rozmiarTable td {
    border-collapse: collapse;
    border: 1px solid #fff;
    background: #eee;
    padding: 6px 10px;
}

@media only screen and (max-width: 768px) {
    .rozmiarTable {
        width: 100%
    }
}

.menuBoczne ul li.firstItemSM {
    border: none
}

.menuBoczne ul li a.activeMenu {
    font-weight: bold;
    color: #ff0000
}

.menuBoczne ul li a {
    color: #555655;
}

.menuBoczne ul li li {
    background: url("../img/brown-arrow-r.png") no-repeat scroll 10px 10px transparent;
    padding-left: 20px
}

.menuBoczne li ul {
    display: none;
}

.menuBoczne li.current-li ul {
    display: block;
}

.menuBoczne li.current-li > span:first-child {
    font-weight: bold;
}

.menuBoczne .menu-sidebar a, .menuBoczne .menu-sidebar span {
    cursor: pointer;
}

.menuBoczneWaskie {
    /*background: #e6e7e8*/
}

.menuBoczneWaskie li {
    margin: 0;
    padding: 7px 0;
    border-top: 1px solid #e6e7e8;
}

.menuBoczneWaskie li a.activeMenu {
    font-weight: bold;
    color: #ff0000
}

.menuBoczneSiecSp {
    background: #fff;
    padding: 20px 10px
}

.menuBoczneSiecSp li {
    margin: 0;
    text-transform: uppercase;

    padding: 8px 8px 8px 0px;
    border-top: 1px solid #D1D3D4;
}

.menuBoczneSiecSp li a {
    color: #555655;
    text-transform: uppercase;
    background: url(../img/s-arrow-right.png) no-repeat 0 50% scroll;
    font-size: 14px;
    padding: 0 0 0 8px;
}

.menuBoczneSiecSp li a:hover {
    background: url(../img/s-arrow-right-h.png) no-repeat 0 50% scroll;
    text-decoration: none !important;
}

.bottomM {
    margin: 30px 0 10px 0
}

.topM {
    margin: 10px 0 30px 0
}

.miesiaceMenu h5, .miesiaceMenu h5 a {
    color: #fd0027 !important;
    text-transform: none !important;
    font-weight: 700
}

.firstItemK {
    border-top: none !important
}

.menuBoczneWaskie li a {
    color: #555655;
    text-transform: uppercase
}

li.activeMenu a {
    /*color: #fd0027*/
}

.breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px
}

.breadcrumbs.szczegoly {
    margin: 0 0 0 65px
}

.breadcrumbs li {
    display: inline-block;
    background: url("../img/s-arrow-right.png") no-repeat scroll 100% 50% transparent;
    padding: 0 6px 0 0;
    margin: 0 6px 0 0
}

.breadcrumbs li.lastItemB {
    background: none
}

.breadcrumbs li a {
    color: #555655;
}

.baner {
    background: #e0dad6;
    padding: 10px 0;
    text-align: center;
}

.pgPrev {
    background: url("../img/2arrows-back.jpg") no-repeat scroll 0 50% transparent;
    padding: 0 0 0 5px;
}

.pgNext {
    background: url("../img/2arrows-forward.jpg") no-repeat scroll 100% 50% transparent;
    padding: 0 5px 0 0;
}

.przedmiotyKolumna {
    margin-right: -30px
}

.przedmiotyKolumna li {
    display: block;
    float: left;
    width: 188px;
    margin: 0 2px 20px 2px;
    position: relative;
}

.przedmiotyKolumna li .zdjecie {
    width: 188px;
    height: 310px;
    border: 1px solid #d1d3d4;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.przedmiotyKolumna li .zdjecie2 {
    width: 188px;
    height: 234px;
    border: 1px solid #d1d3d4;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.przedmiotyKolumna li.infoNowosc:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 75px;
    height: 90px;
    background: url("../img/info-nowosc.png") no-repeat scroll 0 0 transparent;
}

.przedmiotyKolumna li.infoWyprzedaz:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 75px;
    height: 90px;
    background: url("../img/info-wyprzedaz.png") no-repeat scroll 0 0 transparent;
}

.przedmiotyKolumna li img {
    cursor: pointer;
}

.przedmiotyKolumna li img:hover {
    opacity: 0.7
}

.przedmiotyKolumna h3 {
    font-size: 12.5px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    color: #555655;
}

.przedmiotyKolumna h3 a {
    color: #555655;
}

.przedmiotyKolumna p {
    font-size: 12.5px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
}

.zdjeciaSzczegoly .duzeZdj {
    width: 279px;
    height: 350px;
    position: relative;
    border: 1px solid #d1d3d4;
    text-align: center;
    float: left;
    z-index: 100;
    overflow: hidden;
}

.zdjeciaSzczegoly .duzeZdj .lupa {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 120
}

.zdjeciaSzczegoly .duzeZdj.infoNowosc:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 75px;
    height: 90px;
    background: url("../img/info-nowosc.png") no-repeat scroll 0 0 transparent;
}

.zdjeciaSzczegoly .duzeZdj.infoWyprzedaz:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 75px;
    height: 90px;
    background: url("../img/info-wyprzedaz.png") no-repeat scroll 0 0 transparent;
}

.zdjeciaSzczegoly .duzeZdj a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}

.zdjeciaSzczegoly .maleZdj {
    width: 63px;
    height: 80px;
    float: left;
    position: relative;
    border: 1px solid #d1d3d4;
    text-align: center;
    margin: 7px 9px 7px 0;
    overflow: hidden;
}

.opisOdziezy h1 {
    color: #ea262e;
    font-size: 14px;
    margin: 20px 0;
    font-weight: 700
}

.parametry li {
    font-size: 12.5px;
    margin: 0 0 20px 0
}

.parametry li p {
    margin: 0 0 20px 0;
    line-height: 1.8;
}

.parametry .kwadracikKolor {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.tooltip-inner {
    background: #e0dbd7;
    color: #555655;
    border-radius: 0px;
}

.koloryTitle {
    display: block;
    width: 40px;
    float: left;
    margin: 5px 5px 0 0
}

.parametry .brazowy {
    background: #682d2f
}

.parametry .zielony {
    background: #00a162
}

.headerPodstrona h1 {
    color: #a8978a;
    font-size: 42px;
    margin: 10px 0;
    font-style: italic;
}

p.lead {
    color: #a8978a;
    font-size: 17px;
    margin: 10px -15px 30px -15px;
    font-style: italic;
    font-weight: 400
}

.wadimaponad p {
    width: 34%;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    font-style: italic;
    font-family: Lato, Roboto, arial;
}

.wyrozniasieKol {
    width: 45%;
    background: url(../img/nawias-lewo.png) no-repeat 0 13px;
    padding: 0 0 0 80px;
    min-height: 380px;
}

.wyrozniasieKolru {
    width: 45%;
    background: url(../img/nawias-lewo-ru.png) no-repeat 0 13px;
    padding: 0 0 0 80px;
    min-height: 460px;
}

.wyrozniasie {
    border-top: 1px solid #e6e7e8;
    margin-top: 20px;
    padding-top: 20px
}

.wyrozniasie h2 {
    color: #a8978a;
    font-size: 30px;
    margin: 0 0 15px 0;
    font-style: italic
}

.lista li {
    background: url("../img/brown-arrow-r.png") no-repeat scroll 0 7px transparent;
    padding: 0 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4
}

.lekkibraz {
    color: #a8978a
}

.lekkibraz.border {
    color: #a8978a;
    padding: 10px 0;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    margin: 10px 0;
}

.historiaPage p {
    font-style: italic;
    line-height: 1.3
}

.histp1 {
    margin-top: 10px
}

.histp2 {
    margin-right: 10%
}

.historia1 p {
    margin: 10px 0
}

.historia2 > div, .historia3 > div, .historia4 > div {
    float: left
}

.historia2, .historia3, .historia4 {
    border-top: 1px solid #e6e7e8;
    margin-top: 20px;
    padding-top: 20px
}

.historia2 h6 {
    font-weight: 400;
    font-size: 16.5px;
    font-style: italic;
    line-height: 1.2;
    float: left;
    width: 95%;
}

.historia3 h6 {
    font-weight: 400;
    font-size: 16.5px;
    font-style: italic;
    line-height: 1.2;
    float: left;
    width: 90%;
}

.historia2 h6 {
    margin: 20px 0
}

.historia3 h6 {
    margin: 0px 0 0px 10px
}

.historia2 .nawias {
    float: left;
    margin: 20px 0 20px 10px;
}

.historia3 .nawias {
    float: left;
    margin: 20px 0 20px 10px;
}

.historia3 .numery {
    margin: 30px 0;
    font-family: Lato, Roboto, arial;
    font-style: italic;
    font-size: 15px;
}

.historia4 .numery {
    margin: 55px 0;
    font-family: Lato, Roboto, arial;
    font-style: italic;
    font-size: 15px;
}

.numery p {
    margin: 20px 0 0 10px;
    font-weight: bold;
}

.numery.nrJeden {
    background: url("../img/nr1.png") no-repeat scroll 95% 90% transparent;
}

.numery.nrDwa {
    background: url("../img/nr2.png") no-repeat scroll 95% 90% transparent;
}

.politykaJakosci h6 {
    font-weight: 700;
    font-size: 16.5px;
    font-style: italic;
    line-height: 1.4;
}

.bduzyNawias {
    background: url(../img/nawias-lewo.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
    min-height: 360px;
}

.duzyNawias {
    background: url(../img/nawias-md.jpg) no-repeat 0 0 scroll;
    padding: 0 0 0 55px;
    min-height: 262px;
}

.duzyNawias h6 {
    font-size: 16.5px;
    line-height: 19px;
    font-style: italic
}

.sredniNawias h6 {
    font-size: 16.5px;
    line-height: 19px;
    font-style: italic
}

.duzyNawias.border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    box-sizing: content-box;
    -moz-box-sizing: content-box !important;
    background-position: 0 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sredniNawias.border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    box-sizing: content-box;
    -moz-box-sizing: content-box !important;
    background-position: 0 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sredniNawias {
    background: url(../img/nawias-sm.jpg) no-repeat 0 15px scroll;
    padding: 0 0 0 39px;
    min-height: 180px;
}

.sredniNawias2 {
    background: url(../img/nawias-sm2.jpg) no-repeat 0 0px scroll;
    padding: 25px 20px 0 60px;
    min-height: 250px;
}

.sredniNawias2 h6 {
    font-size: 16.5px;
    line-height: 24px;
    font-style: italic
}

.sredniNawias3 {
    background: url(../img/nawias-sm3.jpg) no-repeat 0 0px scroll;
    padding: 0px 0px 0 50px;
    min-height: 200px;
}

.sredniNawias3 h6 {
    font-size: 16.5px;
    line-height: 24px;
    font-style: italic;
    margin-top: 20px !important
}

.politykaJakosci .row {
    border-top: 1px solid #e6e7e8;
    margin-top: 20px;
    padding-top: 20px
}

.wzornictwo1 .width50 {
    float: left
}

.wzornictwo2 {
    border-top: 1px solid #e6e7e8;
    margin-top: 20px;
    padding-top: 20px
}

.wzornictwo1 .pw1 {
    margin: 20px 30px 0 30px;
}

.wzornictwo2 .pw2 {
    margin: 0 20px
}

.wzornictwo1 h6 {
    font-weight: 400;
    font-size: 16.5px;
    font-style: italic;
    line-height: 1.2;
    float: left;
    width: 90%;
}

.produkcja1 .width50 {
    float: left
}

.produkcja2 {
    border-top: 1px solid #e6e7e8;
    margin-top: 20px;
    padding-top: 20px
}

.produkcja1 p {
    margin: 0 0 20px -15px
}

.produkcja1 .pw1 {
    margin: 0 30px
}

.produkcja2 .pw2 {
    margin: 0 20px
}

.produkcja1 h6 {
    font-weight: 400;
    font-size: 16.5px;
    font-style: italic;
    line-height: 1.2;
    float: left;
    width: 90%;
    margin: 25px 0 0 0;
}

.pp1 {
    margin-left: 40px
}

.pp2 {
    margin-right: 20px
}

.czerwony {
    color: #ed1f24;
    font-weight: 700
}

.headerKontakGroup {
    margin-bottom: 20px
}

.kontaktGroup p {
    font-size: 14px
}

.kontaktGroup h3, .kontaktGroup h3 a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0
}

.kontaktGroupBody ul li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000
}

.karieraHeader {
    background: #e6e7e8;
}

.karieraHeader .karieraCol {
    width: 33%;
    display: inline-block;
    padding: 5px;
    vertical-align: top
}

.karieraHeader .karieraCol h3 {
    margin: 0 0 20px 0
}

.karieraBody {
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 10px
}

.karieraBody p {
    line-height: 1.5
}

.karieraHeader .karieraCol h5 {
    margin: 0 0 5px 0
}

.newsyBody .kontaktGroupBody li {
    padding: 0 10px 10px 10px
}

.newsyBody .kontaktGroupBody h5 {
    font-size: 12px;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0
}

.newsGrey {
    background: #e6e7e8
}

.dzialyhandlowe div {
    width: 33%;
    display: inline-block;
    padding: 5px;
    vertical-align: top
}

.kontaktForm {
    padding: 30px 10px !important
}

.kontaktForm .poleFor {
    width: 500px;
    overflow: hidden;
    margin: 0 0 15px 0
}

.kontaktForm .obowiazkowe {
    margin: 0 0 0 38%;
    text-align: left;
    color: #ff0000
}

.kontaktForm .poleFor label {
    display: inline-block;
    width: 38%;
    text-align: right;
    margin-right: 1%;
    color: #000;
    font-size: 12px;
    vertical-align: middle
}

.kontaktForm .klawisze input {
    border: none;
    display: inline-block;
    width: 29%;
    margin: 0 4px 0 5px
}

.formularzwysylania {
    margin: 30px 0
}

.kontaktForm .poleFor input[type="text"], .kontaktForm .poleFor textarea {
    display: inline-block;
    width: 60%;
    border: 1px solid #000;
    padding: 1%;
}

/* Flagi */
.czechy {
    background: url(../img/flagi/czechy.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.slowacja {
    background: url(../img/flagi/slowacja.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.rosja {
    background: url(../img/flagi/rosja.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.litwa {
    background: url(../img/flagi/litwa.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.lotwa {
    background: url(../img/flagi/lotwa.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.ukraina {
    background: url(../img/flagi/ukraina.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.estonia {
    background: url(../img/flagi/estonia.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.wegry {
    background: url(../img/flagi/wegry.png) no-repeat 0 0 scroll;
    padding: 0 0 0 42px;
}

.bg-mapa {
    background: url(../img/mapa-bg.png) no-repeat 0 0 scroll;
    width: 100%;
    padding-bottom: 20px
}

.siecZagranicaBody h3 {
    font-size: 17px;
    font-weight: 700;
    vertical-align: top;
    height: 28px
}

.siecZagranicaBody p {
    font-size: 12.5px;
    padding: 0 0 0 46px;
    line-height: 1.1
}

.siecZagranicaBody p a {
    text-decoration: underline
}

.siecZagranicaBody .col-sm-6 {
    padding: 0 10%
}

.selektorWoj .poleFor {
    display: inline-block;
    width: 70%;
    margin: 5px 0
}

.selektorWoj .poleFor label {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #555655;
    font-size: 12.5px;
    vertical-align: middle;
    font-weight: 400
}

.selektorWoj .poleFor select {
    border: 1px solid #000;
    display: inline-block;
    width: 99%;
    padding: 3px 5px;
    color: #555655;
    box-shadow: 0 0 3px 3px #eee inset;
    -webkit-box-shadow: 0 0 3px 3px #eee inset;
}

.selektorWoj .poleFor.klawisze input {
    padding: 4px 30px;
    margin-top: 5px
}

.powiatyBox {
    display: none;
}

.oddzialHandlowyOpis {
    padding-right: 0
}

.oddzialHandlowySzczegoly {
    position: relative
}

.oddzialHandlowySzczegoly .oddzialHandlowyOpis {
    position: absolute;
    top: 0;
    left: 0
}

.oddzialHandlowySzczegoly .oddzialHandlowyOpis li {
    border-top: none;
    margin: 0 0 20px 0;
    padding: 0
}

.oddzialHandlowyOpis h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.oddzialHandlowyOpis h6 {
    font-weight: 700;
    margin: 0
}

.oddzialHandlowyOpis img {
    margin-top: 50px
}

.oddzialHandlowyOpis p {
    font-size: 16px;
    margin-bottom: 20px
}

.phandlowi p {
    padding-left: 25px
}

.oddzialHandlowyOpis a {
    color: #555655;
    font-style: italic;
    font-weight: 400;
    font-family: Lato, Roboto, arial;
}

.oddzialHandlowyOpis h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 700
}

.pHandlowy1box {
    border-left: 20px solid #b3c5bb;
    padding-left: 5px
}

.pHandlowy2box {
    border-left: 20px solid #d5cab1;
    padding-left: 5px
}

.pHandlowy3box {
    border-left: 20px solid #898b8c;
    padding-left: 5px
}

.oddzialHandlowyOpis a:hover {
    cursor: pointer
}

.oddzialHandlowyOpis li {
    float: left;
    margin: 10px 0;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 20px
}

.firstItemPH {
    padding-top: 0 !important;
    border: none !important
}

.oddzialHandlowyOpis .pHandlowy1 {
    background: url(../img/phnadlowy1.png) no-repeat 100% 60% scroll;
    padding: 0 10px 0 0;
}

.oddzialHandlowyOpis .pHandlowy2 {
    background: url(../img/phandlowy2.png) no-repeat 100% 60% scroll;
    padding: 0 10px 0 0;
}

.oddzialHandlowyOpis .pHandlowy3 {
    background: url(../img/phandlowy3.png) no-repeat 100% 60% scroll;
    padding: 0 10px 0 0;
}

.oddzialCol40 {
    float: left;
    width: 45%;
}

.oddzialCol60 {
    float: left;
    width: 55%;
}

.powiekszMape {
    background: url(../img/lupa-mapka.png) no-repeat 0 60% scroll;
    padding: 0 0 0 20px;
}

.powiekszMape a {
    color: #555655;
    font-size: 12.5px;
    font-style: italic
}

.mapkaMenu {
    /*background: url(../img/mapka-menu.jpg) no-repeat 0 0 scroll;*/
    position: relative;
    width: 726px;
    height: 344px;
    display: inline-block;
}

.mapLayer {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.mapkaMenu h4 {
    font-size: 12.5px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
}

.mapkaMenu a:hover h4 {
    color: #FD0027
}

.sklepyFirmoweLista {
    padding-right: 0
}

.sklepyFirmoweLista h3 {
    font-weight: 700;
    margin: 0;
}

.sklepyFirmoweLista h6 {
    margin: 0
}

.sklepyFirmoweLista h5 {
    font-size: 12.5px;
    font-weight: 700;
    margin: 0 0 3px 0
}

.sklepyFirmoweLista p {
    font-size: 12.5px;
    line-height: 1.2;
    color: #555655;
    font-weight: 400
}

.sklepyFirmoweListaHeader {
    width: 100%;
    margin: 0 0 20px 0
}

.sklepyFirmoweListaHeader h6 {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 10px 0
}

.firmowyCol50 {
    width: 48%;
    display: block;
    float: left;
    padding-right: 1%
}

.sklepyFirmoweLista li {
    float: left;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0
}

/* Footer */

.copyNotice {
    margin-bottom: 20px
}

.copyNotice strong p {
    color: #939598;
    font-size: 11px;
    text-align: center
}

.copyNotice p {
    color: #bcbec0;
    font-size: 10px;
    text-align: center
}

footer p, footer a {
    font-size: 12px;
    color: #fff;
    margin: 5px 0
}

.noTopBorder {
    border-top: none !Important;
    margin-top: 0 !important;
    padding-top: 0 !important
}

.padding-right-50 {
    padding-right: 50px
}

@media (min-width: 1024px) {

    .przedmiotyKolumna {
        width: 768px;
    }

    .cert1 {
        margin-bottom: 30px
    }
}

@media (max-width: 990px) {
    .oddzialHandlowySzczegoly img {
        width: 40% !important;
        float: right !important;
        margin: 0 !important
    }

    .oddzialHandlowySzczegoly .oddzialHandlowyOpis {
        position: static;
        float: left
    }

    .oddzialHandlowySzczegoly .oddzialHandlowyOpis li {
        width: 100%;
        clear: both;
    }
}

@media (width: 768px) {
    .navbar-nav {
        margin: 0 0 0 -15px !important
    }

    .szukaj {
        margin: 0 0 10px 10px !important
    }

    .dlaMamy img {
        width: 100%;
        margin: 0 0 10px
    }

    .newsletterAktualnosci h3 {
        margin: 10px 10px 10px 0;
        font-size: 20px
    }

    .newsy.naBox {
        margin: 0
    }

    .footerMenu > div {
        width: 25%
    }

    .emptyCol {
        display: none
    }

    .newsletter.naBox {
        margin: 0;
    }

    .menuBoczne ul li {
        width: 150%
    }

    .przedmiotyKolumna {
        width: 577px;
    }

    .opisOdziezyWrap {
        margin-left: 30px;
        margin-right: -30px;
    }

    .zdjeciaSzczegoly .maleZdj {
        margin: 7px 6px 7px 0
    }

    .breadcrumbs.szczegoly {
        margin: 0 0 0 50px
    }

    .wadimaponad p {
        width: 100%;
        margin: 10px 0
    }

    .wadimaponad img {
        text-align: center;
        float: none !important;
        margin: 0 auto;
    }

    .wyrozniasie img {
        width: 50%
    }

    .historiaPage .width50 {
        width: 100%
    }

    .historia1 {
        position: relative
    }

    .histp1 {
        width: 65%
    }

    .histp2 {
        position: absolute;
        top: 0;
        right: 0;
        width: 35%;
        margin: 0
    }

    .historia2 p {
        width: 70%;
        margin-left: 30%
    }

    .historia2 h6 {
        width: 80%
    }

    .cert1 {
        margin-top: 30px;
        margin-right: 30px
    }

    .cert2 {
        margin-top: 30px;
    }

    .wzornictwo1 img {
        width: 95%
    }

    .wzornictwo2 p {
        float: left;
        margin-top: 10px
    }

    .produkcja1 img {
        margin: 0;
        width: 100%
    }

    .produkcja2 p {
        float: left;
        margin: 10px 0
    }

    .headerKontakGroup img {
        width: 100%
    }

    .siecSprzedazy .col-sm-9, .siecSprzedazy .col-sm-3 {
        width: 100%;
        margin: 10px
    }

    .siecSprzedazy .col-sm-9 .mapkaMenu {
        margin-left: 0px;
        width: 100%
    }

}

@media (max-width: 767px) {

    .podSliderM {
        margin: 0;
        width: 100%;
    }

    .podSliderM .kwadratowe img {
        max-width: 100%;
    }

    .podSliderM .kwadratowe p {
        left: auto;
        position: relative;
    }

    .headerPodstrona {
        padding: 0 10px
    }

    .kwadratowe {
        float: left;
        width: 33.33%;
    }

    .podSliderM h5 {
        font-size: 11px
    }

    .podSliderM {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .newsletterAktualnosci > div {
        float: left;
    }

    .newsletter.naBox {
        margin: 18px 0 0;
    }

    .newsletterAktualnosci h3 {
        display: block;
        float: left;
        margin: 15px;
    }

    .footerMenu > div {
        width: 25%
    }

    .emptyCol {
        display: none
    }

    .menuBoczne ul li {
        width: 100%;
        margin: 10px
    }

    .przedmiotyKolumna {
        margin-right: 0
    }

    .przedmiotyKolumna li {
        margin: 4%
    }

    .zdjeciaSzczegolyWrap .duzeZdj {
        width: 100%
    }

    .breadcrumbs.szczegoly {
        margin: 0
    }

    .wadimaponad img {
        text-align: center;
        float: none !important;
        margin: 0 auto;
        width: 98%
    }

    .wyrozniasie img {
        width: 100%
    }

    .wadimaponad p {
        width: 99%;
        margin: 10px 0
    }

    .wyrozniasieKol,
    .wyrozniasieKolru {
        width: 100%;
        min-height: 370px
    }

    .wyrozniasieKol li,
    .wyrozniasieKolru li {
        margin: 0 0 10px 0
    }

    .historia1 > div, .historia2 > div, .historia3 > div, .historia4 > div {
        width: 98%;
        padding: 1%
    }

    .histp2 {
        display: none
    }

    .historia1 p {
        width: 100%
    }

    .cert1 {
        margin-bottom: 30px;
    }

    .wzornictwoPage .width50 {
        width: 100%
    }

    .wzornictwoPage img {
        width: 100%
    }

    .wzornictwo2 p {
        width: 100%;
        float: left;
        margin-top: 20px
    }

    .pw2 {
        display: none
    }

    .pw1 {
        margin: 0 !Important;

    }

    .produkcjaPage .width50 {
        width: 100% !important
    }

    .produkcja1 p {
        margin: 10px 0 !important
    }

    .produkcja2 img {
        width: 100%;
        margin: 0 0 20px 0
    }

    .headerKontakGroup img {
        width: 100%
    }

    .menuBoczneWaskie {
        display: inline-block;
        margin: 0 0 20px;
        width: 100%;
    }

    .dzialyhandlowe div {
        width: 49% !important;
    }

    .kontaktForm .poleFor {
        width: 100%
    }

    .bg-mapa {
        background: none
    }

    .selektorWoj {
        margin-top: 30px
    }

    .mapkaMenu {
        display: none
    }

}

#map-poland * {
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

@media (width: 360px) and (-webkit-min-device-pixel-ratio: 2), (width: 360px) {
    .navbar-brand {
        width: 70%;
        height: auto
    }

    .navbar-brand img {
        width: 100%;
        height: auto
    }

    .navbar-toggle {
        margin-left: -19px;
        margin-top: 20px;
    }

    .doSklepu {
        padding: 1px 10px;
        top: 16px;
    }

    .footerMenu h3 {
        font-size: 80%;
    }
}

@media (width: 320px) and (-webkit-min-device-pixel-ratio: 2), (width: 320px) {
    .navbar-brand {
        width: 70%;
        height: auto
    }

    .navbar-brand img {
        width: 100%;
        height: auto
    }

    .navbar-toggle {
        margin-left: -25px;
        margin-top: 18px;
    }

    .doSklepu {
        padding: 0 10px;
        top: 13px;
    }

    .footerMenu h3 {
        font-size: 60%;
    }
}

#ex1, #ex2, #ex3 {
    overflow: hidden;
    margin: 0 0 10px 0
}

#ex1 .color {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin: 0 10px 10px 0
}

#ex1 .triangle-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
}

#ex1 .triangle-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0px 0 40px;
}

#ex1 .triangle-bottom-left-small-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
}

#ex1 .triangle-bottom-left-small-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
}

#ex2 .color {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin: 0 10px 10px 0
}

#ex2 .triangle-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
}

#ex2 .triangle-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0px 0 30px;
}

#ex2 .triangle-bottom-left-small-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
}

#ex2 .triangle-bottom-left-small-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
}

#ex3 .color {
    width: 26px;
    height: 26px;
    position: relative;
    float: left;
    margin: 0 10px 10px 0
}

#ex3 .triangle-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 26px 26px 0;
}

#ex3 .triangle-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0px 0 26px;
}

#ex3 .triangle-bottom-left-small-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 0 13px 13px;
}

#ex3 .triangle-bottom-left-small-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 13px 13px 13px;
}

.pgSelect a {
    color: red !important;
    font-weight: bold;
}

#cookiesBox {
    background: #ececee;
    bottom: 0;
    color: #58585a;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #969799;
    font-size: 10px;
}

#cookiesBox a {
    color: #58585a;
    text-decoration: underline;
}

#cookiesBox2 {
    width: 990px;
    margin: 0 auto;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

#cookiesBoxClose {
    color: #58585a;
    text-decoration: underline;
}

#cookiesBoxClose:hover {
    color: #58585a;
    text-decoration: underline;
}

.artykulZdjecia {
    clear: both;
    padding: 10px 0 0 0;
}

.artykulZdjecia img {
    padding: 2px;
    border: 1px solid #d1d3d4;
    margin: 2px;
}

.infoNowosc2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 900;
    width: 75px;
    height: 90px;
    background: url("../img/info-nowosc.png") no-repeat;
}

.przedmiotyKolumna li.infoNowosc:after {
    background: none;
}

.zdjeciaSzczegoly .duzeZdj.infoNowosc:after {
    background: none;
}

#facebook {
    background: url("../img/facebook.png") no-repeat scroll 0px 0px transparent;
    right: -300px;
    padding-top: 0px;
    position: fixed;
    text-align: left;
    top: 200px;
    z-index: 100000;
    overflow: visible;
    width: 350px;
    padding-left: 50px;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('../img/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}/*! jQuery UI - v1.9.1 - 2012-10-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px);clip:rect(1px,1px,1px,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}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;zoom:1}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto;zoom:1}.ui-autocomplete{position:absolute;top:0;cursor:default}* html .ui-autocomplete{width:1px}.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;cursor:pointer;text-align:center;zoom:1;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner{border:0;padding:0}.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-year{width:100%}.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}.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{border-left-width:0}.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:0em}.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{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;zoom:1;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}* html .ui-tooltip{background-image:none}body .ui-tooltip{border-width:2px}.ui-widget{font-family: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:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;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 #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% 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:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.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)}.ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.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{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}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}/* default tooltip */
.css-map > li a,.css-map > li a:hover,#map-tooltip,.cssmap-tooltip-content{
  background: #111;
  background: rgba(0,0,0,.8);
  color: #eee;
  font: normal 13px 'Lucida Grande',Arial,sans-serif;
  padding: .5em 1.2em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  -moz-border-radius: .6em;
  -ms-border-radius: .6em;
  -o-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-radius: .6em;
 }
 .m660 .css-map > li a,.m500 .css-map > li a{ font-size: 11px }
 .m340 .css-map > li a,.m270 .css-map > li a,.m240 .css-map > li a{ font-size: 10px }
 .m170 .css-map > li a{ font-size: 9px }

 /* tooltip arrow; when you change its size don't forget to set tooltipArrowHeight variable in the cssMap(); function */
 .css-map > li a .tooltip-arrow{
  bottom: -5px; /* must be the same as a border-width */
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0,0,0,.8) transparent;
  border-width: 5px 5px 0 5px; /* this's a height of the arrow */
  margin-left: -5px; /* must be the same as a border-width */
 }
 .css-map > li a.tooltip-right .tooltip-arrow{
   margin-right: -5px; /* must be the same as a tooltip-arrow border-width */
  }
 .css-map > li a.tooltip-top .tooltip-arrow{ /* set tooltip under the arrow */
   border-width:0 5px 5px 5px;
   top: -5px;
  }

 /* tooltip style when the region is activated */
 .css-map .active-region a{background-color: #111}
  .css-map .active-region a .tooltip-arrow{border-color: #111 transparent}

 /* links in the visible list of regions */
 .map-visible-list a{
   /* color: #eee; */
  }
 .map-visible-list a:hover,.map-visible-list a:focus,.map-visible-list li.focus a{
   /* color: #fc0; */
  }
 .map-visible-list a:active,.map-visible-list li.active-region a{
   /* color: #cc3; */
  }


/* default pre-loader */
.map-loader{
  background: #111;
  background: rgba(0,0,0,.8);
  color: #eee;
  font: normal 14px 'Lucida Grande',Arial,sans-serif;
  padding: .6em 1.2em;
  text-shadow: 0 1px 0 #000;
  -moz-border-radius: .6em;
  -ms-border-radius: .6em;
  -o-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-radius: .6em;
 }
.m500 .map-loader,.m340 .map-loader{font-size:12px}
.m270 .map-loader,.m240 .map-loader,.m170 .map-loader{font-size:10px}

/* link to the search engine - shown in the multipleClick mode */
.map-search-link{
  /* your rules goes here */
 }
 .map-search-link:hover,a.map-search-link:focus{
   /* selected link style */
  }
 .m340 .map-search-link,.m270 .map-search-link,.m240 .map-search-link,.m170 .map-search-link{
   /* style for a specific map size, ex.:
   font-size: 1em;
   */
  }

/* --------------------------------------------------------
 * the maps starts here

 * DO NOT EDIT!

 * CSSMap plugin - Poland
 * version: 4.4
 * web: http://cssmapsplugin.com/europe/poland.html
 * email: support@cssmapsplugin.com
 * author: Łukasz Popardowski { Winston_Wolf }
 * license: http://cssmapsplugin.com/license
*/
.css-map-container{margin:0 auto !important;overflow:hidden;padding:0 !important;position:relative} .css-map{display:block;left:0;margin:0 !important;list-style:none;padding:0 !important;position:relative} .css-map > li{height:0;width:0} .css-map > li a{height:auto;margin:-9999px 0 0 0;position:absolute;text-decoration:none;width:auto;z-index:89} .css-map > li a:focus{outline:0 none} .css-map-container span{display:block;height:0;left:0;position:absolute;top:-9999px;width:0} .css-map > li a.tooltip-right{left:auto;right:0;width:auto} .css-map > li a .tooltip-arrow{left:50%;top:auto} .css-map > li a.tooltip-middle .tooltip-arrow{display:none} .css-map > li a.tooltip-top .tooltip-arrow{bottom:auto} .css-map > li a.tooltip-right .tooltip-arrow{left:auto} #map-tooltip{position:absolute;z-index:999} .css-map-container .cities{top:0;z-index:88} .css-map .bg{padding:10px} .css-map .active-region .bg{z-index:87} .css-map .m{cursor:pointer;z-index:99} .css-map .m span{z-index:89} .map-visible-list{clear:both;overflow:hidden} span.map-loader{height:auto;position:absolute;text-align:center;width:auto;z-index:90}

/* really, DO NOT EDIT THIS! */
.pl1 .s1{height:.2em;left:6em;top:9.5em;width:.1em}.pl1 .s2{height:.1em;left:6em;top:9.3em;width:.1em}.pl1 .s3{height:.1em;left:5.8em;top:9.1em;width:.1em}.pl1 .s4{height:.2em;left:5.7em;top:9.8em;width:.1em}.pl1 .s5{height:.5em;left:5.7em;top:9.2em;width:.3em}.pl1 .s6{height:.2em;left:5.7em;top:8.7em;width:.1em}.pl1 .s7{height:.2em;left:5.2em;top:8.6em;width:.5em}.pl1 .s8{height:1.4em;left:5.1em;top:8.8em;width:.6em}.pl1 .s9{height:.4em;left:1.6em;top:10.1em;width:.2em}.pl1 .s10{height:1.3em;left:1.8em;top:9.2em;width:.6em}.pl1 .s11{height:1.2em;left:2em;top:9.1em;width:3.6em}.pl1 .s12{height:.4em;left:4.9em;top:11.7em;width:.1em}.pl1 .s13{height:.7em;left:4.1em;top:11.6em;width:.8em}.pl1 .s14{height:.5em;left:3.9em;top:11.4em;width:.9em}.pl1 .s15{height:1.8em;left:2.4em;top:8.9em;width:.4em}.pl1 .s16{height:.2em;left:2.7em;top:10.6em;width:.3em}.pl1 .s17{height:.4em;left:5.1em;top:10.6em;width:.2em}.pl1 .s18{height:1.6em;left:2.4em;top:9em;width:3em}.pl1 .s19{height:1.6em;left:2.9em;top:8.9em;width:2.6em}.pl1 .s20{height:2.4em;left:5em;top:8.8em;width:.1em}.pl1 .s21{height:2.6em;left:3em;top:8.8em;width:2em}.pl1 .s22{height:.1em;left:4em;top:8.2em;width:.2em}.pl1 .s23{height:.1em;left:4em;top:8.3em;width:.4em}.pl1 .s24{height:.1em;left:3.9em;top:8.4em;width:.5em}.pl1 .s25{height:3.1em;left:3.6em;top:8.6em;width:1em}.pl1 .s26{height:2.6em;left:3.7em;top:8.5em;width:.7em}.pl1 .s27{height:2.2em;left:3.1em;top:8.7em;width:1.7em}.pl1 .s28{height:2.6em;left:3.2em;top:8.4em;width:.6em}.pl1 .s29{height:2.8em;left:3.3em;top:8.3em;width:.4em}.pl1 .s30{height:2.9em;left:3.4em;top:8.2em;width:.1em} .pl2 .s1{height:.6em;left:8.8em;top:4.4em;width:.2em}.pl2 .s2{height:1em;left:8.6em;top:4.4em;width:.2em}.pl2 .s3{height:1.7em;left:8.5em;top:4.4em;width:.1em}.pl2 .s4{height:.1em;left:8.4em;top:6.4em;width:.1em}.pl2 .s5{height:2.1em;left:8.4em;top:4.2em;width:.1em}.pl2 .s6{height:2.2em;left:8.3em;top:4.4em;width:.1em}.pl2 .s7{height:.1em;left:7.9em;top:6.8em;width:.3em}.pl2 .s8{height:.1em;left:7.5em;top:6.8em;width:.2em}.pl2 .s9{height:.3em;left:7.5em;top:6.5em;width:.8em}.pl2 .s10{height:3em;left:7.4em;top:3.7em;width:.3em}.pl2 .s11{height:.6em;left:5.4em;top:4.7em;width:3.5em}.pl2 .s12{height:.1em;left:5.3em;top:4.3em;width:3.3em}.pl2 .s13{height:.3em;left:5.4em;top:4.1em;width:.1em}.pl2 .s14{height:.1em;left:5.6em;top:3.7em;width:.1em}.pl2 .s15{height:1.6em;left:5.5em;top:3.8em;width:.2em}.pl2 .s16{height:.1em;left:7.3em;top:3.5em;width:.3em}.pl2 .s17{height:3em;left:7.2em;top:3.6em;width:.3em}.pl2 .s18{height:2.5em;left:6.1em;top:3.7em;width:1.5em}.pl2 .s19{height:2.5em;left:7em;top:4em;width:1.3em}.pl2 .s20{height:.1em;left:6.6em;top:6.4em;width:.3em}.pl2 .s21{height:.1em;left:8.2em;top:5.9em;width:.5em}.pl2 .s22{height:.1em;left:5.6em;top:6em;width:.1em}.pl2 .s23{height:.1em;left:5.5em;top:5.8em;width:3.2em}.pl2 .s24{height:2.2em;left:5.7em;top:3.8em;width:.2em}.pl2 .s25{height:2.4em;left:5.9em;top:3.8em;width:.1em}.pl2 .s26{height:2.6em;left:6em;top:3.5em;width:.2em}.pl2 .s27{height:2.6em;left:6.4em;top:3.8em;width:1.8em}.pl2 .s28{height:2.8em;left:6.3em;top:3.5em;width:.9em}.pl2 .s29{height:3.1em;left:6.5em;top:3.3em;width:.2em}.pl2 .s30{height:2.8em;left:6.2em;top:3.4em;width:.6em} .pl3 .s1{height:.1em;left:11.8em;top:8.5em;width:.1em}.pl3 .s2{height:.1em;left:13em;top:11.5em;width:.1em}.pl3 .s3{height:.1em;left:12.2em;top:10.6em;width:.2em}.pl3 .s4{height:.9em;left:12.1em;top:9.5em;width:.1em}.pl3 .s5{height:.1em;left:12.1em;top:9.1em;width:.1em}.pl3 .s6{height:.2em;left:11.9em;top:8.6em;width:.2em}.pl3 .s7{height:.2em;left:12.1em;top:8.6em;width:.1em}.pl3 .s8{height:.1em;left:12.2em;top:8em;width:.1em}.pl3 .s9{height:.1em;left:12.2em;top:7.8em;width:.1em}.pl3 .s10{height:.5em;left:12.3em;top:7.7em;width:.4em}.pl3 .s11{height:2.4em;left:12.2em;top:8.2em;width:.5em}.pl3 .s12{height:3.2em;left:12.7em;top:7.7em;width:.1em}.pl3 .s13{height:3.4em;left:12.8em;top:7.6em;width:.1em}.pl3 .s14{height:3.4em;left:12.9em;top:7.7em;width:.2em}.pl3 .s15{height:3.5em;left:13.1em;top:7.6em;width:.2em}.pl3 .s16{height:.1em;left:13.4em;top:7.5em;width:.4em}.pl3 .s17{height:.2em;left:13.8em;top:7.4em;width:.1em}.pl3 .s18{height:.3em;left:13.9em;top:7.3em;width:.1em}.pl3 .s19{height:1.9em;left:13.2em;top:9.4em;width:2.2em}.pl3 .s20{height:4.2em;left:13.3em;top:7.6em;width:.7em}.pl3 .s21{height:.3em;left:13.1em;top:11.4em;width:1em}.pl3 .s22{height:1.2em;left:13.3em;top:10.3em;width:2.4em}.pl3 .s23{height:1.5em;left:15em;top:10.1em;width:.5em}.pl3 .s24{height:4.6em;left:14.7em;top:7.3em;width:.3em}.pl3 .s25{height:4.6em;left:14.5em;top:7.2em;width:.2em}.pl3 .s26{height:4.4em;left:14em;top:7.1em;width:.5em}.pl3 .s27{height:4.6em;left:14.1em;top:7em;width:.3em} .pl4 .s1{height:.1em;left:3.8em;top:8.4em;width:.1em}.pl4 .s2{height:.1em;left:3.7em;top:8.3em;width:.3em}.pl4 .s3{height:.3em;left:3.6em;top:8em;width:.4em}.pl4 .s4{height:.6em;left:3.5em;top:7.7em;width:.1em}.pl4 .s5{height:.4em;left:3.4em;top:7.8em;width:.2em}.pl4 .s6{height:.8em;left:3.3em;top:7.5em;width:.1em}.pl4 .s7{height:.9em;left:3.2em;top:7.5em;width:.1em}.pl4 .s8{height:.1em;left:3.2em;top:7.3em;width:.1em}.pl4 .s9{height:.2em;left:3.2em;top:6.8em;width:.1em}.pl4 .s10{height:.1em;left:3.2em;top:6.5em;width:.1em}.pl4 .s11{height:.1em;left:1.7em;top:5.6em;width:.3em}.pl4 .s12{height:.3em;left:1.6em;top:5.8em;width:.1em}.pl4 .s13{height:.2em;left:1.3em;top:6.1em;width:.1em}.pl4 .s14{height:2.4em;left:1.2em;top:6.3em;width:2em}.pl4 .s15{height:2.9em;left:1.4em;top:6.1em;width:.3em}.pl4 .s16{height:.1em;left:1.7em;top:9.1em;width:.3em}.pl4 .s17{height:3.4em;left:1.7em;top:5.7em;width:.4em}.pl4 .s18{height:3.5em;left:2.1em;top:5.6em;width:.3em}.pl4 .s19{height:.1em;left:2.8em;top:8.9em;width:.1em}.pl4 .s20{height:3.5em;left:2.4em;top:5.4em;width:.6em}.pl4 .s21{height:.1em;left:2.7em;top:5.2em;width:.1em}.pl4 .s22{height:3.5em;left:2.5em;top:5.3em;width:.6em}.pl4 .s23{height:1em;left:3.1em;top:5em;width:.2em}.pl4 .s24{height:.7em;left:3.2em;top:4.9em;width:.2em} .pl5 .s1{height:.2em;left:9.3em;top:9.9em;width:.2em}.pl5 .s2{height:.2em;left:9.4em;top:10em;width:.1em}.pl5 .s3{height:.3em;left:9.1em;top:10em;width:.1em}.pl5 .s4{height:.1em;left:8.9em;top:10.4em;width:.2em}.pl5 .s5{height:.4em;left:8.6em;top:10em;width:.5em}.pl5 .s6{height:.2em;left:7.3em;top:9.8em;width:.2em}.pl5 .s7{height:.1em;left:6.9em;top:8.6em;width:.1em}.pl5 .s8{height:.1em;left:6.5em;top:9.3em;width:.1em}.pl5 .s9{height:.3em;left:6.6em;top:9.2em;width:.1em}.pl5 .s10{height:.7em;left:6.7em;top:9.1em;width:.2em}.pl5 .s11{height:.8em;left:6.9em;top:9em;width:.1em}.pl5 .s12{height:1.7em;left:7em;top:8.2em;width:.2em}.pl5 .s13{height:1.7em;left:7.1em;top:8.1em;width:.4em}.pl5 .s14{height:.3em;left:10.3em;top:8.3em;width:.1em}.pl5 .s15{height:.5em;left:10.2em;top:8em;width:.1em}.pl5 .s16{height:.3em;left:10.1em;top:8.9em;width:.1em}.pl5 .s17{height:.7em;left:10em;top:8.6em;width:.1em}.pl5 .s18{height:.6em;left:10em;top:7.9em;width:.2em}.pl5 .s19{height:1.6em;left:9.8em;top:7.9em;width:.2em}.pl5 .s20{height:1.9em;left:9.7em;top:7.7em;width:.1em}.pl5 .s21{height:.2em;left:9.6em;top:7.4em;width:.2em}.pl5 .s22{height:.2em;left:9.5em;top:7.3em;width:.1em}.pl5 .s23{height:2.4em;left:7.6em;top:7.6em;width:.2em}.pl5 .s24{height:2.5em;left:7.5em;top:7.5em;width:.1em}.pl5 .s25{height:2.2em;left:7.7em;top:7.5em;width:2em}.pl5 .s26{height:2.7em;left:7.8em;top:7.2em;width:.1em}.pl5 .s27{height:.1em;left:9.1em;top:7em;width:.3em}.pl5 .s28{height:3.2em;left:8.5em;top:7em;width:.4em}.pl5 .s29{height:2.6em;left:8.8em;top:7.1em;width:.7em}.pl5 .s30{height:2.8em;left:7.9em;top:7.2em;width:1.5em}.pl5 .s31{height:2.9em;left:8em;top:7.2em;width:.1em}.pl5 .s32{height:.1em;left:8.2em;top:10.1em;width:.1em}.pl5 .s33{height:3.1em;left:8.1em;top:7em;width:.7em}.pl5 .s34{height:.2em;left:8em;top:6.9em;width:.7em}.pl5 .s35{height:3.3em;left:8.2em;top:6.8em;width:.2em} .pl6 .s1{height:.1em;left:11.3em;top:12.9em;width:.1em}.pl6 .s2{height:.5em;left:11.4em;top:13.4em;width:.1em}.pl6 .s3{height:.7em;left:11.3em;top:13.2em;width:.1em}.pl6 .s4{height:1.4em;left:11.2em;top:12.6em;width:.1em}.pl6 .s5{height:.2em;left:11.1em;top:11.6em;width:.2em}.pl6 .s6{height:.8em;left:10.8em;top:11.7em;width:.4em}.pl6 .s7{height:1.4em;left:10em;top:12.6em;width:1.2em}.pl6 .s8{height:2.4em;left:10.5em;top:11.8em;width:.6em}.pl6 .s9{height:2.3em;left:9.9em;top:11.8em;width:.1em}.pl6 .s10{height:.3em;left:8.1em;top:12.3em;width:.1em}.pl6 .s11{height:.6em;left:8.2em;top:12.2em;width:.1em}.pl6 .s12{height:.7em;left:8.3em;top:12.1em;width:.1em}.pl6 .s13{height:1em;left:8.4em;top:12em;width:2.7em}.pl6 .s14{height:.1em;left:8.5em;top:13.1em;width:2.9em}.pl6 .s15{height:.1em;left:8.4em;top:11.8em;width:.1em}.pl6 .s16{height:1.3em;left:8.5em;top:11.7em;width:.1em}.pl6 .s17{height:2.1em;left:8.6em;top:11.6em;width:.1em}.pl6 .s18{height:2.6em;left:8.7em;top:11.5em;width:1.2em}.pl6 .s19{height:3em;left:8.9em;top:11.4em;width:.3em}.pl6 .s20{height:3.1em;left:9.2em;top:11.4em;width:.1em}.pl6 .s21{height:3.2em;left:9.3em;top:11.3em;width:.5em} .pl7 .s1{height:.1em;left:14em;top:7em;width:.1em}.pl7 .s2{height:.4em;left:13.9em;top:6.9em;width:.1em}.pl7 .s3{height:.6em;left:13.8em;top:6.8em;width:.1em}.pl7 .s4{height:.7em;left:13.4em;top:6.8em;width:.4em}.pl7 .s5{height:.1em;left:12.9em;top:7.6em;width:.2em}.pl7 .s6{height:.1em;left:13.2em;top:6.7em;width:.1em}.pl7 .s7{height:.8em;left:12.3em;top:6.8em;width:1.1em}.pl7 .s8{height:.2em;left:8.3em;top:6.6em;width:.1em}.pl7 .s9{height:.4em;left:8.4em;top:6.5em;width:.1em}.pl7 .s10{height:.1em;left:8.4em;top:6.3em;width:.1em}.pl7 .s11{height:.8em;left:8.5em;top:6.1em;width:.1em}.pl7 .s12{height:.1em;left:10.3em;top:4.6em;width:.1em}.pl7 .s13{height:1.1em;left:9.6em;top:6.3em;width:3.6em}.pl7 .s14{height:1.5em;left:9.5em;top:5.8em;width:3.6em}.pl7 .s15{height:.9em;left:8.6em;top:6em;width:4.5em}.pl7 .s16{height:1.4em;left:8.7em;top:5.6em;width:4.1em}.pl7 .s17{height:.4em;left:8.6em;top:5.4em;width:.2em}.pl7 .s18{height:1.7em;left:8.8em;top:5.3em;width:.1em}.pl7 .s19{height:1.8em;left:9.4em;top:5.3em;width:3em}.pl7 .s20{height:2.1em;left:8.9em;top:5em;width:.2em}.pl7 .s21{height:.2em;left:9.2em;top:4.7em;width:.1em}.pl7 .s22{height:2.1em;left:9em;top:4.9em;width:.8em}.pl7 .s23{height:.1em;left:9.9em;top:4.8em;width:2.1em}.pl7 .s24{height:.2em;left:10.1em;top:4.7em;width:.3em}.pl7 .s25{height:.1em;left:11.6em;top:4.1em;width:.2em}.pl7 .s26{height:.2em;left:11.2em;top:4.2em;width:.6em}.pl7 .s27{height:.1em;left:12.2em;top:5.1em;width:.1em}.pl7 .s28{height:2.5em;left:12.2em;top:5.3em;width:.1em}.pl7 .s29{height:.1em;left:9.7em;top:7.6em;width:3.1em}.pl7 .s30{height:3em;left:9.8em;top:4.9em;width:2.2em}.pl7 .s31{height:4.3em;left:11.8em;top:4.2em;width:.1em}.pl7 .s32{height:.1em;left:10.2em;top:7.9em;width:2.1em}.pl7 .s33{height:.1em;left:12.2em;top:8.1em;width:.1em}.pl7 .s34{height:.3em;left:11.9em;top:8.3em;width:.3em}.pl7 .s35{height:4.2em;left:10.8em;top:4.4em;width:1em}.pl7 .s36{height:.4em;left:10.2em;top:9.1em;width:.1em}.pl7 .s37{height:.5em;left:10.3em;top:9.1em;width:.8em}.pl7 .s38{height:5.2em;left:10.4em;top:4.5em;width:.6em}.pl7 .s39{height:5.6em;left:11.1em;top:4.3em;width:.3em}.pl7 .s40{height:.9em;left:11.4em;top:9.1em;width:.7em}.pl7 .s41{height:.2em;left:12.1em;top:9.3em;width:.1em}.pl7 .s42{height:.1em;left:10.1em;top:9.2em;width:2.1em}.pl7 .s43{height:3.3em;left:10.3em;top:5em;width:1.9em}.pl7 .s44{height:.3em;left:10.2em;top:8.8em;width:2em}.pl7 .s45{height:.3em;left:10.1em;top:8.6em;width:1.8em}.pl7 .s46{height:.1em;left:10em;top:8.5em;width:.3em} .pl8 .s1{height:.1em;left:7.4em;top:10em;width:.1em}.pl8 .s2{height:.5em;left:7.3em;top:10em;width:.1em}.pl8 .s3{height:.2em;left:7.2em;top:11em;width:.1em}.pl8 .s4{height:.1em;left:7.2em;top:10.7em;width:.1em}.pl8 .s5{height:.8em;left:7.2em;top:9.8em;width:.1em}.pl8 .s6{height:1.3em;left:7.1em;top:9.9em;width:.1em}.pl8 .s7{height:.1em;left:6.9em;top:9.8em;width:.1em}.pl8 .s8{height:1.5em;left:6.9em;top:9.9em;width:.2em}.pl8 .s9{height:.2em;left:4.8em;top:11.4em;width:.2em}.pl8 .s10{height:.5em;left:5em;top:11.2em;width:.1em}.pl8 .s11{height:.8em;left:5.1em;top:11em;width:.2em}.pl8 .s12{height:1.2em;left:5.3em;top:10.6em;width:.1em}.pl8 .s13{height:2.2em;left:6.5em;top:9.8em;width:.4em}.pl8 .s14{height:1.4em;left:5.4em;top:10.5em;width:1.6em}.pl8 .s15{height:1.7em;left:5.5em;top:10.3em;width:1.3em}.pl8 .s16{height:1.9em;left:5.6em;top:10.2em;width:1.1em}.pl8 .s17{height:2.9em;left:6em;top:9.8em;width:.5em}.pl8 .s18{height:2.3em;left:5.7em;top:10em;width:.8em}.pl8 .s19{height:2.6em;left:5.8em;top:9.8em;width:.4em}.pl8 .s20{height:.1em;left:6.5em;top:9.7em;width:.2em}.pl8 .s21{height:.1em;left:5.7em;top:9.7em;width:.5em} .pl9 .s1{height:.4em;left:14.5em;top:11.8em;width:.2em}.pl9 .s2{height:.8em;left:14.4em;top:11.5em;width:.1em}.pl9 .s3{height:.8em;left:14.3em;top:11.6em;width:.1em}.pl9 .s4{height:.9em;left:14.1em;top:11.6em;width:.2em}.pl9 .s5{height:1.1em;left:14em;top:11.7em;width:.1em}.pl9 .s6{height:.4em;left:13.9em;top:12.6em;width:.1em}.pl9 .s7{height:.5em;left:13.8em;top:12.6em;width:.1em}.pl9 .s8{height:.6em;left:13.7em;top:12.6em;width:.1em}.pl9 .s9{height:.5em;left:13.6em;top:14.4em;width:.2em}.pl9 .s10{height:2.2em;left:13.3em;top:12.6em;width:.4em}.pl9 .s11{height:3em;left:13.1em;top:11.7em;width:.2em}.pl9 .s12{height:3.1em;left:12.9em;top:11.6em;width:.2em}.pl9 .s13{height:.1em;left:11.1em;top:12.5em;width:.1em}.pl9 .s14{height:.8em;left:11.2em;top:11.8em;width:3em}.pl9 .s15{height:.1em;left:11.3em;top:13em;width:.1em}.pl9 .s16{height:1.4em;left:11.3em;top:11.5em;width:.1em}.pl9 .s17{height:1.9em;left:11.4em;top:11.5em;width:.1em}.pl9 .s18{height:2.5em;left:11.5em;top:11.4em;width:.4em}.pl9 .s19{height:.3em;left:11.8em;top:11.2em;width:1.3em}.pl9 .s20{height:.1em;left:11.6em;top:11.3em;width:1.7em}.pl9 .s21{height:.3em;left:13em;top:11.1em;width:.2em}.pl9 .s22{height:3.5em;left:12.7em;top:11.1em;width:.3em}.pl9 .s23{height:3em;left:11.9em;top:11em;width:1em}.pl9 .s24{height:3.2em;left:12em;top:10.9em;width:.8em}.pl9 .s25{height:3.3em;left:12.1em;top:10.8em;width:.1em}.pl9 .s26{height:3.5em;left:12.2em;top:10.7em;width:.2em}.pl9 .s27{height:3.9em;left:12.4em;top:10.6em;width:.3em} .pl10 .s1{height:.1em;left:13.3em;top:2em;width:.1em}.pl10 .s2{height:.3em;left:14.8em;top:3.2em;width:.1em}.pl10 .s3{height:.4em;left:13.6em;top:1.6em;width:.3em}.pl10 .s4{height:.1em;left:13.1em;top:2.2em;width:.1em}.pl10 .s5{height:.3em;left:13.2em;top:2.1em;width:.2em}.pl10 .s6{height:.1em;left:13.3em;top:2.5em;width:.1em}.pl10 .s7{height:.7em;left:13.4em;top:2em;width:.1em}.pl10 .s8{height:.9em;left:13.5em;top:2em;width:.1em}.pl10 .s9{height:.1em;left:13.1em;top:3.5em;width:1.8em}.pl10 .s10{height:.1em;left:12.9em;top:3.6em;width:2.1em}.pl10 .s11{height:.1em;left:12.8em;top:3.7em;width:2.2em}.pl10 .s12{height:.1em;left:12.7em;top:3.8em;width:2.3em}.pl10 .s13{height:.1em;left:12.5em;top:3.9em;width:2.5em}.pl10 .s14{height:.2em;left:11.8em;top:4em;width:.1em}.pl10 .s15{height:.8em;left:11.9em;top:4em;width:.2em}.pl10 .s16{height:.9em;left:12em;top:4.1em;width:.2em}.pl10 .s17{height:1em;left:12.2em;top:4.1em;width:.1em}.pl10 .s18{height:1.2em;left:12.3em;top:4em;width:.1em}.pl10 .s19{height:.1em;left:12.2em;top:5.2em;width:.2em}.pl10 .s20{height:1.6em;left:12.4em;top:4em;width:2.7em}.pl10 .s21{height:1.4em;left:12.8em;top:4.4em;width:2.4em}.pl10 .s22{height:1.7em;left:13.1em;top:4.6em;width:2.3em}.pl10 .s23{height:4.4em;left:13.6em;top:2em;width:1.2em}.pl10 .s24{height:3.4em;left:13.5em;top:3.1em;width:1.2em}.pl10 .s25{height:3.3em;left:13.4em;top:3.3em;width:1.2em}.pl10 .s26{height:3.3em;left:13.2em;top:3.4em;width:.1em}.pl10 .s27{height:3.4em;left:13.3em;top:3.4em;width:1.2em}.pl10 .s28{height:5.3em;left:13.9em;top:1.6em;width:.2em}.pl10 .s29{height:5.1em;left:14em;top:1.9em;width:.4em} .pl11 .s1{height:.1em;left:5.4em;top:3.9em;width:.1em}.pl11 .s2{height:.1em;left:4.9em;top:3.9em;width:.1em}.pl11 .s3{height:.1em;left:4.8em;top:3.8em;width:.7em}.pl11 .s4{height:.1em;left:4.8em;top:3.7em;width:.8em}.pl11 .s5{height:.1em;left:5.7em;top:3.7em;width:.3em}.pl11 .s6{height:.2em;left:4.7em;top:3.5em;width:1.3em}.pl11 .s7{height:.2em;left:4.7em;top:3.3em;width:1.5em}.pl11 .s8{height:.2em;left:4.8em;top:3.2em;width:1.7em}.pl11 .s9{height:.1em;left:7.7em;top:3.7em;width:.4em}.pl11 .s10{height:.1em;left:7.6em;top:3.5em;width:.6em}.pl11 .s11{height:.1em;left:7.5em;top:3.6em;width:.7em}.pl11 .s12{height:.1em;left:7.2em;top:3.5em;width:.1em}.pl11 .s13{height:.1em;left:6.8em;top:3.4em;width:1.5em}.pl11 .s14{height:.2em;left:6.7em;top:3.2em;width:1.7em}.pl11 .s15{height:.1em;left:8.7em;top:2.9em;width:.1em}.pl11 .s16{height:.2em;left:8.5em;top:2.9em;width:.2em}.pl11 .s17{height:.1em;left:4.7em;top:3.1em;width:4em}.pl11 .s18{height:.5em;left:4.9em;top:2.7em;width:3.6em}.pl11 .s19{height:.2em;left:5.8em;top:.5em;width:1.3em}.pl11 .s20{height:2.6em;left:5.1em;top:.7em;width:2.4em}.pl11 .s21{height:.4em;left:4.7em;top:.9em;width:3em}.pl11 .s22{height:.4em;left:4.5em;top:1.1em;width:2.8em}.pl11 .s23{height:.2em;left:4.5em;top:2.1em;width:.1em}.pl11 .s24{height:.7em;left:4.6em;top:2.1em;width:.1em}.pl11 .s25{height:.4em;left:8.3em;top:1.9em;width:.1em}.pl11 .s26{height:1em;left:4.7em;top:1.9em;width:3.6em}.pl11 .s27{height:.1em;left:4.6em;top:1.8em;width:4em}.pl11 .s28{height:.1em;left:4.7em;top:1.7em;width:4.1em}.pl11 .s29{height:.2em;left:4.6em;top:1.5em;width:4.3em} .pl12 .s1{height:.2em;left:9.2em;top:11.2em;width:.1em}.pl12 .s2{height:.4em;left:9em;top:11em;width:.2em}.pl12 .s3{height:.1em;left:9em;top:10.5em;width:.2em}.pl12 .s4{height:.9em;left:8.9em;top:10.5em;width:.1em}.pl12 .s5{height:1.1em;left:8.7em;top:10.4em;width:.2em}.pl12 .s6{height:1.2em;left:8.6em;top:10.4em;width:.1em}.pl12 .s7{height:1.5em;left:8.5em;top:10.2em;width:.1em}.pl12 .s8{height:1.7em;left:8.3em;top:10.1em;width:.2em}.pl12 .s9{height:.1em;left:7.2em;top:10.6em;width:1.9em}.pl12 .s10{height:.2em;left:7.2em;top:10.8em;width:2em}.pl12 .s11{height:.1em;left:8.4em;top:11.9em;width:.1em}.pl12 .s12{height:1.9em;left:8.2em;top:10.2em;width:.2em}.pl12 .s13{height:.6em;left:6.5em;top:12.1em;width:.2em}.pl12 .s14{height:.8em;left:6.7em;top:12em;width:.2em}.pl12 .s15{height:.9em;left:6.9em;top:11.9em;width:.2em}.pl12 .s16{height:.8em;left:7em;top:11.4em;width:1.3em}.pl12 .s17{height:1.8em;left:7.1em;top:11.2em;width:.2em}.pl12 .s18{height:2.6em;left:7.3em;top:10.5em;width:.8em}.pl12 .s19{height:2.2em;left:7.4em;top:10.1em;width:.8em}.pl12 .s20{height:.5em;left:8.4em;top:13.2em;width:.2em}.pl12 .s21{height:.2em;left:7.3em;top:13.1em;width:1.2em}.pl12 .s22{height:.1em;left:8.4em;top:13em;width:.2em}.pl12 .s23{height:1.2em;left:7.9em;top:12.8em;width:.5em}.pl12 .s24{height:1.1em;left:7.6em;top:12.6em;width:.6em}.pl12 .s25{height:3.3em;left:7.5em;top:10em;width:.5em}.pl12 .s26{height:4.1em;left:7.8em;top:9.9em;width:.1em} .pl13 .s1{height:.2em;left:12.1em;top:10.4em;width:.1em}.pl13 .s2{height:.1em;left:11.9em;top:10.9em;width:.1em}.pl13 .s3{height:.9em;left:11.6em;top:10em;width:.5em}.pl13 .s4{height:.2em;left:10em;top:11.8em;width:.5em}.pl13 .s5{height:.1em;left:9.9em;top:11.7em;width:.9em}.pl13 .s6{height:.1em;left:9.9em;top:11.6em;width:1.2em}.pl13 .s7{height:.1em;left:9.9em;top:11.5em;width:1.4em}.pl13 .s8{height:.1em;left:9em;top:10.7em;width:.1em}.pl13 .s9{height:.2em;left:9.1em;top:10.6em;width:3.1em}.pl13 .s10{height:.2em;left:9.1em;top:10.3em;width:.1em}.pl13 .s11{height:.1em;left:9.3em;top:10.1em;width:.1em}.pl13 .s12{height:.2em;left:9.2em;top:10em;width:.1em}.pl13 .s13{height:1em;left:9.2em;top:10.2em;width:2.7em}.pl13 .s14{height:1.1em;left:9.3em;top:10.2em;width:2.5em}.pl13 .s15{height:1.4em;left:11.5em;top:10em;width:.1em}.pl13 .s16{height:1.5em;left:11.4em;top:10em;width:.1em}.pl13 .s17{height:1.6em;left:9.8em;top:9.9em;width:1.6em}.pl13 .s18{height:.2em;left:9.4em;top:9.7em;width:.1em}.pl13 .s19{height:.1em;left:9.7em;top:9.6em;width:.7em}.pl13 .s20{height:.1em;left:9.8em;top:9.5em;width:.5em}.pl13 .s21{height:.2em;left:10em;top:9.3em;width:.2em}.pl13 .s22{height:.1em;left:11em;top:9.6em;width:.1em}.pl13 .s23{height:1.6em;left:9.5em;top:9.7em;width:1.6em} .pl14 .s1{height:.2em;left:13.5em;top:2.9em;width:.1em}.pl14 .s2{height:.6em;left:13.4em;top:2.7em;width:.1em}.pl14 .s3{height:.1em;left:13.1em;top:3.4em;width:.1em}.pl14 .s4{height:.8em;left:13.1em;top:2.6em;width:.3em}.pl14 .s5{height:.1em;left:13.3em;top:2.4em;width:.1em}.pl14 .s6{height:.1em;left:13.1em;top:2.1em;width:.1em}.pl14 .s7{height:.5em;left:9.1em;top:1.5em;width:4.5em}.pl14 .s8{height:.5em;left:8.5em;top:2.4em;width:4.8em}.pl14 .s9{height:.4em;left:8.3em;top:2.3em;width:4.9em}.pl14 .s10{height:.8em;left:8.4em;top:1.9em;width:.4em}.pl14 .s11{height:.3em;left:8.6em;top:1.8em;width:4.7em}.pl14 .s12{height:1.9em;left:8.8em;top:1.7em;width:4.3em}.pl14 .s13{height:2em;left:10.8em;top:1.7em;width:2.1em}.pl14 .s14{height:2.9em;left:10.4em;top:1.6em;width:.4em}.pl14 .s15{height:3.1em;left:9em;top:1.5em;width:1.4em}.pl14 .s16{height:.1em;left:9.9em;top:4.7em;width:.2em}.pl14 .s17{height:.2em;left:9.3em;top:4.7em;width:.6em}.pl14 .s18{height:.3em;left:9.2em;top:4.4em;width:1.1em}.pl14 .s19{height:.5em;left:9em;top:4.4em;width:.2em}.pl14 .s20{height:.1em;left:12.1em;top:4em;width:.2em}.pl14 .s21{height:1.1em;left:8.7em;top:3em;width:3.1em}.pl14 .s22{height:.1em;left:8.6em;top:4.3em;width:2.5em}.pl14 .s23{height:.1em;left:8.5em;top:4.2em;width:2.7em}.pl14 .s24{height:.2em;left:8.4em;top:4em;width:3.2em}.pl14 .s25{height:.9em;left:8.3em;top:3.4em;width:.1em}.pl14 .s26{height:.7em;left:8.4em;top:3.2em;width:4.3em}.pl14 .s27{height:.5em;left:8.2em;top:3.5em;width:4.3em}.pl14 .s28{height:.1em;left:8.1em;top:3.7em;width:4.7em} .pl15 .s1{height:.1em;left:8em;top:7.1em;width:.1em}.pl15 .s2{height:.3em;left:7.9em;top:6.9em;width:.1em}.pl15 .s3{height:.4em;left:7.7em;top:6.8em;width:.2em}.pl15 .s4{height:.1em;left:7.6em;top:7.5em;width:.1em}.pl15 .s5{height:.6em;left:7.5em;top:6.9em;width:.3em}.pl15 .s6{height:1.4em;left:7.2em;top:6.7em;width:.3em}.pl15 .s7{height:.1em;left:7em;top:8.1em;width:.1em}.pl15 .s8{height:1.6em;left:7em;top:6.5em;width:.2em}.pl15 .s9{height:2.2em;left:6.9em;top:6.4em;width:.1em}.pl15 .s10{height:.3em;left:6.9em;top:8.7em;width:.1em}.pl15 .s11{height:.1em;left:6.2em;top:9.7em;width:.3em}.pl15 .s12{height:.2em;left:6.1em;top:9.5em;width:.6em}.pl15 .s13{height:.1em;left:6.1em;top:9.3em;width:.4em}.pl15 .s14{height:.1em;left:6em;top:9.4em;width:.6em}.pl15 .s15{height:.1em;left:6.6em;top:9.1em;width:.1em}.pl15 .s16{height:2.9em;left:6.1em;top:6.4em;width:.5em}.pl15 .s17{height:2.9em;left:5.9em;top:6.3em;width:.5em}.pl15 .s18{height:2.6em;left:5.8em;top:6.5em;width:1.1em}.pl15 .s19{height:.3em;left:5.7em;top:8.9em;width:.1em}.pl15 .s20{height:3.2em;left:6em;top:6.1em;width:.1em}.pl15 .s21{height:2.7em;left:5.7em;top:6em;width:.2em}.pl15 .s22{height:.2em;left:4.8em;top:8.6em;width:.4em}.pl15 .s23{height:2.4em;left:4.4em;top:6.2em;width:1.9em}.pl15 .s24{height:.1em;left:3.2em;top:7.4em;width:.1em}.pl15 .s25{height:.3em;left:3.2em;top:7em;width:4.6em}.pl15 .s26{height:.2em;left:3.2em;top:6.6em;width:4.2em}.pl15 .s27{height:.4em;left:3.2em;top:6.1em;width:2.7em}.pl15 .s28{height:.3em;left:3.1em;top:6em;width:2.5em}.pl15 .s29{height:.1em;left:5.5em;top:5.9em;width:.2em}.pl15 .s30{height:.4em;left:5.5em;top:5.4em;width:.2em}.pl15 .s31{height:1.9em;left:3.3em;top:5.6em;width:.1em}.pl15 .s32{height:.1em;left:3.4em;top:7.7em;width:.1em}.pl15 .s33{height:2.5em;left:3.4em;top:5.2em;width:.3em}.pl15 .s34{height:2.7em;left:3.6em;top:5.3em;width:1.9em}.pl15 .s35{height:2.9em;left:3.7em;top:5.1em;width:.3em}.pl15 .s36{height:3.3em;left:4em;top:4.9em;width:.1em}.pl15 .s37{height:3.4em;left:4.1em;top:4.8em;width:.1em}.pl15 .s38{height:3.6em;left:4.2em;top:4.7em;width:1.2em}.pl15 .s39{height:.3em;left:4.4em;top:4.4em;width:1.1em}.pl15 .s40{height:.1em;left:4.2em;top:4.3em;width:1.1em}.pl15 .s41{height:.2em;left:4.1em;top:4.1em;width:.9em}.pl15 .s42{height:.1em;left:4.1em;top:4em;width:1.4em}.pl15 .s43{height:.4em;left:5em;top:3.9em;width:.4em}.pl15 .s44{height:4.8em;left:4.6em;top:3.9em;width:.3em}.pl15 .s45{height:4.9em;left:4.5em;top:3.7em;width:.3em} .pl16 .s1{height:.2em;left:1em;top:6.1em;width:.3em}.pl16 .s2{height:.3em;left:.7em;top:5.8em;width:.9em}.pl16 .s3{height:.2em;left:.5em;top:5.6em;width:1.2em}.pl16 .s4{height:.1em;left:2em;top:5.6em;width:.1em}.pl16 .s5{height:.2em;left:.5em;top:5.4em;width:1.9em}.pl16 .s6{height:.1em;left:.5em;top:5.3em;width:2em}.pl16 .s7{height:.2em;left:.5em;top:5.1em;width:2.2em}.pl16 .s8{height:.2em;left:.6em;top:5em;width:2.2em}.pl16 .s9{height:.3em;left:2.8em;top:5em;width:.3em}.pl16 .s10{height:2.4em;left:.6em;top:2.6em;width:2.6em}.pl16 .s11{height:.3em;left:4.2em;top:4.4em;width:.2em}.pl16 .s12{height:.5em;left:4.1em;top:4.3em;width:.1em}.pl16 .s13{height:.1em;left:4.7em;top:3.2em;width:.1em}.pl16 .s14{height:.2em;left:4.7em;top:2.9em;width:.2em}.pl16 .s15{height:.9em;left:4.6em;top:2.8em;width:.1em}.pl16 .s16{height:2.5em;left:1.6em;top:2.4em;width:1.8em}.pl16 .s17{height:.2em;left:2.2em;top:2.1em;width:1.2em}.pl16 .s18{height:1.4em;left:1.9em;top:2.3em;width:2.7em}.pl16 .s19{height:3.1em;left:3.4em;top:2.1em;width:.3em}.pl16 .s20{height:3.4em;left:3.6em;top:1.7em;width:.4em}.pl16 .s21{height:3.6em;left:3.9em;top:1.3em;width:.2em}.pl16 .s22{height:.2em;left:3em;top:1.9em;width:1.7em}.pl16 .s23{height:.1em;left:4.6em;top:1.7em;width:.1em}.pl16 .s24{height:.6em;left:3.8em;top:1.5em;width:.8em}.pl16 .s25{height:2.9em;left:4.1em;top:1.1em;width:.4em}

/* size: 170 */
.m170{width:170px} .m170 .poland,.m170 .poland .bg,.m170 .poland-cities{background:transparent url('pl-170.png') no-repeat -1300px 0} .m170 .poland,.m170 .poland-cities{height:160px;width:170px} .m170 .poland{background-position:0 -495px} .m170 .poland-cities{background-position:-190px -495px} .m170 .poland .m{margin:10003px 0 0 4px} .m170 .poland .m span{font-size:10px !important}
.m170 .pl1.focus .bg,.m170 .pl1.active-region .bg{height:41px !important;left:10px;top:76px;width:45px}.m170 .pl1.focus .bg{background-position:-1px -139px}.m170 .pl1.active-region .bg{background-position:-1px -342px} .m170 .pl2.focus .bg,.m170 .pl2.active-region .bg{height:37px !important;left:46px;top:27px;width:38px}.m170 .pl2.focus .bg{background-position:-70px -139px}.m170 .pl2.active-region .bg{background-position:-70px -342px} .m170 .pl3.focus .bg,.m170 .pl3.active-region .bg{height:49px !important;left:112px;top:64px;width:38px}.m170 .pl3.focus .bg{background-position:-1px -66px}.m170 .pl3.active-region .bg{background-position:-1px -269px} .m170 .pl4.focus .bg,.m170 .pl4.active-region .bg{height:43px !important;left:6px;top:43px;width:29px}.m170 .pl4.focus .bg{background-position:-64px -71px}.m170 .pl4.active-region .bg{background-position:-64px -274px} .m170 .pl5.focus .bg,.m170 .pl5.active-region .bg{height:38px !important;left:59px;top:61px;width:39px}.m170 .pl5.focus .bg{background-position:-133px -138px}.m170 .pl5.active-region .bg{background-position:-133px -341px} .m170 .pl6.focus .bg,.m170 .pl6.active-region .bg{height:32px !important;left:74px;top:106px;width:35px}.m170 .pl6.focus .bg{background-position:-195px -138px}.m170 .pl6.active-region .bg{background-position:-195px -341px} .m170 .pl7.focus .bg,.m170 .pl7.active-region .bg{height:61px !important;left:77px;top:34px;width:59px}.m170 .pl7.focus .bg{background-position:-117px -54px}.m170 .pl7.active-region .bg{background-position:-117px -257px} .m170 .pl8.focus .bg,.m170 .pl8.active-region .bg{height:30px !important;left:41px;top:90px;width:27px}.m170 .pl8.focus .bg{background-position:-253px -138px}.m170 .pl8.active-region .bg{background-position:-253px -341px} .m170 .pl9.focus .bg,.m170 .pl9.active-region .bg{height:43px !important;left:105px;top:99px;width:37px}.m170 .pl9.focus .bg{background-position:-199px -72px}.m170 .pl9.active-region .bg{background-position:-199px -275px} .m170 .pl10.focus .bg,.m170 .pl10.active-region .bg{height:54px !important;left:112px;top:11px;width:36px}.m170 .pl10.focus .bg{background-position:-259px -61px}.m170 .pl10.active-region .bg{background-position:-259px -264px} .m170 .pl11.focus .bg,.m170 .pl11.active-region .bg{height:35px !important;left:38px;top:0;width:45px}.m170 .pl11.focus .bg{background-position:-1px -8px}.m170 .pl11.active-region .bg{background-position:-1px -211px} .m170 .pl12.focus .bg,.m170 .pl12.active-region .bg{height:40px !important;left:58px;top:93px;width:30px}.m170 .pl12.focus .bg{background-position:-70px -2px}.m170 .pl12.active-region .bg{background-position:-70px -205px} .m170 .pl13.focus .bg,.m170 .pl13.active-region .bg{height:28px !important;left:83px;top:87px;width:33px}.m170 .pl13.focus .bg{background-position:-123px -2px}.m170 .pl13.active-region .bg{background-position:-123px -205px} .m170 .pl14.focus .bg,.m170 .pl14.active-region .bg{height:34px !important;left:75px;top:10px;width:56px}.m170 .pl14.focus .bg{background-position:-199px -4px}.m170 .pl14.active-region .bg{background-position:-199px -207px} .m170 .pl15.focus .bg,.m170 .pl15.active-region .bg{height:63px !important;left:24px;top:30px;width:50px}.m170 .pl15.focus .bg{background-position:-317px -117px}.m170 .pl15.active-region .bg{background-position:-317px -320px} .m170 .pl16.focus .bg,.m170 .pl16.active-region .bg{height:50px !important;left:0;top:6px;width:43px}.m170 .pl16.focus .bg{background-position:-318px -42px}.m170 .pl16.active-region .bg{background-position:-318px -245px}
.m170 .pl1 a{left:43px;top:103px} .m170 .pl1 a.tooltip-left .tooltip-arrow{left:43px} .m170 .pl2 a{left:75px;top:55px} .m170 .pl2 a.tooltip-left .tooltip-arrow{left:75px} .m170 .pl3 a{left:141px;top:100px} .m170 .pl3 a.tooltip-right .tooltip-arrow{right:29px} .m170 .pl4 a{left:28px;top:75px} .m170 .pl4 a.tooltip-left .tooltip-arrow{left:28px} .m170 .pl5 a{left:89px;top:90px} .m170 .pl5 a.tooltip-right .tooltip-arrow{right:81px} .m170 .pl6 a{left:102px;top:132px} .m170 .pl6 a.tooltip-right .tooltip-arrow{right:68px} .m170 .pl7 a{left:115px;top:76px} .m170 .pl7 a.tooltip-right .tooltip-arrow{right:55px} .m170 .pl8 a{left:66px;top:115px} .m170 .pl8 a.tooltip-left .tooltip-arrow{left:66px} .m170 .pl9 a{left:130px;top:130px} .m170 .pl9 a.tooltip-right .tooltip-arrow{right:40px} .m170 .pl10 a{left:142px;top:50px} .m170 .pl10 a.tooltip-right .tooltip-arrow{right:28px} .m170 .pl11 a{left:70px;top:27px} .m170 .pl11 a.tooltip-left .tooltip-arrow{left:70px} .m170 .pl12 a{left:82px;top:122px} .m170 .pl12 a.tooltip-left .tooltip-arrow{left:82px} .m170 .pl13 a{left:109px;top:111px} .m170 .pl13 a.tooltip-right .tooltip-arrow{right:61px} .m170 .pl14 a{left:112px;top:36px} .m170 .pl14 a.tooltip-right .tooltip-arrow{left:auto;right:58px} .m170 .pl15 a{left:59px;top:74px} .m170 .pl15 a.tooltip-left .tooltip-arrow{left:59px} .m170 .pl16 a{left:31px;top:41px} .m170 .pl16 a.tooltip-left .tooltip-arrow{left:31px}

/* size: 240 */
.m240{width:240px} .m240 .poland,.m240 .poland .bg,.m240 .poland-cities{background:transparent url('pl-240.png') no-repeat -740px 0} .m240 .poland,.m240 .poland-cities{height:230px;width:240px} .m240 .poland{background-position:0 -432px} .m240 .poland-cities{background-position:-250px -432px} .m240 .poland .m{margin:10013px 0 0 15px} .m240 .poland .m span{font-size:13px !important;padding:0 2px 2px 0}
.m240 .pl1.focus .bg,.m240 .pl1.active-region .bg{height:55px !important;left:24px;top:111px;width:60px}.m240 .pl1.focus .bg{background-position:-429px -11px}.m240 .pl1.active-region .bg{background-position:-429px -201px} .m240 .pl2.focus .bg,.m240 .pl2.active-region .bg{height:49px !important;left:72px;top:46px;width:51px}.m240 .pl2.focus .bg{background-position:-607px -25px}.m240 .pl2.active-region .bg{background-position:-607px -215px} .m240 .pl3.focus .bg,.m240 .pl3.active-region .bg{height:65px !important;left:160px;top:95px;width:51px}.m240 .pl3.focus .bg{background-position:-285px -95px}.m240 .pl3.active-region .bg{background-position:-285px -285px} .m240 .pl4.focus .bg,.m240 .pl4.active-region .bg{height:58px !important;left:18px;top:68px;width:38px}.m240 .pl4.focus .bg{background-position:-455px -103px}.m240 .pl4.active-region .bg{background-position:-455px -293px} .m240 .pl5.focus .bg,.m240 .pl5.active-region .bg{height:51px !important;left:89px;top:92px;width:52px}.m240 .pl5.focus .bg{background-position:-243px -9px}.m240 .pl5.active-region .bg{background-position:-243px -199px} .m240 .pl6.focus .bg,.m240 .pl6.active-region .bg{height:42px !important;left:109px;top:152px;width:47px}.m240 .pl6.focus .bg{background-position:-166px -5px}.m240 .pl6.active-region .bg{background-position:-166px -195px} .m240 .pl7.focus .bg,.m240 .pl7.active-region .bg{height:81px !important;left:113px;top:56px;width:78px}.m240 .pl7.focus .bg{background-position:-101px -80px}.m240 .pl7.active-region .bg{background-position:-101px -270px} .m240 .pl8.focus .bg,.m240 .pl8.active-region .bg{height:39px !important;left:66px;top:131px;width:36px}.m240 .pl8.focus .bg{background-position:-101px -11px}.m240 .pl8.active-region .bg{background-position:-101px -201px} .m240 .pl9.focus .bg,.m240 .pl9.active-region .bg{height:57px !important;left:150px;top:143px;width:49px}.m240 .pl9.focus .bg{background-position:-522px -104px}.m240 .pl9.active-region .bg{background-position:-522px -294px} .m240 .pl10.focus .bg,.m240 .pl10.active-region .bg{height:72px !important;left:159px;top:24px;width:48px}.m240 .pl10.focus .bg{background-position:-208px -89px}.m240 .pl10.active-region .bg{background-position:-208px -279px} .m240 .pl11.focus .bg,.m240 .pl11.active-region .bg{height:46px !important;left:61px;top:10px;width:59px}.m240 .pl11.focus .bg{background-position:-518px -17px}.m240 .pl11.active-region .bg{background-position:-518px -207px} .m240 .pl12.focus .bg,.m240 .pl12.active-region .bg{height:54px !important;left:88px;top:134px;width:39px}.m240 .pl12.focus .bg{background-position:-600px -107px}.m240 .pl12.active-region .bg{background-position:-600px -297px} .m240 .pl13.focus .bg,.m240 .pl13.active-region .bg{height:37px !important;left:122px;top:126px;width:44px}.m240 .pl13.focus .bg{background-position:-5px -10px}.m240 .pl13.active-region .bg{background-position:-5px -200px} .m240 .pl14.focus .bg,.m240 .pl14.active-region .bg{height:45px !important;left:110px;top:23px;width:74px}.m240 .pl14.focus .bg{background-position:-325px -10px}.m240 .pl14.active-region .bg{background-position:-325px -200px} .m240 .pl15.focus .bg,.m240 .pl15.active-region .bg{height:84px !important;left:43px;top:50px;width:67px}.m240 .pl15.focus .bg{background-position:-4px -77px}.m240 .pl15.active-region .bg{background-position:-4px -267px} .m240 .pl16.focus .bg,.m240 .pl16.active-region .bg{height:66px !important;left:10px;top:19px;width:58px}.m240 .pl16.focus .bg{background-position:-367px -95px}.m240 .pl16.active-region .bg{background-position:-367px -285px}
.m240 .pl1 a{left:64px;top:144px} .m240 .pl1 a.tooltip-left .tooltip-arrow{left:64px} .m240 .pl2 a{left:108px;top:80px} .m240 .pl2 a.tooltip-left .tooltip-arrow{left:108px} .m240 .pl3 a{left:195px;top:138px} .m240 .pl3 a.tooltip-right .tooltip-arrow{right:45px} .m240 .pl4 a{left:43px;top:106px} .m240 .pl4 a.tooltip-left .tooltip-arrow{left:43px} .m240 .pl5 a{left:125px;top:127px} .m240 .pl5 a.tooltip-right .tooltip-arrow{right:115px} .m240 .pl6 a{left:143px;top:183px} .m240 .pl6 a.tooltip-right .tooltip-arrow{right:97px} .m240 .pl7 a{left:160px;top:106px} .m240 .pl7 a.tooltip-right .tooltip-arrow{right:80px} .m240 .pl8 a{left:94px;top:158px} .m240 .pl8 a.tooltip-left .tooltip-arrow{left:94px} .m240 .pl9 a{left:181px;top:181px} .m240 .pl9 a.tooltip-right .tooltip-arrow{right:59px} .m240 .pl10 a{left:194px;top:70px} .m240 .pl10 a.tooltip-right .tooltip-arrow{right:46px} .m240 .pl11 a{left:101px;top:42px} .m240 .pl11 a.tooltip-left .tooltip-arrow{left:101px} .m240 .pl12 a{left:115px;top:171px} .m240 .pl12 a.tooltip-left .tooltip-arrow{left:115px} .m240 .pl13 a{left:153px;top:154px} .m240 .pl13 a.tooltip-right .tooltip-arrow{right:87px} .m240 .pl14 a{left:157px;top:52px} .m240 .pl14 a.tooltip-right .tooltip-arrow{right:83px} .m240 .pl15 a{left:86px;top:102px} .m240 .pl15 a.tooltip-left .tooltip-arrow{left:86px} .m240 .pl16 a{left:49px;top:62px} .m240 .pl16 a.tooltip-left .tooltip-arrow{left:49px}

/* size: 270 */
.m270{width:270px} .m270 .poland,.m270 .poland .bg,.m270 .poland-cities{background:transparent url('pl-270.png') no-repeat 0 0} .m270 .poland,.m270 .poland-cities{height:260px;width:270px} .m270 .poland-cities{background-position:-280px 0} .m270 .poland .m{margin:9999px 0 0 -2px} .m270 .poland .m span{font-size:17px !important;padding:0 1px 1px 0}
.m270 .pl1.focus .bg,.m270 .pl1.active-region .bg{height:70px;left:15px;top:129px;width:76px}.m270 .pl1.focus .bg{background-position:-352px -311px}.m270 .pl1.active-region .bg{background-position:-352px -531px} .m270 .pl2.focus .bg,.m270 .pl2.active-region .bg{height:62px;left:77px;top:46px;width:65px}.m270 .pl2.focus .bg{background-position:-687px -310px}.m270 .pl2.active-region .bg{background-position:-687px -530px} .m270 .pl3.focus .bg,.m270 .pl3.active-region .bg{height:83px;left:188px;top:109px;width:64px}.m270 .pl3.focus .bg{background-position:-348px -410px}.m270 .pl3.active-region .bg{background-position:-348px -630px} .m270 .pl4.focus .bg,.m270 .pl4.active-region .bg{height:74px;left:7px;top:74px;width:48px}.m270 .pl4.focus .bg{background-position:-547px -412px}.m270 .pl4.active-region .bg{background-position:-547px -632px} .m270 .pl5.focus .bg,.m270 .pl5.active-region .bg{height:64px;left:98px;top:104px;width:67px}.m270 .pl5.focus .bg{background-position:-255px -310px}.m270 .pl5.active-region .bg{background-position:-255px -530px} .m270 .pl6.focus .bg,.m270 .pl6.active-region .bg{height:54px;left:124px;top:181px;width:60px}.m270 .pl6.focus .bg{background-position:-166px -310px}.m270 .pl6.active-region .bg{background-position:-166px -530px} .m270 .pl7.focus .bg,.m270 .pl7.active-region .bg{height:103px;left:128px;top:59px;width:99px}.m270 .pl7.focus .bg{background-position:-121px -394px}.m270 .pl7.active-region .bg{background-position:-121px -614px} .m270 .pl8.focus .bg,.m270 .pl8.active-region .bg{height:50px;left:68px;top:154px;width:46px}.m270 .pl8.focus .bg{background-position:-90px -310px}.m270 .pl8.active-region .bg{background-position:-90px -530px} .m270 .pl9.focus .bg,.m270 .pl9.active-region .bg{height:73px;left:176px;top:169px;width:62px}.m270 .pl9.focus .bg{background-position:-625px -416px}.m270 .pl9.active-region .bg{background-position:-625px -636px} .m270 .pl10.focus .bg,.m270 .pl10.active-region .bg{height:92px;left:187px;top:18px;width:61px}.m270 .pl10.focus .bg{background-position:-256px -404px}.m270 .pl10.active-region .bg{background-position:-256px -624px} .m270 .pl11.focus .bg,.m270 .pl11.active-region .bg{height:59px;left:63px;top:0;width:76px}.m270 .pl11.focus .bg{background-position:-582px -310px}.m270 .pl11.active-region .bg{background-position:-582px -530px} .m270 .pl12.focus .bg,.m270 .pl12.active-region .bg{height:68px;left:97px;top:158px;width:50px}.m270 .pl12.focus .bg{background-position:-717px -413px}.m270 .pl12.active-region .bg{background-position:-717px -633px} .m270 .pl13.focus .bg,.m270 .pl13.active-region .bg{height:47px;left:139px;top:148px;width:56px}.m270 .pl13.focus .bg{background-position:-4px -310px}.m270 .pl13.active-region .bg{background-position:-4px -530px} .m270 .pl14.focus .bg,.m270 .pl14.active-region .bg{height:57px;left:125px;top:17px;width:94px}.m270 .pl14.focus .bg{background-position:-458px -311px}.m270 .pl14.active-region .bg{background-position:-458px -531px} .m270 .pl15.focus .bg,.m270 .pl15.active-region .bg{height:107px;left:39px;top:51px;width:85px}.m270 .pl15.focus .bg{background-position:-4px -390px}.m270 .pl15.active-region .bg{background-position:-4px -610px} .m270 .pl16.focus .bg,.m270 .pl16.active-region .bg{height:84px;left:-3px;top:11px;width:73px}.m270 .pl16.focus .bg{background-position:-444px -407px}.m270 .pl16.active-region .bg{background-position:-444px -627px}
.m270 .pl1 a{left:65px;top:166px}.m270 .pl1 a.tooltip-left .tooltip-arrow{left:65px} .m270 .pl2 a{left:119px;top:86px}.m270 .pl2 a.tooltip-left .tooltip-arrow{left:119px} .m270 .pl3 a{left:228px;top:160px}.m270 .pl3 a.tooltip-right .tooltip-arrow{right:42px} .m270 .pl4 a{left:38px;top:121px}.m270 .pl4 a.tooltip-left .tooltip-arrow{left:38px} .m270 .pl5 a{left:141px;top:146px}.m270 .pl5 a.tooltip-right .tooltip-arrow{right:129px} .m270 .pl6 a{left:165px;top:217px}.m270 .pl6 a.tooltip-right .tooltip-arrow{right:105px} .m270 .pl7 a{left:187px;top:115px}.m270 .pl7 a.tooltip-right .tooltip-arrow{right:83px} .m270 .pl8 a{left:103px;top:185px}.m270 .pl8 a.tooltip-left .tooltip-arrow{left:103px} .m270 .pl9 a{left:212px;top:213px}.m270 .pl9 a.tooltip-right .tooltip-arrow{right:58px} .m270 .pl10 a{left:229px;top:77px}.m270 .pl10 a.tooltip-right .tooltip-arrow{right:41px} .m270 .pl11 a{left:107px;top:35px}.m270 .pl11 a.tooltip-left .tooltip-arrow{left:107px} .m270 .pl12 a{left:131px;top:194px}.m270 .pl12 a.tooltip-left .tooltip-arrow{left:131px} .m270 .pl13 a{left:178px;top:181px}.m270 .pl13 a.tooltip-right .tooltip-arrow{right:92px} .m270 .pl14 a{left:181px;top:51px}.m270 .pl14 a.tooltip-right .tooltip-arrow{right:89px} .m270 .pl15 a{left:85px;top:120px}.m270 .pl15 a.tooltip-left .tooltip-arrow{left:85px} .m270 .pl16 a{left:45px;top:60px}.m270 .pl16 a.tooltip-left .tooltip-arrow{left:45px}

/* size: 340 */
.m340{width:340px} .m340 .poland,.m340 .poland .bg,.m340 .poland-cities{background:transparent url('../img/pl-340.png') no-repeat -1300px 0} .m340 .poland,.m340 .poland-cities{height:325px;width:340px} .m340 .poland{background-position:0 -373px} .m340 .poland-cities{background-position:-350px -373px} .m340 .poland .m{margin:10014px 0 0 8px} .m340 .poland .m span{font-size:20px !important}
.m340 .pl1.focus .bg,.m340 .pl1.active-region .bg{height:82px !important;left:31px;top:162px;width:90px}.m340 .pl1.focus .bg{background-position:-2px -25px}.m340 .pl1.active-region .bg{background-position:-2px -252px} .m340 .pl2.focus .bg,.m340 .pl2.active-region .bg{height:73px !important;left:104px;top:64px;width:76px}.m340 .pl2.focus .bg{background-position:-115px -7px}.m340 .pl2.active-region .bg{background-position:-115px -252px} .m340 .pl3.focus .bg,.m340 .pl3.active-region .bg{height:98px !important;left:235px;top:138px;width:75px}.m340 .pl3.focus .bg{background-position:-1134px -104px}.m340 .pl3.active-region .bg{background-position:-2px -130px} .m340 .pl4.focus .bg,.m340 .pl4.active-region .bg{height:86px !important;left:22px;top:104px;width:57px}.m340 .pl4.focus .bg{background-position:-1118px -2px}.m340 .pl4.active-region .bg{background-position:-103px -149px} .m340 .pl5.focus .bg,.m340 .pl5.active-region .bg{height:76px !important;left:128px;top:140px;width:78px}.m340 .pl5.focus .bg{background-position:-213px -10px}.m340 .pl5.active-region .bg{background-position:-213px -259px} .m340 .pl6.focus .bg,.m340 .pl6.active-region .bg{height:63px !important;left:159px;top:230px;width:70px}.m340 .pl6.focus .bg{background-position:-316px -23px}.m340 .pl6.active-region .bg{background-position:-316px -259px} .m340 .pl7.focus .bg,.m340 .pl7.active-region .bg{height:121px !important;left:164px;top:86px;width:117px}.m340 .pl7.focus .bg{background-position:-556px -28px}.m340 .pl7.active-region .bg{background-position:-184px -114px} .m340 .pl8.focus .bg,.m340 .pl8.active-region .bg{height:59px !important;left:93px;top:198px;width:54px}.m340 .pl8.focus .bg{background-position:-1077px -258px}.m340 .pl8.active-region .bg{background-position:-411px -258px} .m340 .pl9.focus .bg,.m340 .pl9.active-region .bg{height:85px !important;left:220px;top:216px;width:73px}.m340 .pl9.focus .bg{background-position:-819px -28px}.m340 .pl9.active-region .bg{background-position:-448px -150px} .m340 .pl10.focus .bg,.m340 .pl10.active-region .bg{height:108px !important;left:234px;top:38px;width:71px}.m340 .pl10.focus .bg{background-position:-1156px -232px}.m340 .pl10.active-region .bg{background-position:-819px -232px} .m340 .pl11.focus .bg,.m340 .pl11.active-region .bg{height:69px !important;left:87px;top:17px;width:89px}.m340 .pl11.focus .bg{background-position:-916px -44px}.m340 .pl11.active-region .bg{background-position:-544px -176px} .m340 .pl12.focus .bg,.m340 .pl12.active-region .bg{height:80px !important;left:127px;top:203px;width:59px}.m340 .pl12.focus .bg{background-position:-995px -259px}.m340 .pl12.active-region .bg{background-position:-913px -259px} .m340 .pl13.focus .bg,.m340 .pl13.active-region .bg{height:55px !important;left:177px;top:191px;width:65px}.m340 .pl13.focus .bg{background-position:-1029px -58px}.m340 .pl13.active-region .bg{background-position:-819px -154px} .m340 .pl14.focus .bg,.m340 .pl14.active-region .bg{height:67px !important;left:160px;top:37px;width:111px}.m340 .pl14.focus .bg{background-position:-410px -19px}.m340 .pl14.active-region .bg{background-position:-656px -175px} .m340 .pl15.focus .bg,.m340 .pl15.active-region .bg{height:126px !important;left:60px;top:77px;width:100px}.m340 .pl15.focus .bg{background-position:-696px -24px}.m340 .pl15.active-region .bg{background-position:-324px -109px} .m340 .pl16.focus .bg,.m340 .pl16.active-region .bg{height:99px !important;left:10px;top:30px;width:86px}.m340 .pl16.focus .bg{background-position:-1025px -137px}.m340 .pl16.active-region .bg{background-position:-914px -137px}
.m340 .pl1 a{left:86px;top:214px} .m340 .pl1 a.tooltip-left .tooltip-arrow{left:86px} .m340 .pl2 a{left:151px;top:117px} .m340 .pl2 a.tooltip-left .tooltip-arrow{left:151px} .m340 .pl3 a{left:280px;top:209px} .m340 .pl3 a.tooltip-right .tooltip-arrow{right:60px} .m340 .pl4 a{left:57px;top:162px} .m340 .pl4 a.tooltip-left .tooltip-arrow{left:57px} .m340 .pl5 a{left:177px;top:187px} .m340 .pl14 a.tooltip-right .tooltip-arrow{right:163px} .m340 .pl6 a{left:204px;top:271px} .m340 .pl6 a.tooltip-right .tooltip-arrow{right:136px} .m340 .pl7 a{left:232px;top:156px} .m340 .pl7 a.tooltip-right .tooltip-arrow{right:108px} .m340 .pl8 a{left:133px;top:235px} .m340 .pl8 a.tooltip-left .tooltip-arrow{left:133px} .m340 .pl9 a{left:261px;top:268px} .m340 .pl9 a.tooltip-right .tooltip-arrow{right:79px} .m340 .pl10 a{left:283px;top:107px} .m340 .pl10 a.tooltip-right .tooltip-arrow{right:57px} .m340 .pl11 a{left:141px;top:61px} .m340 .pl11 a.tooltip-left .tooltip-arrow{left:141px} .m340 .pl12 a{left:163px;top:253px} .m340 .pl12 a.tooltip-left .tooltip-arrow{left:163px} .m340 .pl13 a{left:220px;top:228px} .m340 .pl13 a.tooltip-right .tooltip-arrow{right:120px} .m340 .pl14 a{left:225px;top:80px} .m340 .pl14 a.tooltip-right .tooltip-arrow{right:115px} .m340 .pl15 a{left:119px;top:153px} .m340 .pl15 a.tooltip-left .tooltip-arrow{left:119px} .m340 .pl16 a{left:63px;top:89px} .m340 .pl16 a.tooltip-left .tooltip-arrow{left:63px}

/* size: 500 */
.m500{width:500px} .m500 .poland,.m500 .poland .bg,.m500 .poland-cities{background:transparent url('pl-500.png') no-repeat -1300px 0} .m500 .poland,.m500 .poland-cities{height:475px;width:500px} .m500 .poland{background-position:0 -686px} .m500 .poland-cities{background-position:-510px -686px} .m500 .poland .m{margin:10007px 0 0 7px} .m500 .poland .m span{font-size:30px !important}
.m500 .pl1.focus .bg,.m500 .pl1.active-region .bg{height:122px !important;left:46px;top:243px;width:134px}.m500 .pl1.focus .bg{background-position:-203px -65px}.m500 .pl1.active-region .bg{background-position:-1px -515px} .m500 .pl2.focus .bg,.m500 .pl2.active-region .bg{height:109px !important;left:155px;top:96px;width:114px}.m500 .pl2.focus .bg{background-position:-360px -45px}.m500 .pl2.active-region .bg{background-position:-162px -528px} .m500 .pl3.focus .bg,.m500 .pl3.active-region .bg{height:146px !important;left:352px;top:208px;width:113px}.m500 .pl3.focus .bg{background-position:-1033px -79px}.m500 .pl3.active-region .bg{background-position:-4px -345px} .m500 .pl4.focus .bg,.m500 .pl4.active-region .bg{height:129px !important;left:33px;top:146px;width:85px}.m500 .pl4.focus .bg{background-position:-925px -96px}.m500 .pl4.active-region .bg{background-position:-143px -363px} .m500 .pl5.focus .bg,.m500 .pl5.active-region .bg{height:113px !important;left:193px;top:199px;width:117px}.m500 .pl5.focus .bg{background-position:-4px -2px}.m500 .pl5.active-region .bg{background-position:-301px -524px} .m500 .pl6.focus .bg,.m500 .pl6.active-region .bg{height:95px !important;left:239px;top:335px;width:105px}.m500 .pl6.focus .bg{background-position:-552px -59px}.m500 .pl6.active-region .bg{background-position:-252px -407px} .m500 .pl7.focus .bg,.m500 .pl7.active-region .bg{height:181px !important;left:246px;top:119px;width:175px}.m500 .pl7.focus .bg{background-position:-1101px -285px}.m500 .pl7.active-region .bg{background-position:-4px -140px} .m500 .pl8.focus .bg,.m500 .pl8.active-region .bg{height:88px !important;left:140px;top:287px;width:81px}.m500 .pl8.focus .bg{background-position:-793px -25px}.m500 .pl8.active-region .bg{background-position:-380px -413px} .m500 .pl9.focus .bg,.m500 .pl9.active-region .bg{height:127px !important;left:330px;top:314px;width:109px}.m500 .pl9.focus .bg{background-position:-793px -137px}.m500 .pl9.active-region .bg{background-position:-200px -212px} .m500 .pl10.focus .bg,.m500 .pl10.active-region .bg{height:161px !important;left:351px;top:47px;width:107px}.m500 .pl10.focus .bg{background-position:-1169px -98px}.m500 .pl10.active-region .bg{background-position:-333px -221px} .m500 .pl11.focus .bg,.m500 .pl11.active-region .bg{height:103px !important;left:131px;top:15px;width:133px}.m500 .pl11.focus .bg{background-position:-974px -534px}.m500 .pl11.active-region .bg{background-position:-440px -534px} .m500 .pl12.focus .bg,.m500 .pl12.active-region .bg{height:120px !important;left:191px;top:294px;width:88px}.m500 .pl12.focus .bg{background-position:-682px -104px}.m500 .pl12.active-region .bg{background-position:-485px -390px} .m500 .pl13.focus .bg,.m500 .pl13.active-region .bg{height:83px !important;left:266px;top:276px;width:98px}.m500 .pl13.focus .bg{background-position:-464px -176px}.m500 .pl13.active-region .bg{background-position:-464px -284px} .m500 .pl14.focus .bg,.m500 .pl14.active-region .bg{height:100px !important;left:240px;top:45px;width:166px}.m500 .pl14.focus .bg{background-position:-785px -460px}.m500 .pl14.active-region .bg{background-position:-596px -460px} .m500 .pl15.focus .bg,.m500 .pl15.active-region .bg{height:189px !important;left:90px;top:105px;width:150px}.m500 .pl15.focus .bg{background-position:-922px -248px}.m500 .pl15.active-region .bg{background-position:-597px -247px} .m500 .pl16.focus .bg,.m500 .pl16.active-region .bg{height:148px !important;left:15px;top:35px;width:129px}.m500 .pl16.focus .bg{background-position:-1147px -489px}.m500 .pl16.active-region .bg{background-position:-769px -288px}
.m500 .pl1 a{left:125px;top:304px} .m500 .pl1 a.tooltip-left .tooltip-arrow{left:125px} .m500 .pl2 a{left:222px;top:163px} .m500 .pl2 a.tooltip-left .tooltip-arrow{left:222px} .m500 .pl3 a{left:414px;top:295px} .m500 .pl3 a.tooltip-right .tooltip-arrow{right:86px} .m500 .pl4 a{left:78px;top:225px} .m500 .pl4 a.tooltip-left .tooltip-arrow{left:78px} .m500 .pl5 a{left:261px;top:266px} .m500 .pl6 a{left:301px;top:392px} .m500 .pl7 a{left:340px;top:219px} .m500 .pl8 a{left:194px;top:341px} .m500 .pl8 a.tooltip-left .tooltip-arrow{left:194px} .m500 .pl9 a{left:390px;top:387px} .m500 .pl9 a.tooltip-right .tooltip-arrow{right:110px} .m500 .pl10 a{left:414px;top:143px} .m500 .pl10 a.tooltip-right .tooltip-arrow{right:86px} .m500 .pl11 a{left:207px;top:76px} .m500 .pl12 a{left:240px;top:364px} .m500 .pl13 a{left:325px;top:327px} .m500 .pl14 a{left:333px;top:100px} .m500 .pl14 a.tooltip-right .tooltip-arrow{right:167px} .m500 .pl15 a{left:173px;top:213px} .m500 .pl15 a.tooltip-left .tooltip-arrow{left:173px} .m500 .pl16 a{left:89px;top:119px} .m500 .pl16 a.tooltip-left .tooltip-arrow{left:89px}

/* size: 660 */
.m660{width:660px} .m660 .poland,.m660 .poland .bg,.m660 .poland-cities{background:transparent url('pl-660.png') no-repeat -1330px 0} .m660 .poland,.m660 .poland-cities{height:630px;width:660px} .m660 .poland{background-position:0 -1060px} .m660 .poland-cities{background-position:-670px -1060px} .m660 .poland .m{margin:10007px 0 0 7px} .m660 .poland .m span{font-size:40px !important}
.m660 .pl1.focus .bg,.m660 .pl1.active-region .bg{height:163px !important;left:62px;top:325px;width:179px} .m660 .pl1.focus .bg{background-position:-923px -86px} .m660 .pl1.active-region .bg{background-position:-4px -833px} .m660 .pl2.focus .bg,.m660 .pl2.active-region .bg{height:145px !important;left:207px;top:130px;width:151px} .m660 .pl2.focus .bg{background-position:-703px -5px} .m660 .pl2.active-region .bg{background-position:-485px -799px} .m660 .pl3.focus .bg,.m660 .pl3.active-region .bg{height:195px !important;left:470px;top:278px;width:150px} .m660 .pl3.focus .bg{background-position:-1125px -104px} .m660 .pl3.active-region .bg{background-position:-1125px -802px} .m660 .pl4.focus .bg,.m660 .pl4.active-region .bg{height:172px !important;left:45px;top:196px;width:113px} .m660 .pl4.focus .bg{background-position:-388px -31px} .m660 .pl4.active-region .bg{background-position:-989px -826px} .m660 .pl5.focus .bg,.m660 .pl5.active-region .bg{height:151px !important;left:257px;top:267px;width:156px} .m660 .pl5.focus .bg{background-position:-522px -4px} .m660 .pl5.active-region .bg{background-position:-661px -793px} .m660 .pl6.focus .bg,.m660 .pl6.active-region .bg{height:126px !important;left:318px;top:448px;width:140px}.m660 .pl6.focus .bg{background-position:-553px -456px}.m660 .pl6.active-region .bg{background-position:-4px -684px} .m660 .pl7.focus .bg,.m660 .pl7.active-region .bg{height:242px !important;left:328px;top:160px;width:233px}.m660 .pl7.focus .bg{background-position:-644px -179px}.m660 .pl7.active-region .bg{background-position:-207px -615px} .m660 .pl8.focus .bg,.m660 .pl8.active-region .bg{height:117px !important;left:187px;top:384px;width:108px}.m660 .pl8.focus .bg{background-position:-337px -879px}.m660 .pl8.active-region .bg{background-position:-206px -879px} .m660 .pl9.focus .bg,.m660 .pl9.active-region .bg{height:170px !important;left:441px;top:420px;width:145px}.m660 .pl9.focus .bg{background-position:-717px -444px}.m660 .pl9.active-region .bg{background-position:-464px -606px} .m660 .pl10.focus .bg,.m660 .pl10.active-region .bg{height:215px !important;left:468px;top:65px;width:142px}.m660 .pl10.focus .bg{background-position:-1127px -323px}.m660 .pl10.active-region .bg{background-position:-1127px -562px} .m660 .pl11.focus .bg,.m660 .pl11.active-region .bg{height:138px !important;left:175px;top:21px;width:177px}.m660 .pl11.focus .bg{background-position:-4px -359px}.m660 .pl11.active-region .bg{background-position:-4px -522px} .m660 .pl12.focus .bg,.m660 .pl12.active-region .bg{height:160px !important;left:255px;top:394px;width:117px}.m660 .pl12.focus .bg{background-position:-248px -162px}.m660 .pl12.active-region .bg{background-position:-842px -838px} .m660 .pl13.focus .bg,.m660 .pl13.active-region .bg{height:110px !important;left:355px;top:370px;width:130px}.m660 .pl13.focus .bg{background-position:-205px -345px}.m660 .pl13.active-region .bg{background-position:-205px -481px} .m660 .pl14.focus .bg,.m660 .pl14.active-region .bg{height:133px !important;left:320px;top:62px;width:221px}.m660 .pl14.focus .bg{background-position:-399px -228px}.m660 .pl14.active-region .bg{background-position:-644px -637px} .m660 .pl15.focus .bg,.m660 .pl15.active-region .bg{height:251px !important;left:120px;top:142px;width:200px}.m660 .pl15.focus .bg{background-position:-901px -276px}.m660 .pl15.active-region .bg{background-position:-903px -551px} .m660 .pl16.focus .bg,.m660 .pl16.active-region .bg{height:197px !important;left:20px;top:49px;width:172px}.m660 .pl16.focus .bg{background-position:-51px -122px}.m660 .pl16.active-region .bg{background-position:-358px -386px}
.m660 .pl1 a{left:166px;top:412px} .m660 .pl1 a.tooltip-left .tooltip-arrow{left:166px} .m660 .pl2 a{left:293px;top:212px} .m660 .pl3 a{left:550px;top:390px} .m660 .pl3 a.tooltip-right .tooltip-arrow{right:110px} .m660 .pl4 a{left:101px;top:296px} .m660 .pl4 a.tooltip-left .tooltip-arrow{left:101px} .m660 .pl5 a{left:345px;top:352px} .m660 .pl6 a{left:398px;top:521px} .m660 .pl7 a{left:450px;top:290px} .m660 .pl8 a{left:256px;top:452px} .m660 .pl9 a{left:515px;top:514px} .m660 .pl9 a.tooltip-right .tooltip-arrow{right:145px} .m660 .pl10 a{left:549px;top:187px} .m660 .pl10 a.tooltip-right .tooltip-arrow{right:111px} .m660 .pl11 a{left:268px;top:100px} .m660 .pl12 a{left:318px;top:480px} .m660 .pl13 a{left:430px;top:435px} .m660 .pl14 a{left:441px;top:133px} .m660 .pl14 a.tooltip-right .tooltip-arrow{right:219px} .m660 .pl15 a{left:229px;top:283px} .m660 .pl16 a{left:116px;top:157px} .m660 .pl16 a.tooltip-left .tooltip-arrow{left:116px}

/* size: 810 */
.m810{width:810px} .m810 .poland,.m810 .poland .bg,.m810 .poland-cities{background:transparent url('pl-810.png') no-repeat -1630px 0} .m810 .poland,.m810 .poland-cities{height:770px;width:810px} .m810 .poland{background-position:0 -1580px} .m810 .poland-cities{background-position:-820px -1580px} .m810 .poland .m{margin:9999px 0 0 0} .m810 .poland .m span{font-size:50px !important}
.m810 .pl1.focus .bg,.m810 .pl1.active-region .bg{height:203px !important;left:72px;top:399px;width:223px}.m810 .pl1.focus .bg{background-position:-2px -88px}.m810 .pl1.active-region .bg{background-position:-9px -1245px} .m810 .pl2.focus .bg,.m810 .pl2.active-region .bg{height:181px !important;left:254px;top:154px;width:189px}.m810 .pl2.focus .bg{background-position:-881px -480px}.m810 .pl2.active-region .bg{background-position:-846px -1078px} .m810 .pl3.focus .bg,.m810 .pl3.active-region .bg{height:244px !important;left:582px;top:340px;width:188px}.m810 .pl3.focus .bg{background-position:-1040px -94px}.m810 .pl3.active-region .bg{background-position:-249px -864px} .m810 .pl4.focus .bg,.m810 .pl4.active-region .bg{height:215px !important;left:50px;top:237px;width:141px}.m810 .pl4.focus .bg{background-position:-875px -4px}.m810 .pl4.active-region .bg{background-position:-1134px -585px} .m810 .pl5.focus .bg,.m810 .pl5.active-region .bg{height:188px !important;left:316px;top:327px;width:194px}.m810 .pl5.focus .bg{background-position:-662px -595px}.m810 .pl5.active-region .bg{background-position:-821px -867px} .m810 .pl6.focus .bg,.m810 .pl6.active-region .bg{height:157px !important;left:393px;top:552px;width:174px}.m810 .pl6.focus .bg{background-position:-548px -42px}.m810 .pl6.active-region .bg{background-position:-932px -686px} .m810 .pl7.focus .bg,.m810 .pl7.active-region .bg{height:302px !important;left:405px;top:192px;width:291px}.m810 .pl7.focus .bg{background-position:-523px -223px}.m810 .pl7.active-region .bg{background-position:-532px -1147px} .m810 .pl8.focus .bg,.m810 .pl8.active-region .bg{height:146px !important;left:229px;top:472px;width:135px}.m810 .pl8.focus .bg{background-position:-662px -806px}.m810 .pl8.active-region .bg{background-position:-662px -976px} .m810 .pl9.focus .bg,.m810 .pl9.active-region .bg{height:212px !important;left:546px;top:517px;width:181px}.m810 .pl9.focus .bg{background-position:-836px -243px}.m810 .pl9.active-region .bg{background-position:-1059px -1047px} .m810 .pl10.focus .bg,.m810 .pl10.active-region .bg{height:268px !important;left:580px;top:73px;width:177px}.m810 .pl10.focus .bg{background-position:-461px -548px}.m810 .pl10.active-region .bg{background-position:-461px -840px} .m810 .pl11.focus .bg,.m810 .pl11.active-region .bg{height:172px !important;left:213px;top:19px;width:221px}.m810 .pl11.focus .bg{background-position:-3px -586px}.m810 .pl11.active-region .bg{background-position:-3px -782px} .m810 .pl12.focus .bg,.m810 .pl12.active-region .bg{height:199px !important;left:313px;top:485px;width:146px}.m810 .pl12.focus .bg{background-position:-1092px -362px}.m810 .pl12.active-region .bg{background-position:-1130px -824px} .m810 .pl13.focus .bg,.m810 .pl13.active-region .bg{height:137px !important;left:438px;top:455px;width:163px}.m810 .pl13.focus .bg{background-position:-250px -543px}.m810 .pl13.active-region .bg{background-position:-250px -704px} .m810 .pl14.focus .bg,.m810 .pl14.active-region .bg{height:166px !important;left:395px;top:70px;width:276px}.m810 .pl14.focus .bg{background-position:-248px -15px}.m810 .pl14.active-region .bg{background-position:-846px -1283px} .m810 .pl15.focus .bg,.m810 .pl15.active-region .bg{height:314px !important;left:144px;top:170px;width:249px}.m810 .pl15.focus .bg{background-position:-248px -204px}.m810 .pl15.active-region .bg{background-position:-257px -1134px} .m810 .pl16.focus .bg,.m810 .pl16.active-region .bg{height:246px !important;left:20px;top:53px;width:215px}.m810 .pl16.focus .bg{background-position:-10px -315px}.m810 .pl16.active-region .bg{background-position:-10px -976px}
.m810 .pl1 a{left:194px;top:500px} .m810 .pl1 a.tooltip-left .tooltip-arrow{left:194px} .m810 .pl2 a{left:358px;top:255px} .m810 .pl3 a{left:686px;top:472px} .m810 .pl4 a{left:116px;top:359px} .m810 .pl4 a.tooltip-left .tooltip-arrow{left:116px} .m810 .pl5 a{left:423px;top:430px} .m810 .pl6 a{left:490px;top:640px} .m810 .pl7 a{left:560px;top:353px} .m810 .pl8 a{left:311px;top:555px} .m810 .pl9 a{left:633px;top:633px} .m810 .pl9 a.tooltip-right .tooltip-arrow{right:177px} .m810 .pl10 a{left:683px;top:225px} .m810 .pl10 a.tooltip-right .tooltip-arrow{right:127px} .m810 .pl11 a{left:334px;top:114px} .m810 .pl12 a{left:391px;top:589px} .m810 .pl13 a{left:529px;top:538px} .m810 .pl14 a{left:540px;top:162px} .m810 .pl14 a.tooltip-right .tooltip-arrow{right:270px} .m810 .pl15 a{left:274px;top:343px} .m810 .pl16 a{left:137px;top:186px} .m810 .pl16 a.tooltip-left .tooltip-arrow{left:137px}

/* --------------------------------------------------------
end of the maps */