/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }
 }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  /*float: left;
	margin-bottom: 1em;*/ }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  /*border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand *+/
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;*/
  zoom: 1;
  /* IE7 */ }

.sf-menu a {
  /*color: #13a;*/ }

.sf-menu li {
  /*background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin *+/
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.sf-menu ul li {
  /*background: #AABDE6;*/ }

.sf-menu ul ul li {
  /*background: #9AAEDB;*/ }

.sf-menu li:hover, .sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding: 0 37px 0 23px;
  /*padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  /*1em;*/
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  /*border-top-color: rgba(0,0,0,.5);*/
  border-top-color: #272727; }

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #0d5c9e;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  /*border-left-color: rgba(0,0,0,.5);*/
  border-left-color: #272727; }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #0d5c9e; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html, button, input, select, textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }


/* ==========================================================================
Author's custom styles
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none; }

h1.title , h2.title, h3.title, h4.title, h5.title     {
  font-family: 'Lato', sans-serif;
}
 
  
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

strong {
  font-weight: bold; }

input {
  outline: none; }

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

img {
  display: block;
  border: 0;
  /*max-width: 100%;*/ }

a {
  text-decoration: none;
  color: #272727; }

a:hover {
  text-decoration: underline;
  color: #0d5c9e; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a:focus, a:selected, a:active, a:visited, button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

:-moz-any-link:focus {
  outline: none; }

:focus {
  outline: none; }

.left {
  float: left; }

.right {
  float: right; }

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

.text-center {
  text-align: center; }

.h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 48px; }

.h2 span {
  font-size: 48px; }

.h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 34px; }

.adv .h3 {
  margin-bottom: 0; }

.notice .h3 {
  margin-left: 35px; }

.red {
  color: #fe0d0d; }

.orange {
  color: #ff8711; }

body {
  color: #272727;
  font-family: 'Lato', sans-serif;
  font-size: 14px; }
  

.wrapper {
  width: 1200px;
  margin: 0 auto; }

header, footer {
  width: 100%;
  background-color: #fff; }

.logo {
  display: inline-block;
  margin: 20px 30px; }

header .right {
  margin-top: 50px;
  width: 450px; }

.search {
  width: 300px;
  height: 35px;
  margin-right: 40px; }

.search input {
  font-weight: 300;
  width: 300px;
  height: 35px;
  line-height: 14px;
  border: none;
  border-radius: 18px;
  background-color: #ededed;
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: 260px center;
  padding: 10px 45px 10px 20px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.lang a {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 10px;
  margin-top: 6px; }

.lang .pl {
  background-image: url('../images/pl.png'); }

.lang .de {
  background-image: url('../images/de.png'); }

.lang .en {
  background-image: url('../images/en.png'); }

.menu {
  border-top: 1px solid #eeebd0;
  min-height: 71px; }

.menu li {
  /*float:left;*/ }

.sf-menu > li:first-child > a {
  border-left: 1px solid #eeebd0;
  background: url('../images/home.png') no-repeat 25px center;
  padding-left: 60px; }

.sf-menu li a {
  text-transform: uppercase;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  max-width: 180px;
  height: 70px;
  border-right: 1px solid #eeebd0;
  font-size: 14px;
  line-height: 19px; }

.sf-menu li li {
  background-color: #fff;
  border-bottom: 1px solid #eeebd0; }

.sf-menu li li a {
  border-right: none;
  max-width: 350px;
  height: 50px; }

.menu li a.active {
  color: #fff;
  background-color: #0d5c9e; }

.menu li a:hover {
  text-decoration: none; }

.content {
  background-color: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 0px solid #eae7c3;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative; }

.slidetext {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0; }

.slidetext p {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300; }

.slidetext a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  max-width: 340px;
  max-height: 70px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: url('../images/ico.png');
  background-repeat: no-repeat;
  background-position: 35px center;
  padding: 14px 40px 14px 80px;
  letter-spacing: 1px;
  margin-top: 30px; }

.slidetext a:hover {
  text-decoration: none; }

.content .block {
  margin-bottom: 15px;
  border: 1px solid #ebe8c3;
  background-color: #fff;
  padding: 30px; }

.content .colored {
  border: none;
  color: #fff;
  font-weight: 300; }

.content .blue {
  background-color: #0d5c9e; }
  
.content .blue a {
  color:white; }
  
.content .grey {
  background-color: #272727; }

.content .grey a {
  color:white; }

  
.content .green {
  background-color: #7bad23; }

.content .social {
  text-align: center;
  margin: 30px 0; }

.content .social a {
  font-size: 50px;
  margin: 0 20px; }

.content .social a:hover {
  text-decoration: none; }

.count {
  font-weight: 300;
  font-size: 18px; }

.content .inner .hot {
  padding: 30px 20px 15px 35px;
  overflow: hidden; }

.thumb {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }

.thumb span {
  display: block;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 14px;
  font-weight: 300; }

.accommodation {
  font-size: 18px;
  font-weight: 300; }

.accommodation li {
  font-size: 18px;
  line-height: 25px; }

.more {
  margin-top: 25px;
  font-weight: bold;
  color: #0d5c9e; }

.more a {
  color: #0d5c9e; }

.right .block:first-child {
  padding-bottom: 15px; }

.qeustion {
  font-size: 18px; }

.radio {
  margin-top: 10px;
  margin-bottom: 25px; }

.radio label {
  margin-left: 7px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px; }

.qeustion .button {
  background-color: #ededed;
  width: 100px;
  height: 70px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ebe8c3;
  text-transform: uppercase;
  word-wrap: break-word;
  vertical-align: top;
  padding: 0 20px; }

.notice {
  margin-top: 30px; }

.notice .item {
  background-color: #ededed;
  padding: 20px 35px;
  margin-bottom: 15px; }

.notice .item p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 22px; }

.notice .item .heading {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 14px 30px;
  border-bottom: 1px solid #c8bd9f;
  background: url('../images/user.png') no-repeat left 5px; }

footer {
  min-height: 100px; }

.footer {
  padding: 25px 30px;
  font-size: 12px; }

.footer a, .footer .right {
  font-size: 18px; }

/* ==========================================================================
Media Queries
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
Print styles
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }
 }

/*Add responsive css Style 09.04.2015*/
.aside_right {
  padding-left: 25px; }

.aside_left {
  padding-right: 25px; }

.thumb img {
  width: 100%; }

.frame {
  overflow: hidden; }
  .frame li {
    float: left;
    width: 227px;
    height: 100%;
    position: relative; }
    .frame li img {
      width: 100%; }
    .frame li .slidetext {
      left: 11%;
      right: 11%;
      top: 10%; }
      .frame li .slidetext p {
        max-width: 50%; }

.wrap {
  position: relative;
  padding-bottom: 30px; }
  .wrap .controls {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 0px;
    right: 0px; }
    .wrap .controls .btn {
      background: none;
      position: absolute;
      margin: 0px;
      padding: 0px;
      width: 18px;
      height: 55px; }
    .wrap .controls .prev {
      background: url(../images/left.png) no-repeat;
      left: 5%; }
    .wrap .controls .next {
      background: url(../images/right.png) no-repeat;
      right: 5%; }

/* Scrollbar */
.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
  display: none; }

.clearfix {
  height: 100%; }

.thumb div {
  position: relative; }

.top-bar .title-area {
  height: 46px; }

.description.right .block {
  padding-bottom: 30px; }
.description .breadcrumbs {
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 25px; }
.description h3.title {
  padding-bottom: 25px;
  overflow: hidden; }
  .description h3.title .social {
    float: right;
    margin: 0px; }
.description .subtitle {
  font-size: 16px;
  padding-bottom: 10px; }

 .fulltext {
  margin-bottom: 30px; 
 }

  
.description .text {
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px; }


.description .text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px; }

.fb_iframe_widget {
  top: -11px; }

.publication_date, .author {
  font-size: 13px;
  line-height: 20px; }
  .publication_date span, .author span {
    font-weight: 700; }

.text_image_left {
  padding: 0px 30px 30px 0px;
  float: left; }

.text_image_right {
  padding: 0px 0px 30px 30px;
  float: right; }

.block_list {
  padding: 30px; }
  .block_list .breadcrumbs {
    background: none; }
  .block_list h3.title {
    text-transform: uppercase; }

.choose {
  padding: 5px 15px;
  border: 1px solid #e1e1d9;
  background-color: #ffffff;
  border-radius: 100px;
  margin-left: 30px; }
  .choose:after {
    content: '?';
    display: inline-block; }
  .choose:hover {
    text-decoration: none; }

.filter .more-search {
  float: right;
  text-decoration: underline; }

.list_element {
  padding: 25px 20px 25px 30px;
  margin-bottom: 30px;
  background-color: #ededed;
  overflow: hidden; }
  .list_element .info {
    font-size: 16px;
    line-height: 20px;
    width: 56.47%;
    float: left; }
  .list_element .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 20px; }

.photo_gallery {
  width: 41.1764%;
  float: right; }

.photo_gallery  img {
 width: 350px;
 height: 270px;
 }
 
  
.gallery_slider {
  position: relative; }
  .gallery_slider .controls {
    position: absolute;
    bottom: -5px;
    right: 0px;
    margin: 0px; }
    .gallery_slider .controls .btn {
      margin: 0px;
      width: 45px;
      height: 41px;
      padding: 0px; }
      .gallery_slider .controls .btn.prev {
        background: url(../images/nav.png) no-repeat top left;
        left: 2px; }
      .gallery_slider .controls .btn.next {
        background: url(../images/nav.png) no-repeat top right;
        border-left: 1px solid #525252; }

.photo_gallery_block {
  line-height: 250px;
  overflow: hidden; }

.photo_gallery_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%; }

.photo_gallery_block ul li {
  float: left;
  width: 350px;
  height: 100%; }

@media only screen and (max-width: 72em) {
  .frame li .slidetext .h2 {
    font-size: 28px;
    line-height: 35px; }
  .frame li .slidetext p {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    line-height: 21px; }
  .frame li .slidetext a {
    float: left;
    padding: 9px 40px 11px 80px; }
 }

@media only screen and (max-width: 925px) {
  .frame li .slidetext a {
    font-size: 12px; }
 }

@media only screen and (max-width: 800px) {
  .frame li .slidetext p {
    max-width: 70%; }
  .frame li .slidetext a {
    padding: 29px 40px 29px 58px; }
    .frame li .slidetext a span {
      display: none; }
 }

@media only screen and (max-width: 800px) {
  .frame li .slidetext p {
    display: none; }
  .frame li .slidetext a {
    padding: 14px 40px 14px 80px;
    margin-top: 0px; }
    .frame li .slidetext a span {
      display: block; }

  header .right {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    header .right .lang {
      float: right !important; }

  .logo {
    margin: 20px 0;
    width: 100%;
    text-align: center; }
    .logo img {
      display: inline-block; }
 }

@media only screen and (max-width: 64em) {
  .inner, .aside_left, .aside_right, .description {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
 }

@media only screen and (max-width: 1025px) {
  .menu {
    min-height: 45px; }
 }

@media only screen and (max-width: 40em) {
  .frame {
    min-height: 200px; }
    .frame li img {
      height: 200px; }

  .frame li .slidetext a {
    background: none;
    border: 0px;
    padding: 10px 0px 0px 10px; }

  .controls {
    display: none; }

  .text_image_left, .text_image_right {
    width: 100%;
    padding: 0px 0px 30px 0px; }

  .description h3.title .social {
    float: none;
    text-align: left; }

  .photo_gallery, .list_element .info, .photo_gallery li img {
    width: 100%; }

  .list_element .controls {
    display: block; }

  .list_element .info {
    padding-bottom: 30px; }

  .filter .more-search {
    float: none;
    display: block;
    margin-top: 20px; }
 }

@media only screen and (max-width: 1191px) {
  .sf-menu {
    width: 999px;
    margin: 0 auto; }
    .sf-menu:after {
      content: '';
      display: block;
      clear: both; }
    .sf-menu li a {
      padding: 0 18px; }
 }

 
 /* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: -10px;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }

  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }
	

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    border: solid 5px;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen and (min-width: 40.0625em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }
	
	
li.active  {font-weight:bold;} 	


.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF; 
  }
  .label.radius {
    border-radius: 1px; }
  .label.round {
    border-radius: 4px;
	}
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; 
	padding:4px;}
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; 
	padding:4px;}
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; 
	padding:4px;
	}
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; 
	padding:4px;}
  .label.info {
    background-color: #a0d3e8;
    color: #333333; 
	padding:4px;}

	h1 small.haslo-reklamowe{
	  font-size: 40%;
	  line-height: inherit; 
	}
 

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }
	

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }  
	