/**
 * The main template file.
 *
 * This is the most generic template file in a WordPress theme
 * and one of the two required files for a theme (the other being style.css).
 * It is used to display a page when nothing more specific matches a query.
 * E.g., it puts together the home page when no home.php file exists.
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * Theme Name: Konferencja - dyrektor XXI wieku
 * Description: Szablon WP
 * Author: Librus Sp. z o. o.
 * Author URI: librus.pl
 * Version: 1.3
 * License: Commercial
 *
 */
/* Cookies box */
.cookieBox {
  display: none;
  font-family: 'Helvetica Neue', 'Open Sans', 'Arial', sans-serif;
  text-shadow: none;
  font-size: 12px;
  font-weight: normal;
  opacity: 0.8;
  border-radius: 5px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 330px;
  background-color: black;
  z-index: 99999999;
  color: white;
}
.cookieBox .cookieBoxClose {
  position: absolute;
  right: 5px;
  padding: 3px;
}
.cookieBox .cookieBoxClose a {
  color: white;
  text-decoration: none;
}
.cookieBox p {
  padding: 15px;
  line-height: 16px;
  margin: 0px;
}
.cookieBox p a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cookieBox {
    width: 100%;
    height: auto;
    text-align: center;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
  }
}
@media print {
  body,
  .content {
    background: #fff !important;
    background-image: none;
  }
  div.page.wide {
    width: 100% !important;
  }
  .page.wide.harmonogram .content, .page.wide.zapisy .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
  }
  .content {
    border: none !important;
  }
  .content > *,
  .menu.nocontent,
  .noPrint {
    display: none;
  }
  #poprzednia_edycja {
    display: none !important;
  }
  .content > .print {
    display: block;
  }
  table.print {
    display: table !important;
  }
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: 500;
  background: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ---- MOJE ---- */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
body {
  background: url('img/greyPattern_100.png') repeat;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 22px;
  color: #8d8d8d;
  font-size: 12px;
}
.hrGrey {
  display: block;
  width: 80%;
  height: 1px;
  border: none;
  background: #cecece;
  margin: 11px auto 11px auto;
  clear: both;
}
.hidden {
  display: none;
}
#backToTop {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dedada;
  padding: 10px 10px 10px 10px;
  position: fixed;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  bottom: 10px;
}
#backToTop span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  margin-top: 22px;
}
.bHidden {
  display: none;
}
.bVisible {
  display: block;
}
.noBullet {
  margin-left: 0 !important;
}
.noBullet,
.noBullet li {
  list-style: none !important;
}
.clear {
  clear: both;
}
div.page {
  width: 990px;
  margin: 0 auto;
}
div.page.wide {
  width: 1285px;
}
div.page.wide .headerLogos {
  float: right;
}
.wide .aside {
  width: 100%;
}
.wide .menu ul li {
  width: auto !important;
  text-align: center;
}
.wide .menu ul li a {
  width: 152px;
  background: url('img/menuItemBg-xs.png');
  padding: 0 10px !important;
  margin-left: 10px;
  white-space: nowrap;
}
.wide .menu.orange li a {
  background: url('img/menuItemOrangeBg-xs.png');
}
.wide .content {
  margin: 22px 0;
  padding: 30px;
  width: 1224px;
}
div.header {
  width: 100%;
  float: left;
  position: relative;
}
div.headerMainLogo {
  width: 750px;
  float: left;
  padding: 11px 0 11px 0;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 22px 0;
}
div.headerMainLogo h1 {
  float: left;
  margin: 0 0 0 0;
}
div.headerLogos {
  position: absolute;
  right: 0px;
  padding: 20px 0 0 10px;
  text-align: right;
}
div.headerLogos a {
  margin: 0;
  float: right;
  padding: 0 5px 0 15px;
}
div.headerLogos a:first-child {
  position: relative;
  top: -4px;
}
img.border {
  padding: 5px;
  border: 1px solid #e4e4e4 !important;
}
h1 {
  color: #787878;
  font-size: 16px;
  text-shadow: 0px 1px #fff;
  margin: 11px 0 11px 0;
}
h2 {
  color: #818181;
  font-size: 12px;
  font-weight: 700;
  margin: 11px 0 11px 0;
}
h2.dark {
  color: #787878;
  text-shadow: 0px 1px #fff;
  font-size: 14px;
  font-weight: 500;
}
h3 {
  color: #818181;
  font-size: 12px;
  font-weight: 700;
  margin: 11px 0 11px 0;
}
p {
  margin: 11px 0 11px 0;
}
small {
  font-size: 0.8em;
}
strong,
b {
  font-weight: 700;
}
div.content strong,
div.content b {
  color: #555555;
}
.marginLeft {
  margin-left: 0px !important;
}
.marginRight {
  margin-right: 0px !important;
}
.marginOnBottom {
  margin-bottom: 11px;
}
.col {
  float: left;
  width: 760px;
}
div.nocontent {
  float: left;
}
.no-bg {
  background: none;
  border: none;
}
div.content,
div.promoColCon {
  background: #f5f5f5;
  border: 1px solid #dedada;
}
div.content.no-bg,
div.promoColCon.no-bg {
  background: none;
  border: none;
}
div.content.no-frame,
div.promoColCon.no-frame {
  background: none;
  border: none;
  padding: 0;
}
.content-banner {
  width: 752px;
}
div.content {
  width: 690px;
  padding: 30px;
  float: left;
  margin: 0 10px 22px 0;
  min-height: 100px;
}
.innerSection {
  width: 100%;
  float: left;
}
/* fb*/
div.fb-like-box {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
div.fb-like-box iframe div {
  border: 4px solid red !important;
}
/* *** */
div.promoRow {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
div.promoRow h2 {
  margin: 0;
}
div.promoRow .promoCol {
  width: 243px;
  float: left;
  margin-left: 10px;
  text-align: center;
}
div.promoRow .promoCol.first {
  margin-left: 0;
  width: 244px;
}
.promoColHead {
  width: 100%;
  float: left;
  border-left: 1px solid #dedada;
  border-top: 1px solid #dedada;
  border-right: 1px solid #dedada;
}
div.promoRow a:hover {
  text-decoratio: none;
}
div.promoRow.col2 .promoCol {
  width: 370px;
}
.promoColCon {
  text-align: center;
  width: 100%;
  float: left;
}
div.content a {
  color: #f39300;
}
div.content img {
  border: none;
}
div.content ul,
div.content ol {
  display: block;
  width: 100%;
  margin-left: 20px;
}
div.content ul li {
  display: list-item;
  list-style: disc;
}
div.content ol li {
  display: list-item;
  list-style: decimal;
}
div.whiteBg {
  background: #ffffff;
  width: 690px;
  margin: 11px 0 -30px -30px;
  padding: 10px 30px 10px 30px;
  float: left;
  border-top: 1px solid #e4e4e4;
}
div.whiteBg strong {
  width: 100%;
  display: block;
}
div.whiteBg .left,
div.whiteBg .right {
  float: left;
}
div.whiteBg .left {
  width: 40%;
}
div.whiteBg .right {
  width: 60%;
}
div.carousel {
  width: 748px;
  height: 293px;
  border: 1px solid #ebebeb;
  float: left;
  margin: 0 10px 11px 0;
  position: relative;
  overflow: hidden;
}
div.aside {
  width: 228px;
  float: left;
  min-height: 100px;
  margin: 0 0 22px 0;
}
.menu {
  float: left;
  margin: 0 0 0 0;
}
.menu ul {
  display: block;
  float: left;
}
.menu ul li {
  display: block;
  float: left;
  width: 100%;
  height: 42px;
}
.menu ul li a {
  display: block;
  float: left;
  width: 228px;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fff;
  font-weight: 700;
}
.menu ul li a:visited,
.menu ul li a {
  color: #8D8D8D;
}
.menu ul li a {
  background: url('img/menuItemBg.png') no-repeat;
}
.menu.orange ul li a {
  background: url('img/menuItemOrangeBg.png') no-repeat;
  color: #fff;
  text-shadow: 0px -1px 0px #E2690A;
}
.menu.orange ul li a:hover {
  color: #f2f2f2;
  text-shadow: 0px -1px 0px #E2690A;
}
.menu ul li a:hover {
  background-position: 0 -84px;
  color: #5F5F5F;
}
.menu ul li a:active,
.current-menu-item a {
  background-position: 0 -42px !important;
}
div.logos {
  float: left;
  width: 200px;
  padding: 13px;
  margin: 11px 0 100px 0;
  background: #ffffff;
  border: 1px solid #e4e4e4;
}
div.logos h4 {
  display: block;
  font-size: 12px;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #CFCCCC;
  float: left;
}
div.logos img {
  float: left;
}
.wide div.logos {
  width: 1258px;
  text-align: center;
}
.wide .logos h4 {
  text-align: center;
}
.wide .logos img {
  float: none;
}
.wide div.logos_container {
  display: inline-block;
  margin: 30px 30px;
  text-align: center;
  max-height: 123px;
  height: 123px;
}
.wide div.logos .row#first {
  width: 100%;
  float: left;
  text-align: center;
}
.wide div.logos .row#first .logos_container {
  display: inline-block;
  float: none;
}
.wide div.logos .row#second {
  width: 100%;
  float: left;
  text-align: center;
}
.wide div.logos .row#second .logos_container {
  display: inline-block;
  float: none;
}
.wide div.logos .row#third {
  width: 1050px;
}
.wide div.logos .row {
  width: 100%;
  margin: 0 auto;
}
div.footer-menu ul {
  display: block;
  text-align: right;
  width: 100%;
  clear: both;
  float: left;
}
div.footer-menu ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #f39300;
  border-radius: 10px;
}
div.footer-menu ul li a {
  font-size: 12px;
  line-height: 12px;
  margin-top: -10px;
}
table,
div.tabs {
  width: 100%;
  margin: 11px 0 11px 0;
}
table.noborder {
  border: none !important;
  table-layout: auto !important;
}
table.noborder td {
  border: none !important;
  vertical-align: top !important;
}
table.noborder td *:first-child {
  margin-top: 0px;
}
table.noborder td img:first-child {
  margin-top: 5px;
}
div.content table {
  table-layout: fixed;
  border: 1px solid #cecece;
}
.submitTable {
  table-layout: auto !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.fancy_title {
  border: none !important;
}
table td,
table th {
  padding: 10px;
}
.wp-caption-text {
  font-size: 12px;
}
table tbody td {
  border: 1px solid #cecece;
}
table thead td,
table thead th,
div.tabs ul li {
  text-align: center;
  width: auto;
  color: #5a5a5a;
}
table thead td {
  border-top: 1px solid #ececec !important;
  border-left: 1px solid #ececec !important;
  border-right: 1px solid #ececec !important;
  border-bottom: 1px solid #b9b9b9 !important;
  background: #fdfdfd;
}
table thead tr:first-child th {
  border: 1px solid #b9b9b9;
  background: #e6e6e6;
  background-image: linear-gradient(bottom, #e6e6e6 36%, #e9e9e9 68%);
  background-image: -o-linear-gradient(bottom, #e6e6e6 36%, #e9e9e9 68%);
  background-image: -moz-linear-gradient(bottom, #e6e6e6 36%, #e9e9e9 68%);
  background-image: -webkit-linear-gradient(bottom, #e6e6e6 36%, #e9e9e9 68%);
  background-image: -ms-linear-gradient(bottom, #e6e6e6 36%, #e9e9e9 68%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.36, #e6e6e6), color-stop(0.68, #e9e9e9));
}
table thead tr th:first-child,
table thead tr td:first-child {
  border-left: none;
  width: 80px;
}
table thead th:last-child,
table thead td:last-child {
  border-right: none;
}
table thead tr:first-child th,
table thead tr:first-child td {
  border-top: none;
}
table thead tr:last-child th,
table thead tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}
table tbody table thead th,
table tbody table tbody td {
  background: #f5f5f5;
}
/* form */
form * {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
}
form {
  display: block;
  float: left;
  width: 100%;
  margin: 11px 0 11px 0;
}
label {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 11px 0;
  line-height: 22px;
  vertical-align: middle;
}
label.error {
  display: block;
  width: auto;
  color: red;
  text-align: right;
  padding: 0 0;
  margin: -22px 30px 0 0;
  float: right;
  clear: both;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
label * {
  font-size: 11px;
}
label input {
  padding: 0px 10px;
}
label input,
label textarea {
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  background: #fff9f9;
}
label input,
label select,
span.select,
.registration-form-input {
  width: 384px;
  height: 22px;
  float: right;
}
.registration-form-input {
  width: auto;
  float: left;
  padding: 0 0 0 15px;
}
.registration-form-input label span {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 0 5px;
}
.registration-form-label {
  float: left;
  padding-bottom: 15px;
}
.registration-form-label p {
  font-size: 11px;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.recaptcha-label {
  width: 290px;
}
.recaptcha-input {
  height: 100px;
  position: relative;
}
.accommodationNotes span {
  font-weight: bold;
  font-size: 13px;
  color: #000;
}
label[for="hiddenRecaptcha"].error {
  top: 75px !important;
  left: 28px !important;
  font-size: 11px;
  position: absolute;
}
label input[type="checkbox"] {
  width: 12px;
  height: 12px;
  padding: 0;
  float: left;
}
.errorOnBottom label.error {
  display: block;
  float: right;
  position: relative;
  top: 95px;
}
.errorOnRight {
  position: relative;
}
.errorOnRight label.error {
  position: absolute;
  bottom: 0;
  right: 0;
}
label textarea {
  width: 384px;
  height: 132px;
  float: right;
  padding: 10px;
  display: block;
  resize: none;
}
span.select {
  background: url('img/select.png') no-repeat;
  padding: 0px 10px;
  width: 384px;
  height: 22px;
  color: #000;
  font-weight: 500;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
}
input[name="antiSpam"] {
  width: 337px;
  margin-left: 25px;
}
label span .error {
  padding-right: 55px;
}
input[type="submit"],
.orangeButton {
  background: url('img/menuItemOrangeBgSmall.png') no-repeat;
  border: none;
  width: 119px;
  height: 22px;
  color: #fff;
  text-shadow: 0px -1px 0px #E2690A;
  font-weight: 700;
}
input[type="submit"]:hover,
.orangeButton:hover,
.blueButton:hover,
.greyButton:hover {
  background-position: 0 -44px;
}
input[type="submit"]:active,
.orangeButton:active,
.orangeButton.active,
.blueButton:active,
.blueButton.active,
.greyButton.active,
.greyButton:active {
  background-position: 0 -22px;
}
.orangeButton,
.blueButton,
.greyButton {
  display: inline-block;
  width: 119px;
  height: 22px;
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
  max-width: 119px;
}
.blueButton {
  background: url('img/menuItemBlueBgSmall.png') no-repeat;
  text-shadow: 0px -1px 0px #05578F;
}
.greyButton {
  background: url('img/menuItemGreyBgSmall.png') no-repeat;
  text-shadow: 0px -1px 0px #0F0A05;
}
#antiSpam {
  float: right;
  border: 1px solid #b4b4b4;
  height: 20px;
}
.formFooter {
  width: 100%;
  float: left;
}
.formFooter .claim {
  width: 70%;
  float: left;
  min-height: 60px;
  line-height: 11px;
}
.formFooter .submit {
  width: 30%;
  float: left;
  text-align: center;
  padding: 22px 0 22px 0;
}
.addedName {
  display: none;
}
table.msgs td {
  padding: 0;
  margin: 0;
}
table.msgs p {
  margin: 0;
  padding: 0;
  text-align: left;
}
/* wordpress std */
.alignright {
  float: right;
  margin: 11px 0 11px 20px;
}
.alignleft {
  float: left;
  margin: 11px 20px 11px 0;
}
.aligncenter {
  text-align: center;
  display: block;
  margin: 11px auto 11px auto;
}
.formLabelContainer {
  width: 44%;
  float: left;
}
.formLabelText {
  margin: 0px;
  padding-right: 20px;
  font-size: 12px;
}
.formControl {
  width: 56%;
  float: left;
  position: relative;
}
.formRadio {
  float: left;
  width: auto;
}
.formControlLabel {
  width: auto;
  margin: 0px;
  line-height: 26px;
}
.error[for=hasLicense] {
  right: 0px;
  position: absolute;
  margin: 0px;
  margin: 0px 30px 0px 0px;
}
.error[for=invoice_proforma],
.error[for=invoice_date_of_payment],
.error[for=additional_accommodation] {
  top: 0px;
  right: 0px;
  position: absolute;
  margin: 0px;
  margin: 0px 30px 0px 0px;
}
.error[for=additional_accommodation] {
  top: 55px;
}
#navigation-bar-table th:first-child {
  font-weight: 700;
  cursor: default;
}
.tabs ul li,
#navigation-bar-table th {
  background: #c4c2c4;
  background-image: linear-gradient(bottom, #c4c2c4 45%, #d1cfd1 73%);
  background-image: -o-linear-gradient(bottom, #c4c2c4 45%, #d1cfd1 73%);
  background-image: -moz-linear-gradient(bottom, #c4c2c4 45%, #d1cfd1 73%);
  background-image: -webkit-linear-gradient(bottom, #c4c2c4 45%, #d1cfd1 73%);
  background-image: -ms-linear-gradient(bottom, #c4c2c4 45%, #d1cfd1 73%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.45, #c4c2c4), color-stop(0.73, #d1cfd1));
}
#navigation-bar-table th {
  padding: 0px;
  cursor: pointer;
  border: 1px solid #B9B9B9 !important;
  color: #333;
}
#navigation-bar-table th.hover {
  background: #b8b6b8;
  background-image: linear-gradient(bottom, #a1a1a1 45%, #b8b6b8 73%);
  background-image: -o-linear-gradient(bottom, #a1a1a1 45%, #b8b6b8 73%);
  background-image: -moz-linear-gradient(bottom, #a1a1a1 45%, #b8b6b8 73%);
  background-image: -webkit-linear-gradient(bottom, #a1a1a1 45%, #b8b6b8 73%);
  background-image: -ms-linear-gradient(bottom, #a1a1a1 45%, #b8b6b8 73%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.45, #a1a1a1), color-stop(0.73, #b8b6b8));
}
#navigation-bar-table th.active {
  background: #969696;
  background-image: linear-gradient(bottom, #ababab 45%, #969696 73%);
  background-image: -o-linear-gradient(bottom, #ababab 45%, #969696 73%);
  background-image: -moz-linear-gradient(bottom, #ababab 45%, #969696 73%);
  background-image: -webkit-linear-gradient(bottom, #ababab 45%, #969696 73%);
  background-image: -ms-linear-gradient(bottom, #ababab 45%, #969696 73%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.45, #ababab), color-stop(0.73, #969696));
}
table.submitTable {
  width: 100% !important;
}
table.submitTable thead th {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.submitTable tbody td {
  vertical-align: top;
  line-height: 16px;
}
table.submitTable tbody td div.relative {
  min-height: 230px;
}
table.submitTable tbody td p {
  margin: 0;
}
table.submitTable tbody td.timeColumn {
  text-align: center;
  vertical-align: middle;
}
table.submitTable .multiple {
  vertical-align: top;
  box-sizing: border-box;
}
table.submitTable .multiple .courseName {
  height: 309px;
  display: table-cell;
  vertical-align: middle;
}
table.submitTable p.courseName {
  text-align: center;
}
table.submitTable .courseName strong {
  display: inline-block;
  margin-bottom: 5em;
}
table.submitTable .courseName span {
  display: block;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
table.submitTable .meta {
  width: 100%;
  left: 0;
  padding: 8px 0 0 0;
  text-align: center;
}
table.submitTable .with-vertical {
  position: relative;
  padding-left: 10px;
}
table.submitTable.full .multiple .courseName {
  height: 406px;
  display: table-cell;
  vertical-align: middle;
}
.vertical-stripe {
  position: absolute;
  display: inline-block;
  top: 0px;
  bottom: 0px;
  width: 5px;
  left: 0px;
}
.courseHost {
  border-top: 5px solid #e6e6e6;
  color: #797979;
  height: 34px;
  padding: 0px;
  margin-top: 0;
  text-align: center;
  font-size: 0.9em;
  display: table-row;
}
.carousel {
  border: none !important;
}
.coda-slider {
  background: none !important;
}
.courseHost span {
  display: table-cell;
  vertical-align: middle;
  width: 147px;
  height: 34px;
  font-weight: bold;
}
.courseName {
  height: 120px;
  margin: 11px 0 !important;
}
.courseMore {
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
}
#layerWrapper {
  display: none;
  position: fixed;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#layerWrapper div.layerContent {
  width: 600px;
  padding: 22px;
  background: #fff;
  margin: 8% auto 0 auto;
  border-radius: 4px;
}
div.layerContent ul {
  display: block;
  margin-left: 2em;
}
div.layerContent ul li {
  list-style: disc;
}
.wrapperClose {
  font-size: 1.5em;
  float: right;
  display: block;
  cursor: pointer;
}
.pseudoHidden {
  position: absolute;
  top: 0;
  left: -99999px;
}
.noscript {
  width: 700px;
  padding: 2px 0 2px 0;
  background: #D12121;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  position: fixed;
  z-index: 99999;
  top: 40%;
  left: 50%;
  margin-left: -350px;
  box-shadow: 0px 0px 10px #000;
}
.noscript p {
  display: block;
  width: 672px;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}
.noscript p a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.noscript p a:hover {
  color: yellow;
}
.courseHost span {
  width: 262px;
}
/* survey */
#survey_1_form h2 {
  font-size: 15px;
}
.sf2l_checkbox_wrapper {
  padding: 0.5em 1em;
  margin: 1em;
  cursor: pointer;
  background: #EEE;
  position: relative;
}
.event_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 !important;
}
.sf2l_checkbox_wrapper.checked {
  background: #FDFDFD;
}
.sf2l_checkbox_wrapper div {
  display: table-cell;
  padding: 1em;
}
.sf2l_checkbox_wrapper.openQuestion div {
  display: block;
}
.sf2l_checkbox_wrapper.openQuestion div textarea {
  width: 100%;
}
.sf2l_checkbox {
  vertical-align: middle;
}
.sf2l_checkbox_name {
  font-weight: bold;
  display: block;
  font-size: 14px;
}
.sf2l_checkbox_desc {
  display: block;
}
/* *** */
.album {
  display: block;
  width: 212px;
  height: 207px;
  float: left;
  position: relative;
}
.album span {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  display: block;
  width: 90%;
  text-align: right;
}
#poprzednia_edycja {
  display: block;
  position: fixed;
  top: 100px;
  left: 0px;
  transition: 0.3s;
  transform-origin: left;
}
#poprzednia_edycja:hover {
  transform: rotateY(-20deg);
  -webkit-transform: rotateY(-20deg);
  -moz-transform: rotateY(-20deg);
  -ms-transform: rotateY(-20deg);
  -o-transform: rotateY(-20deg);
}
div.tabs ul {
  background: #F3F3F3;
  width: auto !important;
  margin-right: 20px;
  border: 1px solid #E9E9E9;
}
.tabs ul li {
  list-style: none !important;
  display: inline-block !important;
  padding: 10px 20px;
  box-shadow: 0px 0px 1px #e9e9e9;
  cursor: pointer;
}
.tabs ul li.active {
  background: #fff;
  position: relative;
  z-index: 52;
  box-shadow: 0px 0px 1px #000, 0px -2px 6px rgba(143, 143, 143, 0.34);
  -webkit-box-shadow: 0px 0px 1px #000, 0px -2px 6px rgba(143, 143, 143, 0.34);
  -moz-box-shadow: 0px 0px 1px #000, 0px -2px 6px rgba(143, 143, 143, 0.34);
  -o-box-shadow: 0px 0px 1px #000, 0px -2px 6px rgba(143, 143, 143, 0.34);
}
.tabs ul li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.84);
  bottom: -2px;
  left: 0;
  position: absolute;
}
.tabs ul li.active:hover {
  background: #fff;
  cursor: default;
}
.tabs ul li:hover {
  background: #E6E6E6;
}
.tab-inner {
  background: #fff;
  display: none;
}
.tab-inner td {
  vertical-align: middle;
}
.tab-inner td p {
  margin: 0;
}
.tabs .tab-inner {
  margin: -1px 20px 20px 20px;
  padding: 10px;
  border: 1px solid #999;
  position: relative;
  z-index: 40;
}
.tab-inner.active {
  display: block !important;
}
.layerContent ol {
  list-style: decimal;
  padding-left: 15px;
}
.brand-headline {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #555555;
}
.download-list .divider {
  text-align: right;
  border-bottom: 1px solid #858585;
  margin-bottom: 0.5em;
}
.download-list .innnerSection {
  width: 100%;
  float: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.download-list .innnerSection:last-child {
  border-bottom: none;
}
.download-list .innnerSection ul {
  float: left;
  width: 100%;
}
.download-list .brand-headline {
  color: #5a5a5a;
}
.reserveList {
  color: red;
}
.reserveListHeader {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */
