@charset "UTF-8";
/**
  _____   ____ __________  _____  _
 |  __ \ / __ \___  / __ \|  __ \| |
 | |__) | |  | | / / |  | | |__) | |
 |  ___/| |  | |/ /| |  | |  _  /| |
 | |    | |__| / /_| |__| | | \ \|_|
 |_|     \____/_____\____/|_|  \_(_)

 Tento soubor byl vygenerovan nastrojem COMPASS.
 Nikdy needitujte tento .css soubor!

*/
.fontRoney {
  font-family: rooney-web, sans-serif; }

.fontAtrament {
  font-family: atrament-web, "Open Sans Condensed", sans-serif; }
  .fontAtrament strong, .fontAtrament b {
    font-weight: 600; }

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.colorBlack {
  color: #444444; }

.colorGreen {
  color: #7bb92b; }

.colorOrange {
  color: #d74315; }

.colorRed {
  color: #d74315; }

.colorBlue {
  color: #367db2; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
body {
  background: #f8fbfb url("../img/bg/body.png");
  font-family: rooney-web, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  color: #444444;
  min-width: 960px; }
  @media screen and (max-width: 970px) {
    body {
      min-width: 150px; } }

.codeHelper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 47% 13px;
  z-index: 100000;
  opacity: 0.6;
  opacity: 0.3;
  pointer-events: none; }

.pageTopHeader {
  text-align: left;
  padding: 12px 20px 10px;
  overflow: auto; }
  .pageTopHeader > .inner {
    max-width: 940px;
    margin: 0 auto;
    position: relative; }
  .pageTopHeader .logo {
    display: inline-block;
    margin-bottom: 7px;
    float: left; }
    @media screen and (max-width: 700px) {
      .pageTopHeader .logo img {
        max-width: 100%; } }
  .pageTopHeader .text {
    color: #666666;
    line-height: 1.333;
    clear: left;
    float: left; }
    @media screen and (max-width: 700px) {
      .pageTopHeader .text {
        font-size: 14px; } }
  .pageTopHeader a:visited {
    color: #7bb92b; }
  .pageTopHeader .pageTopNavWrapper {
    position: absolute;
    top: 0;
    right: 0;
    zoom: 1; }
    .pageTopHeader .pageTopNavWrapper:before, .pageTopHeader .pageTopNavWrapper:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .pageTopHeader .pageTopNavWrapper:after {
      clear: both; }
    .pageTopHeader .pageTopNavWrapper .backLink {
      display: none; }
      .page-objednavka .pageTopHeader .pageTopNavWrapper .backLink {
        display: block;
        padding: 5px 13px; }
  .pageTopHeader .inHeaderNav {
    padding: 0 13px 5px;
    margin: 0;
    float: right; }
    @media screen and (max-width: 600px) {
      .pageTopHeader .inHeaderNav {
        display: none; } }
    @media screen and (max-width: 600px) {
      .pageTopHeader .inHeaderNav {
        float: none;
        text-align: left;
        padding-left: 0; } }
    @media screen and (max-width: 750px) {
      .pageTopHeader .inHeaderNav {
        width: 280px;
        text-align: right; }
        .pageTopHeader .inHeaderNav .inHeaderNavItem {
          margin-left: 20px; }
          .pageTopHeader .inHeaderNav .inHeaderNavItem:last-child {
            margin-right: 4px; } }
    .pageTopHeader .inHeaderNav .inHeaderNavItem {
      padding: 5px 0;
      margin: 0 0 0 30px;
      display: inline-block;
      list-style-type: none;
      text-align: right; }
      @media screen and (max-width: 940px) {
        .pageTopHeader .inHeaderNav .inHeaderNavItem {
          margin: 0 0 0 20px; } }
      @media screen and (max-width: 600px) {
        .pageTopHeader .inHeaderNav .inHeaderNavItem {
          margin: 0 10px 0 0; } }
    .pageTopHeader .inHeaderNav .inHeaderNavHref {
      padding-top: 5px;
      padding-bottom: 5px; }
    .pageTopHeader .inHeaderNav .inHeaderNavHref--active {
      color: #586d7d;
      text-decoration: none; }
    .page-objednavka .pageTopHeader .inHeaderNav {
      display: none; }
  .pageTopHeader .langDropdown {
    min-width: 112px;
    z-index: 1;
    text-align: left;
    padding: 0 13px 5px;
    border: 1px solid transparent;
    float: right; }
    @media screen and (max-width: 900px) {
      .pageTopHeader .langDropdown {
        display: none; } }
    .pageTopHeader .langDropdown .link {
      padding-top: 5px;
      padding-bottom: 5px;
      display: block;
      text-decoration: none;
      font-weight: normal; }
      .pageTopHeader .langDropdown .link .flag {
        margin: 0 4px 0 0; }
        .pageTopHeader .langDropdown .link .flag.gb, .pageTopHeader .langDropdown .link .flag.en {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -24px -64px;
          width: 14px;
          height: 11px; }
        .pageTopHeader .langDropdown .link .flag.cz, .pageTopHeader .langDropdown .link .flag.cs {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -92px 0px;
          width: 14px;
          height: 11px; }
        .pageTopHeader .langDropdown .link .flag.sk {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -66px -64px;
          width: 14px;
          height: 11px; }
        .pageTopHeader .langDropdown .link .flag.pl {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -52px -64px;
          width: 14px;
          height: 11px; }
        .pageTopHeader .langDropdown .link .flag.fr {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -10px -64px;
          width: 14px;
          height: 11px; }
        .pageTopHeader .langDropdown .link .flag.de {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -92px -11px;
          width: 14px;
          height: 11px; }
        .pageTopHeader .langDropdown .link .flag.es {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -92px -22px;
          width: 14px;
          height: 11px; }
        .pageTopHeader .langDropdown .link .flag.it {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -38px -64px;
          width: 14px;
          height: 11px; }
      .pageTopHeader .langDropdown .link .countryName {
        font-size: 18px;
        color: #444444; }
    .pageTopHeader .langDropdown a.link:hover .countryName {
      text-decoration: underline; }
    .pageTopHeader .langDropdown .active {
      cursor: pointer; }
      .pageTopHeader .langDropdown .active .ico {
        margin-left: 4px;
        position: relative;
        top: -2px; }
        .pageTopHeader .langDropdown .active .ico.opened {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -80px -64px;
          width: 10px;
          height: 7px;
          display: none; }
        .pageTopHeader .langDropdown .active .ico.closed {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -10px -75px;
          width: 10px;
          height: 7px; }
    .pageTopHeader .langDropdown .other {
      display: none; }
    .pageTopHeader .langDropdown.hover {
      border-color: #dee2e3;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px; }
      .pageTopHeader .langDropdown.hover .active .ico.opened {
        display: inline-block; }
      .pageTopHeader .langDropdown.hover .active .ico.closed {
        display: none; }
      .pageTopHeader .langDropdown.hover .other {
        display: block; }
    .page-objednavka .pageTopHeader .langDropdown {
      display: none; }

.pageTopNavigation {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }
  .pageTopNavigation.withSecondaryNavigation {
    padding-bottom: 51px; }
    @media screen and (max-width: 600px) {
      .pageTopNavigation.withSecondaryNavigation {
        padding-bottom: 0; } }
  .pageTopNavigation > .inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .pageTopNavigation > .inner {
        display: none; } }
    .pageTopNavigation > .inner.decorated:before {
      display: block;
      content: "";
      height: 1px;
      position: absolute;
      top: 50%;
      margin-top: -0.5px;
      left: -2000px;
      margin-right: 10px;
      right: 100%;
      background: #d7e0e3; }
    .pageTopNavigation > .inner.decorated:after {
      display: block;
      content: "";
      height: 1px;
      position: absolute;
      top: 50%;
      margin-top: -0.5px;
      left: 100%;
      margin-left: 10px;
      right: -2000px;
      background: #d7e0e3; }
  .pageTopNavigation a:visited {
    color: #7bb92b; }
  .pageTopNavigation .mobileHeader {
    display: none; }
    @media screen and (max-width: 600px) {
      .pageTopNavigation .mobileHeader {
        display: block; } }
    .pageTopNavigation .mobileHeader > .inner {
      max-width: 940px;
      margin: 0 10px 10px;
      padding: 10px 10px;
      font-family: atrament-web, "Open Sans Condensed", sans-serif;
      font-size: 24px;
      font-weight: normal;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box;
      border: 1px solid #dee2e3; }
      .pageTopNavigation .mobileHeader > .inner strong, .pageTopNavigation .mobileHeader > .inner b {
        font-weight: 600; }
      .pageTopNavigation .mobileHeader > .inner a {
        display: block;
        font-weight: normal;
        text-decoration: none; }
        .pageTopNavigation .mobileHeader > .inner a .text {
          font-weight: normal;
          text-decoration: none;
          margin-right: 5px; }
        .pageTopNavigation .mobileHeader > .inner a .ico {
          position: relative;
          top: -3px; }
  .pageTopNavigation .navigation, .pageTopNavigation .mainNavigation {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #dee2e3; }
    @media screen and (max-width: 600px) {
      .pageTopNavigation .navigation, .pageTopNavigation .mainNavigation {
        display: block; } }
    .pageTopNavigation .navigation > .inner, .pageTopNavigation .mainNavigation > .inner {
      display: table-row;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      @media screen and (max-width: 600px) {
        .pageTopNavigation .navigation > .inner, .pageTopNavigation .mainNavigation > .inner {
          display: block; } }
      .pageTopNavigation .navigation > .inner a, .pageTopNavigation .mainNavigation > .inner a {
        height: 45px;
        min-width: 50px;
        padding: 1px 5px 1px;
        display: table-cell;
        font-family: atrament-web, "Open Sans Condensed", sans-serif;
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background: #fff;
        border-left: 1px solid #dee2e3;
        position: relative; }
        .pageTopNavigation .navigation > .inner a strong, .pageTopNavigation .navigation > .inner a b, .pageTopNavigation .mainNavigation > .inner a strong, .pageTopNavigation .mainNavigation > .inner a b {
          font-weight: 600; }
        .pageTopNavigation .navigation > .inner a .motyl, .pageTopNavigation .mainNavigation > .inner a .motyl {
          position: absolute;
          bottom: -12px;
          right: -15px; }
          @media screen and (max-width: 990px) {
            .pageTopNavigation .navigation > .inner a .motyl, .pageTopNavigation .mainNavigation > .inner a .motyl {
              right: -5px; } }
        .pageTopNavigation .navigation > .inner a.showOnMobileOnly, .pageTopNavigation .mainNavigation > .inner a.showOnMobileOnly {
          display: none; }
          @media screen and (max-width: 600px) {
            .pageTopNavigation .navigation > .inner a.showOnMobileOnly, .pageTopNavigation .mainNavigation > .inner a.showOnMobileOnly {
              display: block; } }
        @media screen and (max-width: 600px) {
          .pageTopNavigation .navigation > .inner a, .pageTopNavigation .mainNavigation > .inner a {
            display: block;
            height: auto;
            border-left: none; }
            .pageTopNavigation .navigation > .inner a .motyl, .pageTopNavigation .mainNavigation > .inner a .motyl {
              display: none; } }
        .pageTopNavigation .navigation > .inner a:first-child, .pageTopNavigation .mainNavigation > .inner a:first-child {
          border-left: none; }
        .pageTopNavigation .navigation > .inner a:hover, .pageTopNavigation .navigation > .inner a:focus, .pageTopNavigation .mainNavigation > .inner a:hover, .pageTopNavigation .mainNavigation > .inner a:focus {
          color: #d74315; }
        .pageTopNavigation .navigation > .inner a.active, .pageTopNavigation .navigation > .inner a.active-trail, .pageTopNavigation .mainNavigation > .inner a.active, .pageTopNavigation .mainNavigation > .inner a.active-trail {
          background: #7bb92b;
          color: #fff; }
        .pageTopNavigation .navigation > .inner a:active, .pageTopNavigation .mainNavigation > .inner a:active {
          position: relative;
          bottom: -1px; }
  .pageTopNavigation .secondaryNavigationWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 600px) {
      .pageTopNavigation .secondaryNavigationWrapper {
        position: static;
        bottom: auto;
        left: auto;
        right: auto; } }
  .pageTopNavigation .secondaryNavigation {
    display: table;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 940px;
    border-bottom: 1px solid #d7e0e3; }
    @media screen and (max-width: 600px) {
      .pageTopNavigation .secondaryNavigation {
        display: block;
        border: 1px solid #dee2e3;
        margin-bottom: 20px; } }
    .pageTopNavigation .secondaryNavigation > .inner {
      display: table-row; }
      @media screen and (max-width: 600px) {
        .pageTopNavigation .secondaryNavigation > .inner {
          display: block; } }
      .pageTopNavigation .secondaryNavigation > .inner a {
        height: 40px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 5px 5px;
        font-size: 16px;
        font-weight: normal; }
        @media screen and (max-width: 600px) {
          .pageTopNavigation .secondaryNavigation > .inner a {
            display: block;
            min-width: 50px;
            height: auto;
            padding: 5px 5px;
            font-family: atrament-web, "Open Sans Condensed", sans-serif;
            font-size: 24px;
            font-weight: normal;
            line-height: 1.2;
            text-transform: uppercase;
            background: #fff;
            text-decoration: none; }
            .pageTopNavigation .secondaryNavigation > .inner a strong, .pageTopNavigation .secondaryNavigation > .inner a b {
              font-weight: 600; } }
        .pageTopNavigation .secondaryNavigation > .inner a.active, .pageTopNavigation .secondaryNavigation > .inner a.active-trail {
          text-decoration: none;
          font-weight: bold;
          text-decoration: none;
          cursor: default; }
          @media screen and (max-width: 600px) {
            .pageTopNavigation .secondaryNavigation > .inner a.active, .pageTopNavigation .secondaryNavigation > .inner a.active-trail {
              background: #7bb92b;
              color: #fff;
              font-weight: normal; } }
  .page-objednavka .pageTopNavigation {
    display: none; }

.bodyEnvelope .formError {
  margin-top: 50px; }
  .bodyEnvelope .formError .error {
    color: #d74315;
    border: 1px solid #d74315;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    max-width: 540px;
    padding: 10px 0;
    margin: 0 auto;
    font-weight: bold;
    text-align: center; }
    .bodyEnvelope .formError .error + .error {
      margin-top: 10px; }

.pageBottomPartenrsSection {
  padding: 54px 0;
  background-color: #fff;
  border-bottom: 2px solid #d7e0e3;
  border-top: 2px solid #d7e0e3; }
  @media screen and (max-width: 970px) {
    .pageBottomPartenrsSection {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 940px) {
    .pageBottomPartenrsSection {
      text-align: center; } }
  .pageBottomPartenrsSection > .inner {
    max-width: 940px;
    margin: 0 auto;
    zoom: 1; }
    .pageBottomPartenrsSection > .inner:before, .pageBottomPartenrsSection > .inner:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .pageBottomPartenrsSection > .inner:after {
      clear: both; }
    .pageBottomPartenrsSection > .inner .partnersLogos {
      zoom: 1; }
      .pageBottomPartenrsSection > .inner .partnersLogos:before, .pageBottomPartenrsSection > .inner .partnersLogos:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .pageBottomPartenrsSection > .inner .partnersLogos:after {
        clear: both; }
      .pageBottomPartenrsSection > .inner .partnersLogos > .col1 {
        float: left;
        width: 100%;
        max-width: 270px;
        padding-right: 20px;
        padding-bottom: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 940px) {
          .pageBottomPartenrsSection > .inner .partnersLogos > .col1 {
            max-width: 50%;
            padding-right: 10px; }
            .pageBottomPartenrsSection > .inner .partnersLogos > .col1 img {
              max-width: 100%; } }
        @media screen and (max-width: 600px) {
          .pageBottomPartenrsSection > .inner .partnersLogos > .col1 {
            max-width: 100%;
            padding-right: 0;
            float: none; } }
      .pageBottomPartenrsSection > .inner .partnersLogos > .col2 {
        float: left;
        width: 100%;
        max-width: 180px;
        padding-right: 20px;
        padding-bottom: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 940px) {
          .pageBottomPartenrsSection > .inner .partnersLogos > .col2 {
            max-width: 50%;
            padding-right: 0; } }
        @media screen and (max-width: 600px) {
          .pageBottomPartenrsSection > .inner .partnersLogos > .col2 {
            max-width: 100%;
            float: none;
            margin-top: 0; }
            .pageBottomPartenrsSection > .inner .partnersLogos > .col2 img {
              margin-top: 0 !important; } }
    .pageBottomPartenrsSection > .inner > .col3 {
      float: right;
      width: 100%;
      max-width: 300px;
      margin-top: -174px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 940px) {
        .pageBottomPartenrsSection > .inner > .col3 {
          max-width: 100%;
          padding-top: 20px;
          padding-bottom: 20px;
          margin-top: 0;
          float: none;
          clear: both; } }
    .pageBottomPartenrsSection > .inner .hledameDonory {
      clear: both; }
  .pageBottomPartenrsSection > .fbInner {
    max-width: 940px;
    margin: 30px auto 0;
    zoom: 1;
    overflow: hidden; }
    .pageBottomPartenrsSection > .fbInner:before, .pageBottomPartenrsSection > .fbInner:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .pageBottomPartenrsSection > .fbInner:after {
      clear: both; }
    @media screen and (max-width: 700px) {
      .pageBottomPartenrsSection > .fbInner {
        display: none; } }
  .pageBottomPartenrsSection .title {
    font-size: 37px;
    line-height: 1.2;
    color: #586d7d;
    margin: 0 0 29px; }
    @media screen and (max-width: 700px) {
      .pageBottomPartenrsSection .title {
        font-size: 32px; } }
  .pageBottomPartenrsSection .hledameDonory .text {
    margin-bottom: 14px; }

.pageBottomFooter {
  color: #586d7d;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 75px;
  padding: 0 50px; }
  @media screen and (max-width: 600px) {
    .pageBottomFooter {
      text-align: center; } }
  .pageBottomFooter > .inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 38px 0;
    /*border-top: 1px solid $borderGrey;*/ }
    .pageBottomFooter > .inner .text {
      float: left; }
      @media screen and (max-width: 600px) {
        .pageBottomFooter > .inner .text {
          float: none; } }
    .pageBottomFooter > .inner .footerLinkCenter {
      float: none; }
      @media screen and (max-width: 600px) {
        .pageBottomFooter > .inner .footerLinkCenter {
          float: none;
          display: block; } }
    .pageBottomFooter > .inner .footerLink {
      float: right; }
      @media screen and (max-width: 600px) {
        .pageBottomFooter > .inner .footerLink {
          float: none; } }

.langDropdownShowMobile {
  min-width: 112px;
  z-index: 1;
  text-align: left;
  padding: 5px 13px;
  border: 1px solid transparent;
  width: 112px;
  margin: 0 auto;
  display: none; }
  @media screen and (max-width: 900px) {
    .langDropdownShowMobile {
      display: block; } }
  .langDropdownShowMobile .link {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
    font-weight: normal; }
    .langDropdownShowMobile .link .flag {
      margin: 0 4px 0 0; }
      .langDropdownShowMobile .link .flag.gb, .langDropdownShowMobile .link .flag.en {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -24px -64px;
        width: 14px;
        height: 11px; }
      .langDropdownShowMobile .link .flag.cz, .langDropdownShowMobile .link .flag.cs {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -92px 0px;
        width: 14px;
        height: 11px; }
      .langDropdownShowMobile .link .flag.sk {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -66px -64px;
        width: 14px;
        height: 11px; }
      .langDropdownShowMobile .link .flag.pl {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -52px -64px;
        width: 14px;
        height: 11px; }
      .langDropdownShowMobile .link .flag.fr {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -10px -64px;
        width: 14px;
        height: 11px; }
      .langDropdownShowMobile .link .flag.de {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -92px -11px;
        width: 14px;
        height: 11px; }
      .langDropdownShowMobile .link .flag.es {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -92px -22px;
        width: 14px;
        height: 11px; }
      .langDropdownShowMobile .link .flag.it {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -38px -64px;
        width: 14px;
        height: 11px; }
    .langDropdownShowMobile .link .countryName {
      font-size: 18px;
      color: #444444; }
  .langDropdownShowMobile a.link:hover .countryName {
    text-decoration: underline; }
  .langDropdownShowMobile .active {
    cursor: pointer; }
    .langDropdownShowMobile .active .ico {
      margin-left: 4px;
      position: relative;
      top: -2px; }
      .langDropdownShowMobile .active .ico.opened {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -80px -64px;
        width: 10px;
        height: 7px;
        display: none; }
      .langDropdownShowMobile .active .ico.closed {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -10px -75px;
        width: 10px;
        height: 7px; }
  .langDropdownShowMobile .other {
    display: none; }
  .langDropdownShowMobile.hover {
    border-color: #dee2e3;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px; }
    .langDropdownShowMobile.hover .active .ico.opened {
      display: inline-block; }
    .langDropdownShowMobile.hover .active .ico.closed {
      display: none; }
    .langDropdownShowMobile.hover .other {
      display: block; }

.colorBlack {
  color: #000; }

.colorWhite {
  color: #fff; }

.reset {
  margin: 0;
  padding: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

html.js .jsHide {
  display: none; }

html.no-js .noJsHide {
  display: none; }

.hideOnScreen {
  position: absolute;
  left: -9000px;
  top: -9000px; }

.withMarginBottom {
  margin-bottom: 30px; }

.textAlignCenter {
  text-align: center; }

.textAlignleft {
  text-align: left; }

.textAlignRight {
  text-align: right; }

.thin {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.uppercase {
  text-decoration: uppercase; }

.hidden, .displayNone {
  display: none; }

.displayBlock {
  display: inline-block; }

.displayInline {
  display: inline; }

.displayInnlineBlock {
  display: inline-block; }

@media only screen and (max-width: 960px) {
  .responsive .hideOnTablets {
    display: none; } }

.showOnTablets.only {
  display: none !important; }
  @media screen and (min-width: 980px) {
    .showOnTablets.only {
      display: block; } }

@media only screen and (max-width: 960px) {
  .responsive .showOnTablets {
    display: block !important; } }

@media screen and (min-width: 600px) {
  .hideOnHandhelds,
  .hideOnMobile {
    display: block; } }

.showOnHandhelds.only,
.showOnMobile.only {
  display: none !important; }
  @media only screen and (max-width: 960px) {
    .responsive .showOnHandhelds.only, .responsive
    .showOnMobile.only {
      display: block !important; } }

@media only screen and (max-width: 600px) {
  .responsive .showOnHandhelds, .responsive
  .showOnMobile {
    display: block !important; } }

.responsiveEnvelope, .responsiveContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  .responsiveEnvelope > .inner, .responsiveEnvelope > .responsiveElement, .responsiveEnvelope > iframe, .responsiveContainer > .inner, .responsiveContainer > .responsiveElement, .responsiveContainer > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.halvesSection {
  zoom: 1;
  margin: 0 -10px; }
  .halvesSection:before, .halvesSection:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .halvesSection:after {
    clear: both; }
  .halvesSection > .col {
    float: left;
    width: 50%;
    padding: 0 10px; }

.floatRight {
  float: right; }

img.floatRight {
  float: right;
  margin: 0 0 1em 1em;
  width: auto;
  max-width: 37%;
  height: auto;
  max-height: 300px; }

.floatLeft {
  float: left; }

img.floatLeft {
  float: left;
  margin: 0 1em 1em 0;
  width: auto;
  max-width: 37%;
  height: auto;
  max-height: 300px; }

.clearLeft {
  clear: left; }

.clearRight {
  clear: right; }

.clearBoth {
  clear: both; }

h1 {
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  font-size: 40px;
  line-height: 1.084;
  font-weight: 600;
  color: #d74315; }
  h1 strong, h1 b {
    font-weight: 600; }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 42px; } }

h2 {
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 37px;
  line-height: 1.1;
  color: #586d7d; }
  h2 strong, h2 b {
    font-weight: 600; }
  @media screen and (max-width: 700px) {
    h2 {
      font-size: 34px; } }
  h2.decorated {
    position: relative;
    text-align: center;
    overflow: hidden; }
    h2.decorated .text {
      display: inline-block;
      padding: 0 10px;
      position: relative;
      z-index: 1; }
      h2.decorated .text:before {
        display: block;
        content: "";
        height: 1px;
        position: absolute;
        top: 50%;
        margin-top: 1px;
        left: -1000px;
        right: 100%;
        margin-left: 10px;
        background: #d7e0e3; }
      h2.decorated .text:after {
        display: block;
        content: "";
        height: 1px;
        position: absolute;
        top: 50%;
        margin-top: 1px;
        left: 100%;
        right: -1000px;
        background: #d7e0e3; }
  h2.centered {
    text-align: center; }

h3 {
  font-size: 30px;
  color: #586d7d;
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.1; }
  h3 strong, h3 b {
    font-weight: 600; }

h4 {
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal; }
  h4 strong, h4 b {
    font-weight: 600; }

h5 {
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal; }
  h5 strong, h5 b {
    font-weight: 600; }

h6 {
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: normal; }
  h6 strong, h6 b {
    font-weight: 600; }

img.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }

img.floatLeft {
  margin-right: 27px;
  margin-bottom: 10px; }

img.floatRight {
  margin-left: 27px;
  margin-bottom: 10px; }

a {
  color: #7bb92b;
  font-weight: bold; }
  a:hover, a:focus {
    text-decoration: none; }
  a:visited {
    color: #6da426; }

.moreLink {
  text-decoration: none; }
  .moreLink .text {
    text-decoration: underline; }
  .moreLink .ico.arrowDown {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: -92px -70px;
    width: 13px;
    height: 7px;
    margin: -1px 0 0 3px; }
  .moreLink .ico.arrowRight {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: -99px -57px;
    width: 7px;
    height: 13px;
    margin: -1px 0 0 3px; }
  .moreLink:hover .text, .moreLink:focus .text {
    text-decoration: none; }
  .moreLink:active {
    position: relative;
    bottom: -1px; }

.printLink .ico.print {
  display: inline-block;
  background-image: url(../img/spritesheet.png);
  background-position: 0px -43px;
  width: 22px;
  height: 21px;
  vertical-align: bottom;
  margin-right: 10px; }

@media print {
  form {
    display: none; } }

form input::-webkit-input-placeholder {
  color: #888; }

form input:focus::-webkit-input-placeholder {
  color: #ccc; }

form input::-moz-placeholder {
  color: #888; }

form input:focus::-moz-placeholder {
  color: #ccc; }

form input:-moz-placeholder {
  color: #888; }

form input:focus:-moz-placeholder {
  color: #ccc; }

form input:-ms-input-placeholder {
  color: #888; }

form input:focus:-ms-input-placeholder {
  color: #ccc; }

form textarea::-webkit-input-placeholder {
  color: #888; }

form textarea:focus::-webkit-input-placeholder {
  color: #ccc; }

form textarea::-moz-placeholder {
  color: #888; }

form textarea:focus::-moz-placeholder {
  color: #ccc; }

form textarea:-moz-placeholder {
  color: #888; }

form textarea:focus:-moz-placeholder {
  color: #ccc; }

form textarea:-ms-input-placeholder {
  color: #888; }

form textarea:focus:-ms-input-placeholder {
  color: #ccc; }

form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="datetime"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form input[type="file"] {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  border: 1px solid #d7dfe3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: rooney-web, sans-serif;
  color: #444444;
  background-color: #fff;
  -webkit-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  height: auto;
  padding: 14px 10px 13px 10px;
  margin: 0 0 0 0; }
  form input[type="text"].error,
  form input[type="password"].error,
  form input[type="date"].error,
  form input[type="datetime"].error,
  form input[type="email"].error,
  form input[type="number"].error,
  form input[type="search"].error,
  form input[type="tel"].error,
  form input[type="time"].error,
  form input[type="url"].error,
  form input[type="file"].error {
    border-color: red; }
    form input[type="text"].error:focus,
    form input[type="password"].error:focus,
    form input[type="date"].error:focus,
    form input[type="datetime"].error:focus,
    form input[type="email"].error:focus,
    form input[type="number"].error:focus,
    form input[type="search"].error:focus,
    form input[type="tel"].error:focus,
    form input[type="time"].error:focus,
    form input[type="url"].error:focus,
    form input[type="file"].error:focus {
      border-color: #cc0000; }
  form input[type="text"].warning,
  form input[type="password"].warning,
  form input[type="date"].warning,
  form input[type="datetime"].warning,
  form input[type="email"].warning,
  form input[type="number"].warning,
  form input[type="search"].warning,
  form input[type="tel"].warning,
  form input[type="time"].warning,
  form input[type="url"].warning,
  form input[type="file"].warning {
    border-color: orange; }
    form input[type="text"].warning:focus,
    form input[type="password"].warning:focus,
    form input[type="date"].warning:focus,
    form input[type="datetime"].warning:focus,
    form input[type="email"].warning:focus,
    form input[type="number"].warning:focus,
    form input[type="search"].warning:focus,
    form input[type="tel"].warning:focus,
    form input[type="time"].warning:focus,
    form input[type="url"].warning:focus,
    form input[type="file"].warning:focus {
      border-color: #cc8400; }
  form input[type="text"].valid, form input[type="text"].success,
  form input[type="password"].valid,
  form input[type="password"].success,
  form input[type="date"].valid,
  form input[type="date"].success,
  form input[type="datetime"].valid,
  form input[type="datetime"].success,
  form input[type="email"].valid,
  form input[type="email"].success,
  form input[type="number"].valid,
  form input[type="number"].success,
  form input[type="search"].valid,
  form input[type="search"].success,
  form input[type="tel"].valid,
  form input[type="tel"].success,
  form input[type="time"].valid,
  form input[type="time"].success,
  form input[type="url"].valid,
  form input[type="url"].success,
  form input[type="file"].valid,
  form input[type="file"].success {
    border-color: green; }
    form input[type="text"].valid:focus, form input[type="text"].success:focus,
    form input[type="password"].valid:focus,
    form input[type="password"].success:focus,
    form input[type="date"].valid:focus,
    form input[type="date"].success:focus,
    form input[type="datetime"].valid:focus,
    form input[type="datetime"].success:focus,
    form input[type="email"].valid:focus,
    form input[type="email"].success:focus,
    form input[type="number"].valid:focus,
    form input[type="number"].success:focus,
    form input[type="search"].valid:focus,
    form input[type="search"].success:focus,
    form input[type="tel"].valid:focus,
    form input[type="tel"].success:focus,
    form input[type="time"].valid:focus,
    form input[type="time"].success:focus,
    form input[type="url"].valid:focus,
    form input[type="url"].success:focus,
    form input[type="file"].valid:focus,
    form input[type="file"].success:focus {
      border-color: #004d00; }
  form input[type="text"].shortWidth,
  form input[type="password"].shortWidth,
  form input[type="date"].shortWidth,
  form input[type="datetime"].shortWidth,
  form input[type="email"].shortWidth,
  form input[type="number"].shortWidth,
  form input[type="search"].shortWidth,
  form input[type="tel"].shortWidth,
  form input[type="time"].shortWidth,
  form input[type="url"].shortWidth,
  form input[type="file"].shortWidth {
    width: 80px; }
  form input[type="text"].mediumWidth,
  form input[type="password"].mediumWidth,
  form input[type="date"].mediumWidth,
  form input[type="datetime"].mediumWidth,
  form input[type="email"].mediumWidth,
  form input[type="number"].mediumWidth,
  form input[type="search"].mediumWidth,
  form input[type="tel"].mediumWidth,
  form input[type="time"].mediumWidth,
  form input[type="url"].mediumWidth,
  form input[type="file"].mediumWidth {
    width: 180px; }
  form input[type="text"].longWidth,
  form input[type="password"].longWidth,
  form input[type="date"].longWidth,
  form input[type="datetime"].longWidth,
  form input[type="email"].longWidth,
  form input[type="number"].longWidth,
  form input[type="search"].longWidth,
  form input[type="tel"].longWidth,
  form input[type="time"].longWidth,
  form input[type="url"].longWidth,
  form input[type="file"].longWidth {
    width: 280px; }

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="date"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="month"][disabled],
form input[type="week"][disabled],
form input[type="email"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="time"][disabled],
form input[type="url"][disabled] {
  background: #eeeeee;
  -webkit-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(none, false, false, false, false, false, false, false, false, false); }

form ul.errors {
  margin: 10px 0 20px 13px;
  padding: 0; }
  form ul.errors li {
    color: red;
    margin: 0 0 5px 0;
    padding: 0; }
    form ul.errors li:before {
      display: none; }

form ul.warnings {
  margin: 10px 0 20px 13px;
  padding: 0; }
  form ul.warnings li {
    color: orange 0 0 5px 0;
    padding: 0; }
    form ul.warnings li:before {
      display: none; }

form select {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  border: 1px solid #d7dfe3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: rooney-web, sans-serif;
  color: #444444;
  background-color: #fff;
  -webkit-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  height: auto;
  padding: 14px 10px 13px 10px;
  margin: 0 0 0 0;
  padding-top: 9px;
  padding-bottom: 8px; }
  form select.error {
    border-color: red; }
    form select.error:focus {
      border-color: #cc0000; }
  form select.warning {
    border-color: orange; }
    form select.warning:focus {
      border-color: #cc8400; }
  form select.valid, form select.success {
    border-color: green; }
    form select.valid:focus, form select.success:focus {
      border-color: #004d00; }
  form select.shortWidth {
    width: 80px; }
  form select.mediumWidth {
    width: 180px; }
  form select.longWidth {
    width: 280px; }

form textarea {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  border: 1px solid #d7dfe3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: rooney-web, sans-serif;
  color: #444444;
  background-color: #fff;
  -webkit-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  height: auto;
  padding: 14px 10px 13px 10px;
  margin: 0 0 0 0; }
  form textarea.error {
    border-color: red; }
    form textarea.error:focus {
      border-color: #cc0000; }
  form textarea.warning {
    border-color: orange; }
    form textarea.warning:focus {
      border-color: #cc8400; }
  form textarea.valid, form textarea.success {
    border-color: green; }
    form textarea.valid:focus, form textarea.success:focus {
      border-color: #004d00; }
  form textarea.shortWidth {
    width: 80px; }
  form textarea.mediumWidth {
    width: 180px; }
  form textarea.longWidth {
    width: 280px; }

form fieldset {
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 23px 0; }
  form fieldset legend {
    display: block;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid grey;
    width: 100%;
    margin: 0 0 14px 0;
    padding: 0 0 2px 0; }

form label {
  line-height: 1.333;
  color: #444444;
  cursor: default;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }
  form label .note {
    color: #666;
    font-style: italic; }

form .formRow {
  margin-bottom: 10px; }
  form .formRow label {
    display: block;
    margin-bottom: 5px; }

form .submitRow {
  margin: 20px 0; }

ul.decorated, ul.decorated ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  ul.decorated li {
    position: relative;
    padding-left: 18px; }
    ul.decorated li:before {
      display: inline-block;
      background-image: url(../img/spritesheet.png);
      background-position: -7px -82px;
      width: 7px;
      height: 13px;
      content: "";
      position: absolute;
      top: 5px;
      left: 0; }
  ul.decorated ul {
    margin-top: .2em;
    margin-bottom: .2em; }

ul.reset {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none; }
  ul.reset li {
    background: none;
    padding: 0;
    margin: 0;
    border: none; }
    ul.reset li:before, ul.reset li:after {
      display: none; }
    ul.reset li ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border: none;
      background: none; }

table.reset {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  background: none; }
  table.reset tr {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: none;
    background: none; }
    table.reset tr th, table.reset tr td {
      font-size: 16px;
      line-height: 1.4;
      padding: 0 0 0 0;
      margin: 0 0 0 0;
      border: none;
      background: none;
      font-weight: normal;
      text-align: left;
      vertical-align: top; }

table.simpleTable,
table.decorated {
  width: 100%;
  font-size: 16px; }
  table.simpleTable.withMarginBottom,
  table.decorated.withMarginBottom {
    margin-bottom: 40px; }
  table.simpleTable tr,
  table.decorated tr {
    border-top: 1px solid #d7e0e3; }
    table.simpleTable tr td, table.simpleTable tr th,
    table.decorated tr td,
    table.decorated tr th {
      padding: 10px 10px;
      height: 42px;
      vertical-align: middle;
      text-align: left; }
      table.simpleTable tr td:first-child, table.simpleTable tr th:first-child,
      table.decorated tr td:first-child,
      table.decorated tr th:first-child {
        padding-left: 20px; }
      table.simpleTable tr td:last-child, table.simpleTable tr th:last-child,
      table.decorated tr td:last-child,
      table.decorated tr th:last-child {
        padding-right: 20px; }
      table.simpleTable tr td.textAlignRight, table.simpleTable tr th.textAlignRight,
      table.decorated tr td.textAlignRight,
      table.decorated tr th.textAlignRight {
        text-align: right; }
  table.simpleTable thead tr:first-child,
  table.decorated thead tr:first-child {
    border-top: 0; }

table tbody tr th, table tbody tr td {
  text-align: left; }

#enableResponsiveLink {
  display: none; }

.loading-ares {
  font-size: 16px;
  display: inline-block;
  width: 175%;
  padding-top: 15px; }
  .loading-ares img {
    vertical-align: middle;
    margin-right: 10px; }

.mapCanvas img {
  max-width: inherit; }

.bottomCta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #FFF; }
  .bottomCta .inner {
    position: relative;
    max-width: 898px;
    padding: 16px 20px;
    margin: auto;
    border: 1px solid #699f27;
    background: #7bb92b; }
    .bottomCta .inner a {
      color: #FFF;
      font-weight: 400; }
    .bottomCta .inner .col1 {
      margin-right: 30px; }
      @media screen and (max-width: 700px) {
        .bottomCta .inner .col1 {
          margin-right: 0; } }
    .bottomCta .inner .col2 {
      position: absolute;
      top: 12px;
      right: 47px; }
      @media screen and (max-width: 700px) {
        .bottomCta .inner .col2 {
          top: -34px;
          right: 34px; } }
      .bottomCta .inner .col2::after {
        content: url("../img/ico/close-white.png");
        position: absolute;
        padding: 5px 9px;
        cursor: pointer; }
        @media screen and (max-width: 700px) {
          .bottomCta .inner .col2::after {
            background: #7bb92b;
            border: solid #699f27;
            border-width: 1px 1px 0 1px; } }
      .bottomCta .inner .col2 .vishid {
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        padding: 0;
        margin: -1px;
        border: 0;
        clip: rect(0 0 0 0); }

.button, .webform-client-form input[type="submit"] {
  display: inline-block;
  -webkit-transition: compact(compact(all 150ms, false, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(all 150ms, false, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(all 150ms, false, false, false, false, false, false, false, false, false) false false false);
  transition: compact(all 150ms, false, false, false, false, false, false, false, false, false);
  border: 1px solid #6a9f26;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #7bb92b;
  -webkit-box-shadow: compact(inset 0 -1px 0 #527a20, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(inset 0 -1px 0 #527a20, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(inset 0 -1px 0 #527a20, false, false, false, false, false, false, false, false, false);
  color: #fefefe;
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  font-size: 24px;
  padding: 13px 30px 14px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: compact(0 1px 0 #699f27, false, false, false, false, false, false, false, false, false);
  text-decoration: none; }
  .button strong, .webform-client-form input[type="submit"] strong, .button b, .webform-client-form input[type="submit"] b {
    font-weight: 600; }
  .button:hover, .webform-client-form input[type="submit"]:hover, .button:focus, .webform-client-form input[type="submit"]:focus {
    border: 1px solid #af3915;
    background-color: #d74315;
    -webkit-box-shadow: compact(inset 0 -1px 0 #b83c15, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(inset 0 -1px 0 #b83c15, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(inset 0 -1px 0 #b83c15, false, false, false, false, false, false, false, false, false);
    text-shadow: compact(0 1px 0 #af3915, false, false, false, false, false, false, false, false, false); }
  .button:visited, .webform-client-form input[type="submit"]:visited {
    color: #fefefe; }
  .button:active, .webform-client-form input[type="submit"]:active {
    border: 1px solid #af3915;
    -webkit-box-shadow: compact(inset 0 1px 0 #b83c15, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(inset 0 1px 0 #b83c15, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(inset 0 1px 0 #b83c15, false, false, false, false, false, false, false, false, false);
    text-shadow: compact(0 1px 0 #af3915, false, false, false, false, false, false, false, false, false); }
    .button:active .text, .webform-client-form input[type="submit"]:active .text {
      position: relative;
      bottom: -1px; }
  .button.small, .webform-client-form input.small[type="submit"] {
    padding: 8px 20px 9px; }
  .button .ico.arrowRight, .webform-client-form input[type="submit"] .ico.arrowRight {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: 0px -82px;
    width: 7px;
    height: 13px;
    margin: 0 -5px 0 8px;
    position: relative;
    top: -2px; }

.whiteButton {
  display: inline-block;
  -webkit-transition: compact(compact(all 150ms, false, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(all 150ms, false, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(all 150ms, false, false, false, false, false, false, false, false, false) false false false);
  transition: compact(all 150ms, false, false, false, false, false, false, false, false, false);
  border: 1px solid #e1e8eb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
  font-family: atrament-web, "Open Sans Condensed", sans-serif;
  font-size: 18px;
  padding: 10px 14px 10px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  color: #434343;
  text-decoration: none; }
  .whiteButton strong, .whiteButton b {
    font-weight: 600; }
  .whiteButton:hover, .whiteButton:focus {
    color: #d74315; }
    .whiteButton:hover:visited, .whiteButton:focus:visited {
      color: #d74315; }
  .whiteButton:visited {
    color: #434343; }
  .whiteButton:active .text {
    position: relative;
    bottom: -1px; }
  .whiteButton .ico.twitter {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: -40px -43px;
    width: 18px;
    height: 16px;
    margin: 0 8px -1px 0; }
  .whiteButton .ico.facebook {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: 0px -64px;
    width: 10px;
    height: 18px;
    margin: 0 8px -2px 0; }
  .whiteButton .ico.gplus {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: -22px -43px;
    width: 18px;
    height: 18px;
    margin: 0 7px -2px 4px; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/bxslider/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/bxslider/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*! fancyBox v2.1.4 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;
  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: transparenturl("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  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; }

.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;
  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, 0.8); }

/*! jQuery UI - v1.10.3 - 2013-06-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.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.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/?ffDefault=proxima-nova%2C%20sans-serif&fwDefault=normal&fsDefault=16px&cornerRadius=2px&bgColorHeader=%23eff8fc&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%23d0e3ea&fcHeader=%231D1D1B&iconColorHeader=%231D1D1B&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23e1e1e1&fcContent=%231D1D1B&iconColorContent=%231D1D1B&bgColorDefault=%23fbfbf5&bgTextureDefault=flat&bgImgOpacityDefault=90&borderColorDefault=%23e1e1e1&fcDefault=%231D1D1B&iconColorDefault=%231D1D1B&bgColorHover=%23fbfbf5&bgTextureHover=flat&bgImgOpacityHover=10&borderColorHover=%23aeaeae&fcHover=%231D1D1B&iconColorHover=%231D1D1B&bgColorActive=%23fecb00&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23dbab0f&fcActive=%231D1D1B&iconColorActive=%231D1D1B&bgColorHighlight=%23fbfbf5&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23ffc800&fcHighlight=%231D1D1B&iconColorHighlight=%231D1D1B&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd1719&fcError=%23cd1719&iconColorError=%231D1D1B&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-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-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.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; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.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; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.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; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
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; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  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: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.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;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.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;
  min-height: 0;
  /* support: IE7 */
  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; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.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-progressbar .ui-progressbar-overlay {
  background: url("../img/jQueryUI/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.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; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.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;
  color: inherit;
  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; }

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.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-width: 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; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: proxima-nova, sans-serif;
  font-size: 16px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: proxima-nova, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #e1e1e1;
  background: #ffffff url(../img/jQueryUI/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #1D1D1B; }

.ui-widget-content a {
  color: #1D1D1B; }

.ui-widget-header {
  border: 1px solid #d0e3ea;
  background: #eff8fc url(../img/jQueryUI/ui-bg_flat_75_eff8fc_40x100.png) 50% 50% repeat-x;
  color: #1D1D1B;
  font-weight: bold; }

.ui-widget-header a {
  color: #1D1D1B; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e1e1e1;
  background: #fbfbf5 url(../img/jQueryUI/ui-bg_flat_90_fbfbf5_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #1D1D1B; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1D1D1B;
  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 #aeaeae;
  background: #fbfbf5 url(../img/jQueryUI/ui-bg_flat_10_fbfbf5_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #1D1D1B; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #1D1D1B;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dbab0f;
  background: #fecb00 url(../img/jQueryUI/ui-bg_flat_65_fecb00_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #1D1D1B; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #1D1D1B;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffc800;
  background: #fbfbf5 url(../img/jQueryUI/ui-bg_flat_55_fbfbf5_40x100.png) 50% 50% repeat-x;
  color: #1D1D1B; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #1D1D1B; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd1719;
  background: #fef1ec url(../img/jQueryUI/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd1719; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd1719; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd1719; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../img/jQueryUI/ui-icons_1D1D1B_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../img/jQueryUI/ui-icons_1D1D1B_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../img/jQueryUI/ui-icons_1D1D1B_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../img/jQueryUI/ui-icons_1D1D1B_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../img/jQueryUI/ui-icons_1D1D1B_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../img/jQueryUI/ui-icons_1D1D1B_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../img/jQueryUI/ui-icons_1D1D1B_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../img/jQueryUI/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: #aaaaaa url(../img/jQueryUI/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/* generated with grunt-sass-globbing */
.aboutMethodSection {
  max-width: 780px;
  margin: 73px auto; }
  .aboutMethodSection h2 {
    margin-bottom: 58px; }
  .aboutMethodSection p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 40px; }

.aboutUsSection {
  margin-top: 53px; }
  .aboutUsSection p.text {
    font-size: 16px;
    line-height: 22px; }
  .aboutUsSection .cols {
    zoom: 1; }
    .aboutUsSection .cols:before, .aboutUsSection .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .aboutUsSection .cols:after {
      clear: both; }
    .aboutUsSection .cols .col {
      width: 33.3%;
      float: left; }
      @media screen and (max-width: 600px) {
        .aboutUsSection .cols .col {
          width: auto;
          float: none;
          margin-bottom: 25px; } }
    .aboutUsSection .cols.withBorderBottom {
      border-bottom: 1px solid #d7e0e3;
      padding-bottom: 35px; }
  .aboutUsSection h2 {
    font-size: 36px; }
  .aboutUsSection h3 {
    margin-bottom: 22px; }
  .aboutUsSection .teammember {
    text-align: center;
    width: 33.3%;
    float: left;
    margin-top: 22px; }
    .aboutUsSection .teammember:nth-of-type(1), .aboutUsSection .teammember:nth-of-type(2), .aboutUsSection .teammember:nth-of-type(3) {
      margin-top: 0; }
    @media screen and (max-width: 600px) {
      .aboutUsSection .teammember {
        width: auto;
        float: none;
        margin-bottom: 25px; } }
    .aboutUsSection .teammember:nth-of-type(3n+1) {
      clear: both; }
    .aboutUsSection .teammember .teammemberFirst {
      clear: both; }
    @media screen and (min-width: 600px) {
      .aboutUsSection .teammember .teammemberLastOnLine {
        margin: 0 auto;
        float: none;
        padding-top: 22px; } }
    .aboutUsSection .teammember img {
      display: block;
      margin: 0 auto 8px;
      -webkit-border-radius: 138px;
      -moz-border-radius: 138px;
      -ms-border-radius: 138px;
      -o-border-radius: 138px;
      border-radius: 138px;
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .aboutUsSection .teammember .teammember-name {
      font-size: 18px;
      margin: 0; }
      .aboutUsSection .teammember .teammember-name:first-line {
        font-weight: bold; }
    .aboutUsSection .teammember .inner {
      overflow: hidden; }
  .aboutUsSection .teamSection h3 {
    margin: 34px 0 29px; }
  .aboutUsSection .teamSection .morelink {
    font-size: 18px; }
  .aboutUsSection .whyWeDoIt {
    margin: 42px 0; }
    .aboutUsSection .whyWeDoIt p {
      font-size: 16px;
      line-height: 22px;
      margin: 10px 0; }
    .aboutUsSection .whyWeDoIt .narrowWrapper {
      max-width: 620px;
      margin: 0 auto; }
  .aboutUsSection .contactUsButtonSection {
    margin-top: 37px;
    margin-bottom: 0; }

.advertisignDetailSection {
  border-bottom: 1px solid #d7e0e3;
  padding-bottom: 20px; }
  .advertisignDetailSection .sectionHeader {
    margin-top: 53px;
    text-align: center;
    margin-bottom: 20px; }
    .advertisignDetailSection .sectionHeader h2 {
      font-size: 30px;
      margin: 12px 0; }
    .advertisignDetailSection .sectionHeader > .text {
      font-size: 16px; }
  .advertisignDetailSection .sectionContent {
    max-width: 620px;
    margin: 22px auto; }
    .advertisignDetailSection .sectionContent p {
      font-size: 16px;
      line-height: 24px; }
    .advertisignDetailSection .sectionContent h3 {
      font-family: rooney-web, sans-serif;
      color: #444;
      font-size: 16px;
      text-transform: none;
      font-weight: bold;
      margin: 19px 0; }
      .advertisignDetailSection .sectionContent h3 + ul {
        margin-top: -6px; }
    .advertisignDetailSection .sectionContent ul {
      margin: 16px 0;
      padding: 0;
      list-style: none;
      font-size: 16px;
      line-height: 18px; }
      .advertisignDetailSection .sectionContent ul li {
        position: relative;
        padding-left: 18px;
        margin: 5px 0 11px; }
        .advertisignDetailSection .sectionContent ul li:before {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -99px -57px;
          width: 7px;
          height: 13px;
          content: "";
          position: absolute;
          top: 5px;
          left: 0; }

.advertisignList table {
  margin: 30px auto 20px;
  width: 100%;
  max-width: 640px;
  font-size: 16px;
  line-height: 18px; }
  .advertisignList table tr {
    border-bottom: 1px solid #d7e0e3; }
    .advertisignList table tr td, .advertisignList table tr th {
      padding: 10px 10px;
      vertical-align: middle;
      text-align: left; }
      .advertisignList table tr td:first-child, .advertisignList table tr th:first-child {
        padding-left: 20px; }
      .advertisignList table tr td:last-child, .advertisignList table tr th:last-child {
        padding-right: 20px; }
      .advertisignList table tr td.textAlignRight, .advertisignList table tr th.textAlignRight {
        text-align: right; }

.advertisignList .bottomBoxes {
  width: 100%;
  margin: 40px auto;
  display: table;
  border-collapse: collapse;
  -webkit-box-shadow: compact(0 1px 0 #f5f7f8, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0 1px 0 #f5f7f8, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0 1px 0 #f5f7f8, false, false, false, false, false, false, false, false, false);
  font-size: 16px;
  line-height: 18px; }
  .advertisignList .bottomBoxes > .inner {
    display: table-row; }
  .advertisignList .bottomBoxes .col {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    border: 1px solid #d7e0e3;
    padding: 10px 20px; }

.advertisignRegSection .sectionHeader {
  margin-top: 53px;
  text-align: center; }
  .advertisignRegSection .sectionHeader h2 {
    font-size: 30px;
    margin: 10px 0; }
  .advertisignRegSection .sectionHeader > .text {
    font-size: 16px; }

.advertisignRegSection .advertisignRegForm {
  margin: 24px 0; }
  .advertisignRegSection .advertisignRegForm .narrowWrapper {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .advertisignRegSection .advertisignRegForm .narrowWrapper.withBorderTop {
      border-top: 1px solid #d8e0e3;
      padding-top: 15px; }
    .advertisignRegSection .advertisignRegForm .narrowWrapper.withBorderBottom {
      border-bottom: 1px solid #d8e0e3;
      padding-bottom: 15px; }

.advertisignRegSection .formRow > .cols {
  zoom: 1; }
  .advertisignRegSection .formRow > .cols:before, .advertisignRegSection .formRow > .cols:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .advertisignRegSection .formRow > .cols:after {
    clear: both; }
  .advertisignRegSection .formRow > .cols > .col1 {
    float: left;
    width: 90px;
    padding-right: 10px;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .advertisignRegSection .formRow > .cols > .col1 label, .advertisignRegSection .formRow > .cols > .col1 .label {
      margin: 10px 0 0;
      font-size: 14px;
      line-height: 1; }
  .advertisignRegSection .formRow > .cols > .col2 {
    margin-left: 90px; }
    .advertisignRegSection .formRow > .cols > .col2 > input {
      display: block;
      width: 100%;
      display: block;
      width: 100%;
      max-width: 300px;
      padding: 6px 10px 7px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.advertisignRegSection .formRow.aprobace {
  margin-top: 24px; }

.advertisignRegSection .formRow.submitRow {
  margin: 10px 0; }
  .advertisignRegSection .formRow.submitRow .button, .advertisignRegSection .formRow.submitRow .webform-client-form input[type="submit"], .webform-client-form .advertisignRegSection .formRow.submitRow input[type="submit"] {
    line-height: 28px;
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 200px; }

.advertisignRegSection .textareaSection {
  max-width: 700px;
  margin: 21px auto 40px; }
  .advertisignRegSection .textareaSection label, .advertisignRegSection .textareaSection .label {
    margin: 0 0 13px;
    font-size: 14px;
    display: block; }
  .advertisignRegSection .textareaSection textarea {
    display: block;
    width: 100%;
    height: 345px; }

.advertisignRegSection .checkboxesCols {
  margin: 0 -5px;
  zoom: 1;
  overflow: hidden; }
  .advertisignRegSection .checkboxesCols:before, .advertisignRegSection .checkboxesCols:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .advertisignRegSection .checkboxesCols:after {
    clear: both; }
  .advertisignRegSection .checkboxesCols > .checkboxesCol {
    width: 50%;
    float: left;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.advertisignRegSection .decoratedCheckbox {
  margin: 9px 0 10px;
  display: block; }
  .advertisignRegSection .decoratedCheckbox .label {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 1px;
    display: block; }

.advertisignRelatedSection {
  margin-bottom: 20px; }
  .advertisignRelatedSection .sectionHeader {
    margin-top: 53px;
    text-align: center;
    margin-bottom: 20px; }
    .advertisignRelatedSection .sectionHeader h2 {
      font-size: 30px;
      margin: 12px 0; }
    .advertisignRelatedSection .sectionHeader > .text {
      font-size: 16px; }
  .advertisignRelatedSection table {
    margin: 20px 0;
    width: 100%;
    font-size: 16px;
    line-height: 18px; }
    .advertisignRelatedSection table tr {
      border-bottom: 1px solid #d7e0e3; }
      .advertisignRelatedSection table tr td, .advertisignRelatedSection table tr th {
        padding: 10px 10px;
        vertical-align: middle;
        text-align: left; }
        .advertisignRelatedSection table tr td:first-child, .advertisignRelatedSection table tr th:first-child {
          padding-left: 20px; }
        .advertisignRelatedSection table tr td:last-child, .advertisignRelatedSection table tr th:last-child {
          padding-right: 20px; }
        .advertisignRelatedSection table tr td.textAlignRight, .advertisignRelatedSection table tr th.textAlignRight {
          text-align: right; }
  .advertisignRelatedSection .bottom {
    padding: 27px 0;
    text-align: center;
    font-size: 16px;
    line-height: 18px; }
    .advertisignRelatedSection .bottom .backToListLink {
      font-weight: normal;
      text-decoration: none; }
      .advertisignRelatedSection .bottom .backToListLink .innerText {
        text-decoration: underline; }
      .advertisignRelatedSection .bottom .backToListLink .ico {
        display: inline-block;
        margin: 0 3px -1px 0;
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -92px -57px;
        width: 7px;
        height: 13px; }
      .advertisignRelatedSection .bottom .backToListLink:hover .innerText, .advertisignRelatedSection .bottom .backToListLink:focus .innerText {
        text-decoration: none; }

.aktualitySection .aktualitaContainer {
  font-size: 16px;
  line-height: 22px; }
  .aktualitySection .aktualitaContainer.withBorderBottom {
    border-bottom: 1px solid #d7e0e3;
    padding-bottom: 35px;
    margin-bottom: 35px; }

.aktualitySection .aktualitaImg {
  float: right; }
  @media screen and (max-width: 600px) {
    .aktualitySection .aktualitaImg {
      float: none;
      display: block;
      margin: 0 auto; } }

.aktualitySection .aktualitaTitle {
  font-family: inherit;
  font-size: 21px;
  line-height: 27px;
  text-transform: none;
  margin-bottom: 0.5em; }

.aktualitySection .aktualitaTime {
  font-style: italic; }

.aktualitySection p {
  margin: 0.5em 0; }

.backLink {
  text-decoration: none; }
  .backLink > .text {
    font-weight: bold;
    text-decoration: underline; }
  .backLink > .ico {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: -92px -57px;
    width: 7px;
    height: 13px;
    margin-bottom: -1px; }
  .backLink:hover > .text, .backLink:focus > .text {
    text-decoration: none; }

.buyPublicationsSection {
  padding: 0 0 18px; }
  .buyPublicationsSection p {
    font-size: 16px;
    text-align: center;
    font-style: italic; }

.buyPublicationsSection2 {
  padding: 18px 0;
  border-bottom: 1px solid #dddddd; }
  .buyPublicationsSection2 p {
    font-size: 16px;
    text-align: center;
    font-style: italic; }

@media screen and (min-width: 700px) {
  .certificateRequestCreateForm {
    width: 70%;
    margin: 0 auto; } }

.certificateRequestCreateForm .formRow {
  zoom: 1;
  margin: 1em 0 20px 0; }
  .certificateRequestCreateForm .formRow:before, .certificateRequestCreateForm .formRow:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .certificateRequestCreateForm .formRow:after {
    clear: both; }
  .certificateRequestCreateForm .formRow input[type="text"],
  .certificateRequestCreateForm .formRow input[type="email"],
  .certificateRequestCreateForm .formRow input[type="number"],
  .certificateRequestCreateForm .formRow input[type="file"],
  .certificateRequestCreateForm .formRow textarea,
  .certificateRequestCreateForm .formRow select {
    width: 100%; }
  .certificateRequestCreateForm .formRow .form-note {
    margin-bottom: 5px; }
  @media screen and (min-width: 700px) {
    .certificateRequestCreateForm .formRow .col1, .certificateRequestCreateForm .formRow .col2 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .certificateRequestCreateForm .formRow .col1 {
      float: left;
      width: 30%;
      text-align: right;
      margin-top: 4px; }
    .certificateRequestCreateForm .formRow label {
      width: 100%; }
    .certificateRequestCreateForm .formRow .form-note {
      margin-bottom: 0; }
    .certificateRequestCreateForm .formRow .col2 {
      width: 67%;
      margin-left: 3%;
      float: left; }
    .certificateRequestCreateForm .formRow input[type="text"],
    .certificateRequestCreateForm .formRow input[type="email"],
    .certificateRequestCreateForm .formRow input[type="number"],
    .certificateRequestCreateForm .formRow input[type="file"],
    .certificateRequestCreateForm .formRow textarea,
    .certificateRequestCreateForm .formRow select {
      padding: 5px 10px 6px 10px;
      min-height: 33px;
      width: 100%; } }

@media screen and (min-width: 700px) {
  .commonSection > .webform-client-form {
    width: 70%;
    margin: 0 auto; } }

.commonSection > .webform-client-form legend,
.commonSection > .webform-client-form legend a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  color: #586d7d;
  font-family: atrament-web, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.1; }

.commonSection > .webform-client-form .webform-component-fieldset {
  margin-bottom: 0; }
  .commonSection > .webform-client-form .webform-component-fieldset.collapsed {
    height: auto;
    margin-bottom: 1em; }

.commonSection > .webform-client-form .form-item {
  zoom: 1; }
  .commonSection > .webform-client-form .form-item:before, .commonSection > .webform-client-form .form-item:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .commonSection > .webform-client-form .form-item:after {
    clear: both; }
  .commonSection > .webform-client-form .form-item.webform-component--pocet-ucastniku input[type="text"] {
    width: 70px; }
  .commonSection > .webform-client-form .form-item .form-item label {
    margin-top: 0; }
  @media screen and (min-width: 700px) {
    .commonSection > .webform-client-form .form-item label {
      float: left;
      width: 30%;
      text-align: right; }
    .commonSection > .webform-client-form .form-item .form-item {
      padding: 5px 10px 6px 10px;
      width: 61%;
      margin-left: 2%;
      padding-left: 4%;
      float: right;
      margin-bottom: 0;
      margin-top: 0; }
      .commonSection > .webform-client-form .form-item .form-item label {
        width: 100%;
        text-align: left; }
    .commonSection > .webform-client-form .form-item input[type="text"],
    .commonSection > .webform-client-form .form-item input[type="email"],
    .commonSection > .webform-client-form .form-item input[type="number"],
    .commonSection > .webform-client-form .form-item textarea,
    .commonSection > .webform-client-form .form-item select {
      padding: 5px 10px 6px 10px;
      width: 67%;
      margin-left: 3%;
      float: left; }
    .commonSection > .webform-client-form .form-item .description {
      width: 67%;
      margin-left: 3%;
      float: right; }
    .commonSection > .webform-client-form .form-item .grippie {
      width: 67%;
      margin-left: 3%;
      float: right;
      margin-top: 0; } }

.commonSection > .webform-client-form .webform-component--poznamka .form-item textarea,
.commonSection > .webform-client-form .webform-component--poznamka .form-item .grippie {
  width: 100%;
  float: none; }

.contactInfoSection {
  margin-top: 72px;
  margin-top: 63px;
  color: #444444; }
  .contactInfoSection.withMarginBottom {
    border-bottom: 1px solid #d7e0e3;
    padding-bottom: 50px;
    margin-bottom: 70px; }
  .contactInfoSection > .header h2 {
    margin-bottom: 24px; }
  .contactInfoSection h3 {
    font-family: rooney-web, sans-serif;
    color: #444444;
    font-size: 21px;
    margin-top: 28px;
    text-transform: initial;
    margin-bottom: 6px; }
  .contactInfoSection p {
    line-height: 1.45;
    margin-top: 0; }

.courseDetailSection {
  margin-top: -20px; }
  .courseDetailSection > .cols {
    margin: 0 -30px;
    zoom: 1; }
    .courseDetailSection > .cols:before, .courseDetailSection > .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .courseDetailSection > .cols:after {
      clear: both; }
    .courseDetailSection > .cols > .col1 {
      float: left;
      width: 64.5%;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 760px) {
        .courseDetailSection > .cols > .col1 {
          float: none;
          width: auto; } }
    .courseDetailSection > .cols > .col2 {
      float: left;
      width: 35.5%;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 760px) {
        .courseDetailSection > .cols > .col2 {
          float: none;
          width: auto; } }
  .courseDetailSection .courseDescription {
    padding-top: 1px;
    margin: 13px 0 35px; }
  .courseDetailSection .courseTermins {
    margin: 30px 0; }
    .courseDetailSection .courseTermins h3 {
      margin-bottom: 15px; }
    .courseDetailSection .courseTermins .simpleTable {
      margin-left: -15px; }
    .courseDetailSection .courseTermins .price {
      font-weight: bold;
      text-align: right; }
    .courseDetailSection .courseTermins .cta {
      text-align: right; }
  .courseDetailSection .contentSection {
    margin-bottom: 35px; }
    .courseDetailSection .contentSection h3 {
      margin-bottom: 10px; }
    .courseDetailSection .contentSection .lektor {
      display: block;
      text-decoration: none;
      color: #444;
      font-weight: normal;
      margin-top: 15px; }
      .courseDetailSection .contentSection .lektor .potrtrait {
        width: 138px;
        height: 138px;
        display: block;
        margin-bottom: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden; }
        .courseDetailSection .contentSection .lektor .potrtrait .photo {
          display: block;
          width: 100%;
          height: auto; }
      .courseDetailSection .contentSection .lektor .name {
        font-weight: bold;
        font-weight: 18px; }
      .courseDetailSection .contentSection .lektor .text {
        margin-top: 15px; }
    .courseDetailSection .contentSection a.lektor .name {
      color: #7BB92B;
      text-decoration: underline; }
    .courseDetailSection .contentSection a.lektor:hover .name, .courseDetailSection .contentSection a.lektor:focus .name {
      text-decoration: none; }

.courseForSchoolDetailSection {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  font-size: 16px;
  line-height: 22px; }
  .courseForSchoolDetailSection > .cols {
    zoom: 1; }
    .courseForSchoolDetailSection > .cols:before, .courseForSchoolDetailSection > .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .courseForSchoolDetailSection > .cols:after {
      clear: both; }
    .courseForSchoolDetailSection > .cols > .col1 {
      float: left;
      width: 60%;
      padding: 0 15px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 760px) {
        .courseForSchoolDetailSection > .cols > .col1 {
          float: none;
          width: auto;
          padding: 0; } }
    .courseForSchoolDetailSection > .cols > .col2 {
      float: left;
      width: 40%;
      padding: 0 0 0 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 760px) {
        .courseForSchoolDetailSection > .cols > .col2 {
          float: none;
          width: auto;
          padding: 0; } }
  .courseForSchoolDetailSection > .cols.topCtaSection {
    margin-right: -60px;
    margin-bottom: 15px;
    margin-top: 15px; }
    .courseForSchoolDetailSection > .cols.topCtaSection > .col1 {
      width: 75%;
      padding: 0; }
      @media screen and (max-width: 760px) {
        .courseForSchoolDetailSection > .cols.topCtaSection > .col1 {
          width: auto; } }
    .courseForSchoolDetailSection > .cols.topCtaSection > .col2 {
      width: 25%;
      text-align: right; }
      @media screen and (max-width: 760px) {
        .courseForSchoolDetailSection > .cols.topCtaSection > .col2 {
          width: auto;
          padding: 0;
          text-align: left; } }
    @media screen and (max-width: 760px) {
      .courseForSchoolDetailSection > .cols.topCtaSection {
        margin-right: auto; } }
  .courseForSchoolDetailSection .courseDescription {
    padding-top: 1px;
    margin: 30px 0 55px; }
  .courseForSchoolDetailSection .contentSection {
    margin-bottom: 20px; }
    .courseForSchoolDetailSection .contentSection h3 {
      margin-bottom: 10px;
      margin-top: 10px; }
    .courseForSchoolDetailSection .contentSection p {
      margin: 10px 0; }
    .courseForSchoolDetailSection .contentSection .lektor {
      display: block;
      text-decoration: none;
      color: #444;
      font-weight: normal;
      margin-top: 15px; }
      .courseForSchoolDetailSection .contentSection .lektor .potrtrait {
        width: 138px;
        height: 138px;
        display: block;
        margin-bottom: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden; }
        .courseForSchoolDetailSection .contentSection .lektor .potrtrait .photo {
          display: block;
          width: 100%;
          height: auto; }
      .courseForSchoolDetailSection .contentSection .lektor .name {
        font-weight: bold;
        font-weight: 18px; }
      .courseForSchoolDetailSection .contentSection .lektor .text {
        margin-top: 15px; }
    .courseForSchoolDetailSection .contentSection a.lektor .name {
      color: #7BB92B;
      text-decoration: underline; }
    .courseForSchoolDetailSection .contentSection a.lektor:hover .name, .courseForSchoolDetailSection .contentSection a.lektor:focus .name {
      text-decoration: none; }
  .courseForSchoolDetailSection .seminarCta {
    border: 1px solid #e2e9eb;
    box-shadow: 0px 1px 1px 1px #d7e0e3;
    text-align: center;
    padding: 45px;
    margin-top: 35px; }
    .courseForSchoolDetailSection .seminarCta h2 {
      margin-top: 0; }
  .courseForSchoolDetailSection .courseSectionDivider {
    border: 0;
    height: 1px;
    background: #dddddd;
    margin: 0 -60px 45px -60px; }
    @media screen and (max-width: 760px) {
      .courseForSchoolDetailSection .courseSectionDivider {
        margin: 0 0 45px 0; } }

.decoratedCheckbox {
  position: relative;
  padding-left: 28px;
  text-align: left; }
  .decoratedCheckbox input {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d8e0e3;
    box-shadow: inset 0px 0px 1px #f3f7f8;
    outline: none;
    -moz-appearance: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .lt-ie9 .decoratedCheckbox input {
      opacity: 1;
      box-shadow: none; }
    .decoratedCheckbox input:checked + .fakeInput:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      background-clip: padding-box;
      background: #7bb92b;
      border-radius: 1px;
      top: 3px;
      left: 3px; }
    .decoratedCheckbox input.error + .fakeInput {
      border-color: #ca3f50; }
  .decoratedCheckbox .fakeInput {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    content: "";
    width: 20px;
    height: 20px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d8e0e3;
    box-shadow: inset 0px 0px 1px #f3f7f8;
    background: #fff;
    background-clip: padding-box;
    outline: none;
    position: absolute;
    top: 0;
    left: 0; }
    .lt-ie9 .decoratedCheckbox .fakeInput {
      visibility: hidden; }

.decoratedRadiobutton {
  position: relative;
  padding-left: 28px;
  text-align: left; }
  .decoratedRadiobutton input {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #f8f8f7;
    border-top: 1px solid #D5D3CE;
    border-left: 1px solid #D5D3CE;
    box-shadow: inset 1px 1px 3px #959185;
    outline: none;
    -moz-appearance: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .lt-ie9 .decoratedRadiobutton input {
      opacity: 1;
      box-shadow: none; }
    .decoratedRadiobutton input:checked + .fakeInput:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-clip: padding-box;
      background: #dc4456;
      box-shadow: inset 0 -1px 0 #71010f;
      background: linear-gradient(bottom, #cf3f51 0%, #e5475a 100%);
      top: 4px;
      left: 4px; }
    .decoratedRadiobutton input.error + .fakeInput {
      border-color: #ca3f50; }
    .decoratedRadiobutton input:hover + .fakeInput, .decoratedRadiobutton input.hasHover + .fakeInput {
      border-color: #aaa699; }
  .decoratedRadiobutton .fakeInput {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #f8f8f7;
    border-top: 1px solid #D5D3CE;
    border-left: 1px solid #D5D3CE;
    box-shadow: inset 1px 1px 3px #959185;
    background: #fff;
    background-clip: padding-box;
    outline: none;
    position: absolute;
    top: 0;
    left: 0; }
    .lt-ie9 .decoratedRadiobutton .fakeInput {
      visibility: hidden; }
  .decoratedRadiobutton label, .decoratedRadiobutton .label {
    font-size: 16px;
    line-height: 18px; }

.downloadExampleTestSection {
  text-align: center;
  margin-bottom: 60px; }
  .downloadExampleTestSection .title {
    margin-bottom: 9px; }

.ebookSection {
  max-width: 700px;
  margin: 0 auto 68px; }
  .ebookSection > .header {
    position: relative;
    min-height: 92px;
    padding-top: 3px;
    margin: 0 auto 22px;
    max-width: 500px;
    left: 10px; }
    @media screen and (max-width: 500px) {
      .ebookSection > .header {
        padding-left: 0;
        text-align: center; } }
    .ebookSection > .header .prebal {
      float: left;
      margin-right: 20px; }
      @media screen and (max-width: 500px) {
        .ebookSection > .header .prebal {
          display: none;
          margin-right: 0; } }
    .ebookSection > .header .title {
      margin: 0 0 9px; }
  .ebookSection .ebookForm {
    margin: 0 0 54px 0;
    position: relative;
    min-height: 57px;
    text-align: center; }
    .ebookSection .ebookForm input {
      height: 57px;
      min-width: 350px;
      border-color: #b9c9ce;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 680px) {
        .ebookSection .ebookForm input {
          min-width: 300px; } }
      @media screen and (max-width: 580px) {
        .ebookSection .ebookForm input {
          width: 100%;
          margin-bottom: 8px;
          -webkit-border-radius: 2px 2px 0 0;
          -moz-border-radius: 2px 2px 0 0;
          -ms-border-radius: 2px 2px 0 0;
          -o-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0; } }
    .ebookSection .ebookForm .button, .ebookSection .ebookForm .webform-client-form input[type="submit"], .webform-client-form .ebookSection .ebookForm input[type="submit"] {
      padding-left: 10px;
      padding-right: 10px;
      vertical-align: top; }
      @media screen and (max-width: 580px) {
        .ebookSection .ebookForm .button, .ebookSection .ebookForm .webform-client-form input[type="submit"], .webform-client-form .ebookSection .ebookForm input[type="submit"] {
          width: 100%;
          -webkit-border-radius: 0 0 2px 2px;
          -moz-border-radius: 0 0 2px 2px;
          -ms-border-radius: 0 0 2px 2px;
          -o-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px; } }
    .ebookSection .ebookForm .formError {
      margin-top: 10px; }
    .ebookSection .ebookForm .error {
      margin-bottom: 10px; }
  .ebookSection .bottom {
    font-size: 16px;
    text-align: center; }

.eu-cookies {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* change for bottom if needed */
  z-index: 999;
  /* be over anything */
  background: #eee;
  border-top: #d6d6d6; }

.eu-cookies__inner {
  position: relative;
  margin: 0 auto;
  max-width: 940px;
  /* common inner width */
  padding: 7px 10px 7px 10px;
  /* common side padding + vertical depends on type */
  zoom: 1; }
  .eu-cookies__inner:before, .eu-cookies__inner:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .eu-cookies__inner:after {
    clear: both; }

.eu-cookies__text {
  display: inline-block;
  font-size: 80%;
  /* tweak by type */
  margin: 0 24px 0 0;
  /* override possible vertical margins, separate infolink */ }

.eu-cookies__infolink {
  font-size: 80%;
  /* tweak by type */ }

.eu-cookies__approve {
  display: inline-block;
  float: right;
  margin-left: 10px;
  font-size: 16px;
  /* tweak by type */
  padding: 4px 12px 4px;
  /* tweak by type */ }

.faqSection {
  margin-bottom: 0;
  padding-bottom: 31px;
  border-bottom: 1px solid #d7e0e3; }
  .faqSection.onFaqPage {
    margin-top: 70px; }
  .faqSection > .cols {
    zoom: 1; }
    .faqSection > .cols:before, .faqSection > .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .faqSection > .cols:after {
      clear: both; }
    .faqSection > .cols > .col1 {
      float: left;
      max-width: 610px;
      width: 63.8%; }
      @media screen and (max-width: 700px) {
        .faqSection > .cols > .col1 {
          width: 100%;
          float: none;
          margin-bottom: 25px; } }
    .faqSection > .cols .col2 {
      max-width: 300px;
      width: 31.9%;
      float: right; }
      @media screen and (max-width: 700px) {
        .faqSection > .cols .col2 {
          width: 100%;
          float: none;
          max-width: 100%;
          margin-bottom: 25px; } }
      .faqSection > .cols .col2 h2:first-child, .faqSection > .cols .col2 h3:first-child {
        margin-top: 0;
        margin: 0 0 10px 0; }
  .faqSection .faqFormText {
    font-size: 16px;
    line-height: 1.375;
    margin: 0 0 20px 0; }
  .faqSection .faqForm > h3 {
    margin: 0 0 10px 0; }
  .faqSection .faqForm > .text {
    font-size: 16px;
    line-height: 1.375;
    margin: 0 0 20px 0; }
  .faqSection .faqForm .formRow .label {
    display: none; }
  .faqSection .faqForm .formRow .control input, .faqSection .faqForm .formRow .control textarea, .faqSection .faqForm .formRow .control select {
    width: 100%; }
  .faqSection .faqForm .submitRow {
    margin: 0 0 10px;
    text-align: right; }
  .faqSection .faqForm textarea {
    height: 193px; }
  .faqSection .faqItemsWrapper .faqItem {
    padding: 22px 20px 17px 20px;
    border-top: 1px #d7e0e3 solid; }
    .faqSection .faqItemsWrapper .faqItem:first-child {
      border-top: none; }
    .faqSection .faqItemsWrapper .faqItem:first-child {
      padding-top: 0; }
    .faqSection .faqItemsWrapper .faqItem .question {
      font-weight: bold;
      line-height: 1.444;
      margin-bottom: 9px; }
    .faqSection .faqItemsWrapper .faqItem .answer {
      padding-left: 25px; }
      .faqSection .faqItemsWrapper .faqItem .answer p {
        margin: 0 0 6px; }
      .faqSection .faqItemsWrapper .faqItem .answer .moreLink {
        font-size: 16px;
        font-weight: normal; }
        .faqSection .faqItemsWrapper .faqItem .answer .moreLink .text {
          font-weight: normal; }
        .faqSection .faqItemsWrapper .faqItem .answer .moreLink .ico {
          margin-top: 0;
          margin-bottom: -1px; }
  .faqSection .technicalQuestionBox {
    padding-bottom: 27px;
    border-bottom: 1px solid #d7e0e3;
    margin-bottom: 27px; }

.homepageHeader > .inner {
  min-height: 260px;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 50px 40px 50px;
  border-bottom: 1px solid #d7e0e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1; }
  .homepageHeader > .inner:before, .homepageHeader > .inner:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .homepageHeader > .inner:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .homepageHeader > .inner {
      padding-right: 0; } }
  .homepageHeader > .inner > .content {
    float: left;
    width: 50%;
    max-width: 510px;
    padding: 15px 24px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 700px) {
      .homepageHeader > .inner > .content {
        width: auto;
        max-width: none;
        float: none;
        text-align: center; } }
  .homepageHeader > .inner > .videoBox {
    float: right;
    width: 50%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #8EA1AF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 7px;
    margin: 25px 0 0 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    @media screen and (max-width: 940px) {
      .homepageHeader > .inner > .videoBox {
        width: 50%;
        max-width: 370px; } }
    @media screen and (max-width: 700px) {
      .homepageHeader > .inner > .videoBox {
        display: none; } }

.homepageHeader h1 {
  color: #d74315;
  margin: 0 0 10px; }

.homepageHeader .text {
  line-height: 1.333;
  margin-bottom: 2em; }

.homepageHeader.homepageHeader-en > .inner {
  padding: 20px 30px 40px 30px; }

.homepageVideoSection {
  text-align: center;
  margin-bottom: 82px; }
  .homepageVideoSection > .inner {
    max-width: 940px;
    margin: 0 auto; }
  .homepageVideoSection .text {
    margin-bottom: 15px; }
  .homepageVideoSection .videoContainer {
    width: 606px;
    height: 266px;
    margin: 0 auto;
    border: 7px solid #8ea1af;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: compact(inset 0 0 0 1px rgba(0, 0, 0, 0.3), false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(inset 0 0 0 1px rgba(0, 0, 0, 0.3), false, false, false, false, false, false, false, false, false);
    box-shadow: compact(inset 0 0 0 1px rgba(0, 0, 0, 0.3), false, false, false, false, false, false, false, false, false); }
    .homepageVideoSection .videoContainer > .inner img {
      display: block; }

.hpShowMoreButtonSection {
  margin-bottom: 54px;
  text-align: center; }

.infoForMediaSection {
  margin-bottom: 40px; }

.mainHeading {
  text-align: center; }
  .mainHeading h1 {
    font-size: 48px;
    padding: 0 10px; }

.mainPrinciplesSection {
  text-align: center;
  margin-bottom: 75px; }
  .mainPrinciplesSection > .inner {
    max-width: 780px;
    margin: 0 auto; }
  .mainPrinciplesSection .principlesSlider {
    max-width: 780px;
    margin: 0 auto;
    position: relative; }
    .mainPrinciplesSection .principlesSlider .image {
      position: relative;
      margin-bottom: 15px; }
      .mainPrinciplesSection .principlesSlider .image > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding;
        -moz-background-clip: padding;
        background-clip: padding-box;
        width: 100%;
        display: block; }
      .mainPrinciplesSection .principlesSlider .image .description {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding;
        -moz-background-clip: padding;
        background-clip: padding-box;
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
        .mainPrinciplesSection .principlesSlider .image .description > .inner {
          display: table-row; }
          .mainPrinciplesSection .principlesSlider .image .description > .inner > .col1 {
            display: table-cell;
            width: 72px;
            padding: 5px 10px;
            text-align: center;
            vertical-align: middle;
            border-right: 1px solid #413d35;
            color: #fff;
            background: #000;
            background: rgba(0, 0, 0, 0.85);
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            -ms-border-radius: 3px 0 0 3px;
            -o-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px; }
          .mainPrinciplesSection .principlesSlider .image .description > .inner > .col2 {
            display: table-cell;
            padding: 5px 10px;
            text-align: center;
            vertical-align: middle;
            height: 56px;
            color: #fff;
            background: #000;
            background: rgba(0, 0, 0, 0.85);
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            -ms-border-radius: 0 3px 3px 0;
            -o-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0; }
    .mainPrinciplesSection .principlesSlider .text {
      max-width: 500px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1.4; }
      .mainPrinciplesSection .principlesSlider .text p {
        margin: 15px 0 10px; }
  .mainPrinciplesSection .bx-wrapper {
    margin: 0; }
    .mainPrinciplesSection .bx-wrapper .bx-viewport {
      -webkit-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -moz-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      left: auto;
      border: 0;
      background: transparent; }
    .mainPrinciplesSection .bx-wrapper .bx-controls .bx-controls-direction a {
      position: absolute;
      top: 145px;
      margin: 0; }
      .mainPrinciplesSection .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -46px 0px;
        width: 23px;
        height: 43px;
        left: -55px; }
        .mainPrinciplesSection .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:hover, .mainPrinciplesSection .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:focus {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -69px 0px;
          width: 23px;
          height: 43px; }
      .mainPrinciplesSection .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: 0px 0px;
        width: 23px;
        height: 43px;
        right: -55px; }
        .mainPrinciplesSection .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:hover, .mainPrinciplesSection .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:focus {
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -23px 0px;
          width: 23px;
          height: 43px; }
  .mainPrinciplesSection .hidden {
    display: none;
    text-align: left; }

.mapSection .mapLegend {
  display: block;
  width: 720px;
  margin: 40px auto 0; }

@media screen and (max-width: 600px) {
  .mapSection {
    padding: 0; } }

.mapSection .mapWrapper {
  height: 630px;
  position: relative;
  background: #ddd;
  border-top: 2px solid #d7e0e3;
  margin: 40px 0 0; }
  .mapSection .mapWrapper .mapLabel {
    min-width: 390px;
    padding: 25px 25px 13px 25px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    position: relative;
    text-align: center; }
    .mapSection .mapWrapper .mapLabel:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 12px 0 12px;
      border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      z-index: 1;
      margin-left: -12px; }
    .mapSection .mapWrapper .mapLabel:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 12px 0 12px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      z-index: 1;
      margin-left: -12px;
      margin-top: -1px; }
    .mapSection .mapWrapper .mapLabel .closeLink {
      display: block;
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none; }
      .mapSection .mapWrapper .mapLabel .closeLink .innerText {
        display: none; }
      .mapSection .mapWrapper .mapLabel .closeLink .ico {
        display: block;
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -92px -45px;
        width: 12px;
        height: 12px; }
      .mapSection .mapWrapper .mapLabel .closeLink:hover .ico, .mapSection .mapWrapper .mapLabel .closeLink:focus .ico {
        display: inline-block;
        background-image: url(../img/spritesheet.png);
        background-position: -92px -33px;
        width: 12px;
        height: 12px; }
    .mapSection .mapWrapper .mapLabel .schoolName {
      margin: 0 0 5px; }
    .mapSection .mapWrapper .mapLabel .schoolAddress {
      margin: 11px 0;
      font-size: 18px;
      line-height: 22px; }
    .mapSection .mapWrapper .mapLabel .schoolContact {
      color: #444;
      font-size: 18px;
      line-height: 29px;
      margin: 11px 0; }
      .mapSection .mapWrapper .mapLabel .schoolContact:first-line {
        font-style: italic; }
    @media screen and (max-width: 600px) {
      .mapSection .mapWrapper .mapLabel {
        min-width: initial;
        max-width: 100%; } }
  .mapSection .mapWrapper .mapGroup {
    background: url(../img/map/map-marker-group.png) center center no-repeat;
    width: 51px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 49px; }
  @media screen and (max-width: 600px) {
    .mapSection .mapWrapper {
      max-height: 420px; } }

.mediaSection {
  margin-bottom: 74px;
  text-align: center; }
  .mediaSection.onMediaPage {
    margin-top: 63px; }
    .mediaSection.onMediaPage .articleLinksWrapper .articleLinkRow {
      margin-bottom: 12px; }
  .mediaSection > h2 {
    margin: 0 0 34px; }
  .mediaSection .losLogos {
    margin-bottom: 30px; }
    .mediaSection .losLogos img {
      max-width: 100%; }
  .mediaSection .logosWrapper {
    text-align: center;
    margin-bottom: 30px; }
    .mediaSection .logosWrapper > .logo {
      display: inline-block;
      text-align: center; }
  .mediaSection .videoBox {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .mediaSection .videoBox .responsiveEnvelope {
      margin-bottom: 15px; }
  .mediaSection .articleLinksWrapper {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px; }
    .mediaSection .articleLinksWrapper .articleLinkRow {
      margin-bottom: 7px; }
    .mediaSection .articleLinksWrapper .articleLink {
      font-weight: normal;
      color: #444444;
      text-decoration: none; }
      .mediaSection .articleLinksWrapper .articleLink .link {
        color: #7bb92b;
        text-decoration: underline;
        font-weight: bold; }
      .mediaSection .articleLinksWrapper .articleLink:hover .link, .mediaSection .articleLinksWrapper .articleLink:hover .link {
        text-decoration: none; }
      .mediaSection .articleLinksWrapper .articleLink:active .link {
        position: relative;
        bottom: -1px; }

.moreLink {
  text-decoration: none;
  white-space: nowrap; }
  .moreLink > .text {
    font-weight: bold;
    text-decoration: underline;
    white-space: normal;
    word-break: break-word; }
  .moreLink > .ico {
    display: inline-block;
    background-image: url(../img/spritesheet.png);
    background-position: -99px -57px;
    width: 7px;
    height: 13px;
    margin-bottom: -1px; }
    .moreLink > .ico.arrowRight {
      margin: 0 0 -1px 5px; }
  .moreLink > .ico {
    /*@include sprite($arrowRight);*/ }
  .moreLink:hover > .text, .moreLink:focus > .text {
    text-decoration: none; }

.newsPaginationWrapper {
  zoom: 1;
  margin-bottom: 70px;
  font-size: 16px; }
  .newsPaginationWrapper:before, .newsPaginationWrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .newsPaginationWrapper:after {
    clear: both; }
  .newsPaginationWrapper .newsPaginationItem {
    display: inline-block;
    width: 15%;
    text-decoration: none; }
    .newsPaginationWrapper .newsPaginationItem .text {
      text-decoration: underline; }
    .newsPaginationWrapper .newsPaginationItem:hover .text,
    .newsPaginationWrapper .newsPaginationItem:focus .text {
      text-decoration: none; }
  .newsPaginationWrapper .newsPaginationPrev {
    float: left; }
    .newsPaginationWrapper .newsPaginationPrev .ico.arrowLeft {
      display: inline-block;
      background-image: url(../img/spritesheet.png);
      background-position: -92px -57px;
      width: 7px;
      height: 13px;
      margin-right: 10px; }
  .newsPaginationWrapper .newsPaginationNext {
    float: right; }
    .newsPaginationWrapper .newsPaginationNext .ico.arrowRight {
      display: inline-block;
      background-image: url(../img/spritesheet.png);
      background-position: -99px -57px;
      width: 7px;
      height: 13px;
      margin-left: 10px; }
  .newsPaginationWrapper .newsPagination {
    margin: 0;
    padding: 0;
    width: 70%;
    float: left;
    list-style-type: none;
    text-align: center; }
    .newsPaginationWrapper .newsPagination li {
      display: inline-block; }
      .newsPaginationWrapper .newsPagination li a,
      .newsPaginationWrapper .newsPagination li span {
        padding: 0 10px; }
  @media screen and (max-width: 600px) {
    .newsPaginationWrapper .newsPaginationPrev,
    .newsPaginationWrapper .newsPaginationNext,
    .newsPaginationWrapper .newsPagination {
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 1em; }
    .newsPaginationWrapper .newsPagination li a,
    .newsPaginationWrapper .newsPagination li span {
      padding: 0 20px; } }

.noButtonLink, .buttonLikeLink {
  display: inline-block;
  background: #FFF;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 0;
  color: #7BB92B;
  text-decoration: underline;
  font-family: rooney-web, sans-serif;
  font-size: 16px; }
  .noButtonLink.backLink, .buttonLikeLink.backLink {
    font-size: 18px;
    text-decoration: none; }
    .noButtonLink.backLink > .innerText, .buttonLikeLink.backLink > .innerText {
      text-decoration: underline; }
    .noButtonLink.backLink:hover, .noButtonLink.backLink:focus, .buttonLikeLink.backLink:hover, .buttonLikeLink.backLink:focus {
      outline: none; }
      .noButtonLink.backLink:hover > .innerText, .noButtonLink.backLink:focus > .innerText, .buttonLikeLink.backLink:hover > .innerText, .buttonLikeLink.backLink:focus > .innerText {
        text-decoration: none; }

.orderFormSection h2 {
  font-size: 30px;
  margin: 0 0 35px; }

.orderFormSection .selectPayment {
  max-width: 240px; }

.orderFormSection .quantityInput {
  width: 54px;
  display: inline-block; }

.orderFormSection .removeLink {
  text-decoration: none;
  position: relative;
  bottom: -3px;
  margin-left: 5px; }
  .orderFormSection .removeLink .ico {
    display: inline-block; }
  .orderFormSection .removeLink .innerText {
    display: none; }

.orderFormSection .orderForm {
  max-width: 540px;
  margin: 15px auto; }
  .orderFormSection .orderForm .formIntro {
    font-size: 16px;
    line-height: 18px; }
  .orderFormSection .orderForm .participant {
    margin-bottom: 33px; }
    .orderFormSection .orderForm .participant:last-child {
      margin-bottom: 0; }
  .orderFormSection .orderForm .creditCardsLogo {
    width: 126px;
    max-width: 100%; }

.orderFormSection .priceSummary {
  margin: 10px 0 20px; }
  @media screen and (min-width: 600px) {
    .orderFormSection .priceSummary {
      max-width: 140px;
      float: left; } }
  .orderFormSection .priceSummary .row2 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold; }

.orderFormSection .formSection {
  margin: 15px 0; }
  .orderFormSection .formSection h3 {
    margin: 0 0 10px; }
  .orderFormSection .formSection.withBorderBottom {
    border-bottom: 1px solid #d7e0e3;
    padding-bottom: 30px;
    margin-bottom: 40px;
    margin-left: -60px;
    padding-left: 60px;
    margin-right: -60px;
    padding-right: 60px; }

.orderFormSection .rowCompanyName .col1 {
  width: 75%; }

.orderFormSection .rowCompanyName .col2 {
  width: 25%; }

.orderFormSection .rowStreet .col1,
.orderFormSection .rowName .col1 {
  width: 100%; }

.orderFormSection .rowCity .col1 {
  width: 20%; }

.orderFormSection .rowCity .col2 {
  width: 45%; }

.orderFormSection .rowCity .col3 {
  width: 35%; }

.orderFormSection .rowName,
.orderFormSection .rowCompanyName,
.orderFormSection .rowStreet,
.orderFormSection .rowCity {
  margin: 0 -8px;
  zoom: 1; }
  .orderFormSection .rowName:before, .orderFormSection .rowName:after,
  .orderFormSection .rowCompanyName:before,
  .orderFormSection .rowCompanyName:after,
  .orderFormSection .rowStreet:before,
  .orderFormSection .rowStreet:after,
  .orderFormSection .rowCity:before,
  .orderFormSection .rowCity:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .rowName:after,
  .orderFormSection .rowCompanyName:after,
  .orderFormSection .rowStreet:after,
  .orderFormSection .rowCity:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .orderFormSection .rowName,
    .orderFormSection .rowCompanyName,
    .orderFormSection .rowStreet,
    .orderFormSection .rowCity {
      margin: 0; } }
  .orderFormSection .rowName .col1,
  .orderFormSection .rowName .col2,
  .orderFormSection .rowName .col3,
  .orderFormSection .rowCompanyName .col1,
  .orderFormSection .rowCompanyName .col2,
  .orderFormSection .rowCompanyName .col3,
  .orderFormSection .rowStreet .col1,
  .orderFormSection .rowStreet .col2,
  .orderFormSection .rowStreet .col3,
  .orderFormSection .rowCity .col1,
  .orderFormSection .rowCity .col2,
  .orderFormSection .rowCity .col3 {
    float: left;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 700px) {
      .orderFormSection .rowName .col1,
      .orderFormSection .rowName .col2,
      .orderFormSection .rowName .col3,
      .orderFormSection .rowCompanyName .col1,
      .orderFormSection .rowCompanyName .col2,
      .orderFormSection .rowCompanyName .col3,
      .orderFormSection .rowStreet .col1,
      .orderFormSection .rowStreet .col2,
      .orderFormSection .rowStreet .col3,
      .orderFormSection .rowCity .col1,
      .orderFormSection .rowCity .col2,
      .orderFormSection .rowCity .col3 {
        float: none;
        padding: 0;
        width: 100%; } }

.orderFormSection .formRow {
  margin: 5px 0;
  zoom: 1; }
  .orderFormSection .formRow:before, .orderFormSection .formRow:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .formRow:after {
    clear: both; }
  .orderFormSection .formRow a {
    font-weight: normal; }
  .orderFormSection .formRow .noteText {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0; }
  .orderFormSection .formRow .controlRow {
    padding: 0 10px;
    max-width: 500px; }
    .orderFormSection .formRow .controlRow textarea {
      display: block; }
  .orderFormSection .formRow .ajaxLoaderWrapper {
    position: relative; }
    .orderFormSection .formRow .ajaxLoaderWrapper > img {
      position: absolute;
      right: 10px;
      top: 11px; }
  .orderFormSection .formRow div.error, .orderFormSection .formRow .errors {
    font-size: 15px;
    line-height: 25px;
    color: #d74315;
    list-style: disc inside;
    margin: 10px 0; }
    .orderFormSection .formRow div.error li, .orderFormSection .formRow .errors li {
      padding-left: 0; }
      .orderFormSection .formRow div.error li:before, .orderFormSection .formRow .errors li:before {
        display: none; }
  .orderFormSection .formRow .noteRow {
    padding: 0 10px;
    max-width: 500px; }
    .orderFormSection .formRow .noteRow p {
      font-size: 15px;
      margin-top: 25px;
      line-height: 1.7; }
  .orderFormSection .formRow .checkboxControl {
    position: relative;
    padding-left: 25px;
    line-height: 23px; }
    .orderFormSection .formRow .checkboxControl input {
      display: block;
      box-shadow: inset 0 1px 4px #D6D6D6;
      border: 1px solid #e2e2e2;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 1px;
      left: 0;
      z-index: 2;
      opacity: 0;
      cursor: pointer; }
      .orderFormSection .formRow .checkboxControl input:checked + .fakeInput:after {
        display: block;
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 12px;
        height: 12px;
        background: #7bb92b;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px; }
    .orderFormSection .formRow .checkboxControl .fakeInput {
      display: block;
      width: 16px;
      height: 16px;
      box-shadow: inset 0 1px 4px #D6D6D6;
      border: 1px solid #e2e2e2;
      position: absolute;
      top: 1px;
      left: 0;
      background: #FFF;
      cursor: pointer; }
    .orderFormSection .formRow .checkboxControl label, .orderFormSection .formRow .checkboxControl .label {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 18px; }
  .orderFormSection .formRow .radioControl {
    position: relative;
    padding-left: 25px;
    line-height: 23px; }
    .orderFormSection .formRow .radioControl input {
      display: block;
      box-shadow: inset 0 1px 4px #D6D6D6;
      border: 1px solid #e2e2e2;
      width: 16px;
      height: 16px;
      border-radius: 18px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
      cursor: pointer; }
      .orderFormSection .formRow .radioControl input:checked + .fakeInput:after {
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 10px;
        position: absolute;
        top: 2px;
        left: 2px;
        background: #7bb92b; }
    .orderFormSection .formRow .radioControl .fakeInput {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      box-shadow: inset 0 1px 4px #D6D6D6;
      border: 1px solid #e2e2e2;
      position: absolute;
      top: 0;
      left: 0;
      background: #FFF;
      cursor: pointer; }
    .orderFormSection .formRow .radioControl label {
      margin: 0;
      padding: 0; }
  .orderFormSection .formRow.ICFormRow {
    margin-top: 10px;
    margin-bottom: 5px; }
    .orderFormSection .formRow.ICFormRow label, .orderFormSection .formRow.ICFormRow .label {
      margin-bottom: 6px; }
    .orderFormSection .formRow.ICFormRow .noteText {
      padding: 6px 0; }
  .orderFormSection .formRow.paymentMethodFormRow {
    margin-top: 19px;
    margin-bottom: 12px; }
    .orderFormSection .formRow.paymentMethodFormRow .radioControl {
      display: inline-block;
      margin: 0 5px 10px; }
  .orderFormSection .formRow.noteFormRow {
    margin: 31px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e9eb; }
    .orderFormSection .formRow.noteFormRow label {
      color: #586d7d;
      font-family: atrament-web, "Open Sans Condensed", sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 14px;
      display: block; }
      .orderFormSection .formRow.noteFormRow label strong, .orderFormSection .formRow.noteFormRow label b {
        font-weight: 600; }
    .orderFormSection .formRow.noteFormRow textarea {
      width: 100%;
      max-width: none; }
  .orderFormSection .formRow label, .orderFormSection .formRow .label {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold; }

.orderFormSection label .optionalNote {
  display: none; }

.orderFormSection input[type="text"],
.orderFormSection input[type="email"],
.orderFormSection input[type="number"],
.orderFormSection select {
  height: 31px; }

.orderFormSection input[type="text"],
.orderFormSection input[type="email"],
.orderFormSection input[type="number"],
.orderFormSection textarea,
.orderFormSection select {
  display: block;
  width: 100%;
  padding: 5px 10px 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.orderFormSection .formRowState select {
  width: 200px; }

.orderFormSection .icCols {
  zoom: 1; }
  .orderFormSection .icCols:before, .orderFormSection .icCols:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .icCols:after {
    clear: both; }
  .orderFormSection .icCols > .col1 {
    float: left;
    padding: 0 10px 0 0;
    width: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 300px) {
      .orderFormSection .icCols > .col1 {
        float: none;
        width: auto; } }
  .orderFormSection .icCols > .col2 {
    margin-left: 176px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 300px) {
      .orderFormSection .icCols > .col2 {
        float: none;
        width: auto;
        margin-top: 10px;
        margin-left: 0; } }
  .orderFormSection .icCols .aresLink {
    font-size: 17px;
    padding: 5px 10px 6px; }

.orderFormSection .nameCols {
  margin: 10px -8px;
  zoom: 1; }
  .orderFormSection .nameCols:before, .orderFormSection .nameCols:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .nameCols:after {
    clear: both; }
  .orderFormSection .nameCols .formRow {
    margin: 0; }
  .orderFormSection .nameCols > .col1 {
    float: left;
    width: 17.6%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .orderFormSection .nameCols > .col1 {
        width: 30%;
        margin-bottom: 15px; } }
  .orderFormSection .nameCols > .col2 {
    float: left;
    width: 32.4%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .orderFormSection .nameCols > .col2 {
        width: 70%;
        margin-bottom: 15px; } }
  .orderFormSection .nameCols > .col3 {
    float: left;
    width: 32.4%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .orderFormSection .nameCols > .col3 {
        width: 70%; } }
  .orderFormSection .nameCols > .col4 {
    float: left;
    width: 17.6%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .orderFormSection .nameCols > .col4 {
        width: 30%; } }

.orderFormSection .contactCols {
  margin: 10px -8px;
  zoom: 1; }
  .orderFormSection .contactCols:before, .orderFormSection .contactCols:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .contactCols:after {
    clear: both; }
  .orderFormSection .contactCols .formRow {
    margin: 0; }
  .orderFormSection .contactCols > .col1 {
    float: left;
    width: 50%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .orderFormSection .contactCols > .col1 {
        float: none;
        width: auto;
        margin-bottom: 15px; } }
  .orderFormSection .contactCols > .col2 {
    float: left;
    width: 50%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .orderFormSection .contactCols > .col2 {
        float: none;
        width: auto; } }

.orderFormSection .dateCols {
  margin: 10px -8px;
  zoom: 1; }
  .orderFormSection .dateCols:before, .orderFormSection .dateCols:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .dateCols:after {
    clear: both; }
  .orderFormSection .dateCols .formRow {
    margin: 0; }
  .orderFormSection .dateCols > .col1 {
    float: left;
    width: 30%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .orderFormSection .dateCols > .col1 {
        width: auto;
        float: none;
        max-width: 100%; } }
    .orderFormSection .dateCols > .col1 .error {
      width: 556px; }
      @media screen and (max-width: 600px) {
        .orderFormSection .dateCols > .col1 .error {
          width: 100%; } }
  .orderFormSection .dateCols > .col2 {
    float: left;
    width: 70%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .orderFormSection .dateCols > .col2 {
        float: none;
        width: auto; } }
  .orderFormSection .dateCols .note {
    padding-top: 22px;
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      .orderFormSection .dateCols .note {
        padding-top: 10px; } }

.orderFormSection .personBox {
  padding: 20px 20px;
  margin: 0 -20px;
  position: relative;
  border: 1px solid #d7dfe3;
  -webkit-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(inset 0 1px 0 #f3f7f7, false, false, false, false, false, false, false, false, false); }
  .orderFormSection .personBox .removePersonLink {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px 5px;
    background: #FFF;
    color: #d74315;
    text-decoration: none;
    margin-top: -18px; }
    .orderFormSection .personBox .removePersonLink .innerText {
      text-decoration: none; }
    .orderFormSection .personBox .removePersonLink .ico {
      display: inline-block;
      background-image: url(../img/spritesheet.png);
      background-position: -73px -43px;
      width: 14px;
      height: 14px;
      margin: 0 0 -1px 5px; }
    .orderFormSection .personBox .removePersonLink:hover .innerText, .orderFormSection .personBox .removePersonLink:focus .innerText {
      text-decoration: underline; }
  .orderFormSection .personBox > .formRow:last-child {
    margin-bottom: 10px; }

.orderFormSection .addPersonLink {
  display: block;
  margin: -10px 0 15px;
  text-decoration: none; }
  .orderFormSection .addPersonLink .innerText {
    text-decoration: underline; }
  .orderFormSection .addPersonLink:hover .innerText, .orderFormSection .addPersonLink:focus .innerText {
    text-decoration: none; }

.orderFormSection .noteTextarea {
  max-width: 100%;
  height: 100px; }

.orderFormSection .checkNamesWarning {
  font-size: 16px;
  margin: 0; }

.orderFormSection .checkNames {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px; }
  .orderFormSection .checkNames li {
    border-bottom: 1px solid #eee;
    padding: 14px 0; }
  .orderFormSection .checkNames .checkName {
    width: 55%;
    display: inline-block; }
  .orderFormSection .checkNames .checkDate {
    width: 30%;
    display: inline-block;
    vertical-align: top; }
  .orderFormSection .checkNames a {
    float: right; }
  @media screen and (max-width: 600px) {
    .orderFormSection .checkNames .checkName {
      width: 100%; }
    .orderFormSection .checkNames a {
      float: none; } }

.orderFormSection .placeOrderSection {
  zoom: 1; }
  .orderFormSection .placeOrderSection:before, .orderFormSection .placeOrderSection:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .placeOrderSection:after {
    clear: both; }
  @media screen and (min-width: 600px) {
    .orderFormSection .placeOrderSection .placeOrder {
      text-align: right;
      max-width: 400px;
      float: right; } }
  .orderFormSection .placeOrderSection .noteText {
    font-size: 14px; }

.orderFormSection .formError {
  color: #d74315;
  border: 1px solid #d74315;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  max-width: 540px;
  padding: 10px 0;
  margin: 1em auto;
  font-weight: bold;
  text-align: center; }

.orderFormSection .contactPersonIsParticipant {
  margin-top: 27px; }
  .orderFormSection .contactPersonIsParticipant .isParticipantLabel,
  .orderFormSection .contactPersonIsParticipant .radioControl {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    line-height: 18px; }

.orderFormSection .recapNote {
  margin: 23px 0 26px;
  font-size: 16px;
  line-height: 18px; }

.orderFormSection .recapBox {
  font-size: 16px;
  line-height: 18px;
  padding: 17px 15px 15px;
  border: 1px solid #e1e9eb;
  box-shadow: 0 1px 0px #d8e0e3; }
  .orderFormSection .recapBox .recapBoxText {
    font-size: 12px;
    line-height: 14px;
    margin: 13px 0; }

.orderFormSection .recapCols {
  margin: 27px -10px 13px;
  zoom: 1;
  font-size: 16px;
  line-height: 18px; }
  .orderFormSection .recapCols:before, .orderFormSection .recapCols:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .orderFormSection .recapCols:after {
    clear: both; }
  .orderFormSection .recapCols h2, .orderFormSection .recapCols h3 {
    font-size: 22px;
    margin: 10px 0 0; }
  .orderFormSection .recapCols p {
    margin: 8px 0;
    font-size: 16px;
    line-height: 24px; }
  .orderFormSection .recapCols > .recapCol1,
  .orderFormSection .recapCols > .recapCol2 {
    padding: 0 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .orderFormSection .recapCols > .recapCol1,
      .orderFormSection .recapCols > .recapCol2 {
        float: none;
        width: auto; } }
  .orderFormSection .recapCols > .recapCol1 {
    width: 60%; }
  .orderFormSection .recapCols > .recapCol2 {
    width: 40%; }

.orderFormSection .recapSection {
  margin-bottom: 20px; }
  .orderFormSection .recapSection h2, .orderFormSection .recapSection h3 {
    font-size: 22px;
    margin: 10px 0 0; }
  .orderFormSection .recapSection .recapTable {
    width: 100%;
    font-size: 16px;
    line-height: 18px; }
    .orderFormSection .recapSection .recapTable tr {
      border-bottom: 1px solid #e1e9eb; }
    .orderFormSection .recapSection .recapTable td {
      padding-top: 10px;
      padding-bottom: 10px; }

.orderFormSection .nextStepSection {
  margin: 20px 0 34px; }
  .orderFormSection .nextStepSection .checkboxes {
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .orderFormSection .nextStepSection .checkboxes {
        margin-bottom: 10px; } }
  .orderFormSection .nextStepSection .decoratedCheckbox {
    display: block;
    margin-bottom: 10px; }
    .orderFormSection .nextStepSection .decoratedCheckbox input {
      width: 18px;
      height: 18px;
      top: 2px; }
    .orderFormSection .nextStepSection .decoratedCheckbox .fakeInput {
      top: 2px; }
    .orderFormSection .nextStepSection .decoratedCheckbox .label {
      font-size: 16px;
      line-height: 18px; }
  .orderFormSection .nextStepSection > .cols {
    margin: 0 -10px;
    zoom: 1; }
    .orderFormSection .nextStepSection > .cols:before, .orderFormSection .nextStepSection > .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .orderFormSection .nextStepSection > .cols:after {
      clear: both; }
    .orderFormSection .nextStepSection > .cols > .col1 {
      float: right;
      width: 30%;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .orderFormSection .nextStepSection > .cols > .col1 {
          width: auto;
          float: none;
          margin-bottom: 10px; } }
    .orderFormSection .nextStepSection > .cols > .col2 {
      float: right;
      width: 70%;
      padding: 0 10px;
      text-align: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .orderFormSection .nextStepSection > .cols > .col2 {
          width: auto;
          float: none;
          text-align: left; } }
      .orderFormSection .nextStepSection > .cols > .col2 .priceSum {
        margin-bottom: 9px; }
        .orderFormSection .nextStepSection > .cols > .col2 .priceSum .price {
          display: inline-block;
          font-size: 21px; }
  .orderFormSection .nextStepSection .priceSum {
    font-size: 16px;
    margin: 2px 0; }
    .orderFormSection .nextStepSection .priceSum .price {
      display: block;
      font-size: 23px; }
  .orderFormSection .nextStepSection .note {
    font-size: 14px;
    display: block;
    margin: 10px 0; }
  @media screen and (max-width: 600px) {
    .orderFormSection .nextStepSection > .textAlignRight {
      text-align: left; } }
  .orderFormSection .nextStepSection .backLink {
    margin: 52px 0 0;
    display: block;
    font-weight: normal; }
    @media screen and (max-width: 600px) {
      .orderFormSection .nextStepSection .backLink {
        margin-top: 20px; } }
    .orderFormSection .nextStepSection .backLink .ico {
      margin-right: 7px; }
  .orderFormSection .nextStepSection.orderStep1 > .cols > .col1 {
    float: left; }
  .orderFormSection .nextStepSection.orderStep1 > .cols > .col2 {
    float: left; }

.orderFormSection > .note {
  margin-top: 14px; }

.orderFormSection .invoiceSection {
  font-size: 16px;
  margin: 23px 0;
  padding: 0 0 23px;
  border-bottom: 1px solid #d7e0e3; }
  .orderFormSection .invoiceSection h2, .orderFormSection .invoiceSection h3 {
    font-size: 22px;
    margin: 10px 0 0; }
  .orderFormSection .invoiceSection p {
    margin: 10px 0; }

.orderFormSection .paymentMethodSection {
  margin: 25px 0 0;
  font-size: 16px; }
  .orderFormSection .paymentMethodSection h2, .orderFormSection .paymentMethodSection h3 {
    font-size: 22px;
    margin: 10px 0 0; }

.orderFormSection .ucastniciZajezdu {
  margin: 23px 0 30px;
  padding: 0 0 23px;
  border-bottom: 1px solid #d7e0e3; }
  .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader {
    margin: 10px 0;
    font-size: 16px; }
    .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader h2, .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader h3 {
      font-size: 22px;
      margin: 10px 0 0; }
    .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader p {
      margin: 10px 0; }
    .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader .addLink {
      text-decoration: none;
      font-weight: normal; }
      .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader .addLink > .innerText {
        text-decoration: underline; }
      .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader .addLink:hover > .innerText, .orderFormSection .ucastniciZajezdu .ucastniciZajezduHeader .addLink:focus > .innerText {
        text-decoration: none; }

.orderHeaderSection {
  text-align: center;
  margin: 8px 0 24px;
  padding: 0 20px; }
  .orderHeaderSection > .inner {
    max-width: 940px;
    margin: 0 auto; }
  .orderHeaderSection h1 {
    margin: 0;
    font-size: 34px; }
    .orderHeaderSection h1 .thin {
      color: #586D7D;
      display: inline-block;
      font-weight: normal; }
      @media screen and (max-width: 600px) {
        .orderHeaderSection h1 .thin {
          display: block; } }
    @media screen and (max-width: 600px) {
      .orderHeaderSection h1 {
        font-size: 24px; } }
  .orderHeaderSection .text {
    margin-top: 7px;
    font-size: 16px; }
  .orderHeaderSection .legendaMapy {
    margin: 32px 0;
    text-align: center; }
    .orderHeaderSection .legendaMapy .item {
      display: inline-block;
      font-weight: bold;
      font-size: 18px;
      color: #444;
      margin: 0 15px; }
      .orderHeaderSection .legendaMapy .item img {
        margin: 0 5px -7px 0; }

.orderStepsNavigation {
  padding: 14px 0 15px;
  border-bottom: 1px solid #d7e0e3; }
  @media screen and (max-width: 970px) {
    .orderStepsNavigation {
      padding-left: 20px;
      padding-right: 20px; } }
  .orderStepsNavigation > .inner {
    max-width: 540px;
    margin: 0 auto; }
  .orderStepsNavigation .cols {
    zoom: 1; }
    .orderStepsNavigation .cols:before, .orderStepsNavigation .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .orderStepsNavigation .cols:after {
      clear: both; }
    .orderStepsNavigation .cols > .col {
      float: left;
      width: 33.3%;
      text-align: center;
      position: relative; }
      .orderStepsNavigation .cols > .col:first-child {
        text-align: left; }
        .orderStepsNavigation .cols > .col:first-child:before {
          content: "";
          display: block;
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -7px -82px;
          width: 7px;
          height: 13px;
          position: absolute;
          top: 8px;
          left: 84%; }
          @media screen and (max-width: 500px) {
            .orderStepsNavigation .cols > .col:first-child:before {
              display: none; } }
      .orderStepsNavigation .cols > .col:last-child {
        text-align: right; }
        .orderStepsNavigation .cols > .col:last-child:before {
          content: "";
          display: block;
          display: inline-block;
          background-image: url(../img/spritesheet.png);
          background-position: -7px -82px;
          width: 7px;
          height: 13px;
          position: absolute;
          top: 8px;
          right: 79%; }
          @media screen and (max-width: 500px) {
            .orderStepsNavigation .cols > .col:last-child:before {
              display: none; } }
  .orderStepsNavigation .stepLink {
    font-family: atrament-web, "Open Sans Condensed", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #999; }
    .orderStepsNavigation .stepLink strong, .orderStepsNavigation .stepLink b {
      font-weight: 600; }
    .orderStepsNavigation .stepLink.active {
      color: #586D7D; }
    @media screen and (max-width: 500px) {
      .orderStepsNavigation .stepLink {
        font-size: 18px; } }
  .orderStepsNavigation a.stepLink {
    text-decoration: none;
    font-weight: normal;
    color: #7bb92b; }
    .orderStepsNavigation a.stepLink:hover, .orderStepsNavigation a.stepLink:focus {
      text-decoration: underline; }

.pageHeaderSection {
  text-align: center;
  margin: 0 0 32px 0;
  padding: 0 20px; }
  .pageHeaderSection > .inner {
    max-width: 940px;
    margin: 0 auto; }
  .pageHeaderSection h1 {
    margin-top: 20px;
    margin-bottom: 7px; }
    .page-objednavka .pageHeaderSection h1 {
      margin-top: 0; }
  .pageHeaderSection .legendaMapy {
    margin: 32px 0;
    text-align: center; }
    .pageHeaderSection .legendaMapy .item {
      display: inline-block;
      font-weight: bold;
      font-size: 18px;
      color: #444;
      margin: 0 15px; }
      .pageHeaderSection .legendaMapy .item img {
        margin: 0 5px -7px 0; }
  .page-objednavka .pageHeaderSection {
    margin-top: 0; }

.node-type-landing-page-matemag a {
  font-weight: normal; }

.node-type-landing-page-matemag img {
  max-width: 100%; }

.node-type-landing-page-matemag .pp-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px; }

.node-type-landing-page-matemag iframe {
  max-width: 100%; }

.node-type-landing-page-matemag h1,
.node-type-landing-page-matemag .pp-heading {
  font-family: "bebas-neue", "atrament-web", helvetica, arial, sans-serif;
  font-size: 72px;
  margin-bottom: 18px;
  max-width: 400px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase; }

.node-type-landing-page-matemag h2,
.node-type-landing-page-matemag .pp-heading-2 {
  font-family: "bebas-neue", "atrament-web", helvetica, arial, sans-serif;
  font-size: 48px;
  margin-bottom: 18px;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.2;
  color: #d74315;
  text-transform: uppercase; }

.node-type-landing-page-matemag h3,
.node-type-landing-page-matemag .pp-row .halfCol h3,
.node-type-landing-page-matemag .pp-heading-3 {
  font-family: "bebas-neue", "atrament-web", helvetica, arial, sans-serif;
  font-size: 30px;
  margin-bottom: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: #222;
  text-transform: uppercase; }

.node-type-landing-page-matemag .pp-perex {
  font-size: 21px;
  max-width: 880px;
  margin: 0 auto 24px; }

.node-type-landing-page-matemag .pp-row {
  zoom: 1;
  margin: 0 -24px; }
  .node-type-landing-page-matemag .pp-row:before, .node-type-landing-page-matemag .pp-row:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .node-type-landing-page-matemag .pp-row:after {
    clear: both; }

.node-type-landing-page-matemag .pp-row .halfCol,
.node-type-landing-page-matemag .pp-col-half {
  width: 50%;
  float: left;
  padding: 0 24px;
  box-sizing: border-box; }
  .node-type-landing-page-matemag .pp-row .halfCol:nth-child(2n+3),
  .node-type-landing-page-matemag .pp-col-half:nth-child(2n+3) {
    clear: left; }
  @media screen and (max-width: 660px) {
    .node-type-landing-page-matemag .pp-row .halfCol,
    .node-type-landing-page-matemag .pp-col-half {
      width: 100%;
      float: none;
      margin-bottom: 24px; } }

.node-type-landing-page-matemag .pp-col-third {
  width: 33.3%;
  float: left;
  padding: 0 24px;
  box-sizing: border-box; }
  @media screen and (max-width: 660px) {
    .node-type-landing-page-matemag .pp-col-third {
      width: 100%;
      float: none;
      margin-bottom: 48px; } }

@media screen and (max-width: 660px) {
  .node-type-landing-page-matemag .js-unifiedElement {
    height: auto !important; } }

.node-type-landing-page-matemag .pp-center {
  text-align: center; }

.node-type-landing-page-matemag .pp-margin-bottom {
  margin-bottom: 72px;
  display: block; }

.node-type-landing-page-matemag .pp-header {
  background-image: url("../img/productPage/headerBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  zoom: 1;
  margin-bottom: 85px; }
  .node-type-landing-page-matemag .pp-header:before, .node-type-landing-page-matemag .pp-header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .node-type-landing-page-matemag .pp-header:after {
    clear: both; }

.node-type-landing-page-matemag .pp-header__logo {
  width: 100%;
  text-align: center;
  padding: 24px 0; }

.node-type-landing-page-matemag .pp-header__content {
  width: 50%;
  float: left; }
  @media screen and (max-width: 850px) {
    .node-type-landing-page-matemag .pp-header__content {
      width: 100%;
      float: none; } }

.node-type-landing-page-matemag .pp-funding-progress {
  zoom: 1;
  margin: 0 -24px;
  padding: 0;
  box-sizing: border-box;
  position: relative; }
  .node-type-landing-page-matemag .pp-funding-progress:before, .node-type-landing-page-matemag .pp-funding-progress:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .node-type-landing-page-matemag .pp-funding-progress:after {
    clear: both; }
  @media screen and (max-width: 480px) {
    .node-type-landing-page-matemag .pp-funding-progress {
      overflow: hidden;
      padding-top: 20px; } }
  .node-type-landing-page-matemag .pp-funding-progress:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    height: 12px;
    border-width: 1px 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -32px; }
    @media screen and (max-width: 480px) {
      .node-type-landing-page-matemag .pp-funding-progress:before {
        width: 12px;
        border-width: 0 1px;
        top: 0;
        left: 58px;
        right: auto;
        bottom: 0;
        height: auto; } }
  .node-type-landing-page-matemag .pp-funding-progress li {
    list-style-type: none;
    width: 33.3%;
    text-align: center;
    float: left;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 480px) {
      .node-type-landing-page-matemag .pp-funding-progress li {
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 80px; } }
    .node-type-landing-page-matemag .pp-funding-progress li:before {
      content: '';
      background: url("../img/productPage/progress.png") no-repeat;
      width: 48px;
      height: 48px;
      display: block;
      position: absolute;
      top: -49px;
      left: 50%;
      margin-left: -13px; }
      @media screen and (max-width: 480px) {
        .node-type-landing-page-matemag .pp-funding-progress li:before {
          left: 30px;
          top: 0;
          background: url("../img/productPage/progress-mobile.png") no-repeat; } }
    .node-type-landing-page-matemag .pp-funding-progress li span {
      font-size: 30px;
      font-weight: bold;
      font-family: "bebas-neue", "atrament-web", helvetica, arial, sans-serif; }
    .node-type-landing-page-matemag .pp-funding-progress li p {
      margin-top: 0; }
  .node-type-landing-page-matemag .pp-funding-progress .pp-funding-progress--filled:before {
    content: '';
    background: url("../img/productPage/progress-filled.png") no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: -49px;
    left: 50%;
    margin-left: -13px; }
    @media screen and (max-width: 480px) {
      .node-type-landing-page-matemag .pp-funding-progress .pp-funding-progress--filled:before {
        left: 30px;
        top: 0;
        background: url("../img/productPage/progress-filled-mobile.png") no-repeat; } }
  .node-type-landing-page-matemag .pp-funding-progress .pp-funding-progress--filled:after {
    content: '';
    background: #7bb92b;
    width: 300%;
    height: 6px;
    display: block;
    position: absolute;
    top: -28px;
    left: -250%; }
    @media screen and (max-width: 480px) {
      .node-type-landing-page-matemag .pp-funding-progress .pp-funding-progress--filled:after {
        top: -140px;
        left: 38px;
        height: 150px;
        width: 6px; } }
  .node-type-landing-page-matemag .pp-funding-progress .pp-funding-progress--filled span:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 6px;
    background: transparent;
    top: -31px;
    left: 50%;
    margin-left: 3px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    z-index: 9; }
    @media screen and (max-width: 480px) {
      .node-type-landing-page-matemag .pp-funding-progress .pp-funding-progress--filled span:before {
        left: 30px;
        top: 18px; } }

.node-type-landing-page-matemag .pp-trailer {
  width: 50%;
  float: right;
  position: relative;
  display: block; }
  @media screen and (max-width: 850px) {
    .node-type-landing-page-matemag .pp-trailer {
      width: 100%;
      float: none; } }
  .node-type-landing-page-matemag .pp-trailer img {
    display: block; }
    @media screen and (max-width: 850px) {
      .node-type-landing-page-matemag .pp-trailer img {
        margin: 24px auto 0; } }
  .node-type-landing-page-matemag .pp-trailer:before {
    transition: background 0.2s linear;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    margin-left: -50px;
    left: 50%; }
    @media screen and (max-width: 850px) {
      .node-type-landing-page-matemag .pp-trailer:before {
        left: 53%; } }
  .node-type-landing-page-matemag .pp-trailer:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 45px;
    border-color: transparent transparent transparent #ffffff;
    top: 50%;
    margin-top: -74px;
    margin-left: -18px;
    left: 50%; }
    @media screen and (max-width: 850px) {
      .node-type-landing-page-matemag .pp-trailer:after {
        left: 53%; } }
  .node-type-landing-page-matemag .pp-trailer:hover:before, .node-type-landing-page-matemag .pp-trailer:focus:before {
    background: rgba(0, 0, 0, 0.8); }

.node-type-landing-page-matemag .pp-game {
  margin-bottom: 85px; }

.node-type-landing-page-matemag .pp-iframe-fallback {
  display: none; }

.node-type-landing-page-matemag .pp-white-box {
  background: #fff;
  border: solid #e2e9eb;
  border-width: 1px 1px 2px 1px;
  padding: 24px 50px 40px;
  text-align: center;
  margin-bottom: 85px; }
  .node-type-landing-page-matemag .pp-white-box .pp-heading-2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

.node-type-landing-page-matemag .pp-logo-img-wrapper {
  position: relative; }

.node-type-landing-page-matemag .pp-logo-img {
  max-width: 230px;
  max-height: 100px; }

.node-type-landing-page-matemag .pp-col-third:first-child .pp-logo-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.node-type-landing-page-matemag .pp-footer {
  border-top: 1px solid #d7e0e3;
  text-align: center;
  padding: 24px 0;
  margin-top: 24px; }

.pincipleCrossRoadSection {
  margin-top: 40px; }
  .pincipleCrossRoadSection h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 23px; }
  .pincipleCrossRoadSection h3 {
    font-size: 18px;
    font-style: italic;
    font-family: rooney-web, sans-serif;
    font-weight: bold;
    color: #444;
    margin-bottom: 1px;
    margin-top: 0; }
  .pincipleCrossRoadSection p {
    font-size: 16px;
    line-height: 1.375;
    margin: 10px 0; }
  .pincipleCrossRoadSection .principleRow {
    margin-bottom: 40px; }
    .pincipleCrossRoadSection .principleRow .cols {
      zoom: 1;
      margin: 0 -10px; }
      .pincipleCrossRoadSection .principleRow .cols:before, .pincipleCrossRoadSection .principleRow .cols:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .pincipleCrossRoadSection .principleRow .cols:after {
        clear: both; }
      .pincipleCrossRoadSection .principleRow .cols > .textContent,
      .pincipleCrossRoadSection .principleRow .cols > .col2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 560px;
        float: left;
        padding: 0 10px;
        width: 60%; }
        @media screen and (max-width: 660px) {
          .pincipleCrossRoadSection .principleRow .cols > .textContent,
          .pincipleCrossRoadSection .principleRow .cols > .col2 {
            max-width: 100%;
            width: auto; } }
      .pincipleCrossRoadSection .principleRow .cols > .illustration,
      .pincipleCrossRoadSection .principleRow .cols > .col1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 400px;
        float: left;
        padding: 0 10px;
        width: 40%; }
        @media screen and (max-width: 660px) {
          .pincipleCrossRoadSection .principleRow .cols > .illustration,
          .pincipleCrossRoadSection .principleRow .cols > .col1 {
            display: none; } }
        .pincipleCrossRoadSection .principleRow .cols > .illustration img,
        .pincipleCrossRoadSection .principleRow .cols > .col1 img {
          max-width: 100%; }
  .pincipleCrossRoadSection .bottom {
    text-align: center;
    margin-top: 69px;
    margin-bottom: 28px; }
    .pincipleCrossRoadSection .bottom > .text {
      font-size: 16px;
      margin-bottom: 10px; }

.principleDetailSection {
  padding-top: 12px; }
  .principleDetailSection h2 {
    font-size: 34px;
    margin-top: 41px;
    margin-bottom: 20px; }
  .principleDetailSection h3 {
    font-size: 18px;
    font-style: italic;
    font-family: rooney-web, sans-serif;
    font-weight: bold;
    color: #444;
    margin-bottom: 1px;
    margin-top: 0; }
  .principleDetailSection p {
    font-size: 16px;
    line-height: 1.375;
    margin: 20px 0 25px; }
  .principleDetailSection .textContent {
    max-width: 620px;
    margin: 0 auto 55px; }
  .principleDetailSection .bottom {
    text-align: center;
    margin-top: 69px;
    margin-bottom: 28px; }
    .principleDetailSection .bottom > .text {
      font-size: 16px;
      margin-bottom: 10px; }

.principleNavigation {
  max-width: 940px;
  margin: 0 auto;
  display: table;
  width: 100%; }
  .principleNavigation.fromHeader {
    margin-top: -28px;
    margin-bottom: 5px; }
  .principleNavigation.decorated {
    border: 1px solid #e1e8eb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false); }
    .principleNavigation.decorated > .inner > div {
      padding: 25px 20px; }
    .principleNavigation.decorated + .bottom {
      margin-top: 52px;
      margin-bottom: 40px; }
  .principleNavigation > .inner {
    display: table-row; }
    .principleNavigation > .inner > div {
      display: table-cell;
      width: 33.3%;
      padding: 20px;
      vertical-align: middle; }
    .principleNavigation > .inner .colLeft {
      /*width: 35%;*/ }
    .principleNavigation > .inner .colCenter {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
    .principleNavigation > .inner .colRight {
      text-align: right;
      /*width: 35%;*/ }
  .principleNavigation a {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap; }
    .principleNavigation a .text {
      font-weight: normal;
      white-space: normal; }
    .principleNavigation a .ico.arrowLeft, .principleNavigation a .ico.arrowRight {
      margin-top: 0;
      margin-bottom: -2px; }

.proRodiceSection h2 {
  text-align: center; }

.proRodiceSection .testimonialsWrapper {
  margin-bottom: 20px; }

.proRodiceSection > p {
  /*to match testimonial Wrapper*/
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.proRodiceSection.formSpustitKurz {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  .proRodiceSection.formSpustitKurz .form-actions {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px; }
  .proRodiceSection.formSpustitKurz .webform-client-form .form-item {
    margin-bottom: 10px; }
  .proRodiceSection.formSpustitKurz .webform-client-form .form-item label {
    font-size: 16px; }

.proRodiceSection .faqSection {
  border-bottom: none;
  margin-bottom: 20px; }

.proRodiceSection .noteText {
  font-size: 14px;
  text-align: center; }

.proUciteleBenefity {
  margin: 59px -10px 84px;
  zoom: 1; }
  .proUciteleBenefity:before, .proUciteleBenefity:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .proUciteleBenefity:after {
    clear: both; }
  @media screen and (max-width: 500px) {
    .proUciteleBenefity {
      margin: 30px 0 50px; } }
  .proUciteleBenefity > .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding-left: 10px;
    text-align: center; }
    @media screen and (max-width: 500px) {
      .proUciteleBenefity > .col {
        width: auto;
        float: none;
        position: relative;
        margin-bottom: 25px; } }
    .proUciteleBenefity > .col .ico {
      display: inline-block;
      margin-bottom: 11px; }
    .proUciteleBenefity > .col .text {
      font-size: 18px;
      line-height: 1.2; }

.schoolsConferences.inSeminarPage {
  height: 205px;
  margin: 20px auto;
  display: table;
  font-size: 16px; }
  .schoolsConferences.inSeminarPage .inner {
    display: table-row; }
  .schoolsConferences.inSeminarPage .col {
    display: table-cell;
    width: 33.3%;
    height: 100%; }
    @media screen and (max-width: 800px) {
      .schoolsConferences.inSeminarPage .col {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px; } }
  .schoolsConferences.inSeminarPage .col1,
  .schoolsConferences.inSeminarPage .col2 {
    margin-right: 20px; }
    @media screen and (max-width: 800px) {
      .schoolsConferences.inSeminarPage .col1,
      .schoolsConferences.inSeminarPage .col2 {
        margin-right: 0; } }
  .schoolsConferences.inSeminarPage .colCell {
    height: 100%;
    background-color: white;
    border: 1px solid #d7e0e3;
    border-bottom: 2px solid #d7e0e3;
    text-align: left;
    padding: 25px 25px 45px 20px;
    position: relative; }
  .schoolsConferences.inSeminarPage .colCell h3 {
    margin: 0 0 0.5em; }

.schoolsConferences__moreLink {
  font-weight: 400;
  position: absolute;
  bottom: 25px; }

.seminareASkoleniSection {
  margin-bottom: 50px; }
  .seminareASkoleniSection > .header {
    margin-bottom: 35px;
    text-align: center; }
  .seminareASkoleniSection > .cols {
    zoom: 1; }
    .seminareASkoleniSection > .cols:before, .seminareASkoleniSection > .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .seminareASkoleniSection > .cols:after {
      clear: both; }
    .seminareASkoleniSection > .cols > .col1 {
      width: 73.4%;
      max-width: 690px;
      float: left; }
      @media screen and (max-width: 600px) {
        .seminareASkoleniSection > .cols > .col1 {
          width: auto;
          float: none;
          margin-bottom: 25px; } }
      .seminareASkoleniSection > .cols > .col1 > h2 {
        margin-top: -1px; }
      .seminareASkoleniSection > .cols > .col1 > .moreLink {
        display: inline-block;
        margin-top: 10px; }
    .seminareASkoleniSection > .cols > .col2 {
      max-width: 220px;
      width: 24%;
      float: right; }
      @media screen and (max-width: 600px) {
        .seminareASkoleniSection > .cols > .col2 {
          width: auto;
          max-width: 100%;
          float: none; } }
  .seminareASkoleniSection .box {
    text-align: center;
    margin: 30px auto;
    padding: 0 20px 40px;
    border: 1px solid;
    font-size: 16px;
    border: 1px solid #d7e0e3;
    -webkit-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false); }
    .seminareASkoleniSection .box .text {
      margin-bottom: 20px; }
  .seminareASkoleniSection .tabsHeader {
    zoom: 1;
    border-bottom: 1px solid #d7e0e3; }
    .seminareASkoleniSection .tabsHeader:before, .seminareASkoleniSection .tabsHeader:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .seminareASkoleniSection .tabsHeader:after {
      clear: both; }
    .seminareASkoleniSection .tabsHeader .tabItem {
      display: block;
      float: left;
      padding: 13px 20px;
      border: 1px solid transparent;
      margin-bottom: -1px;
      font-weight: normal; }
      .seminareASkoleniSection .tabsHeader .tabItem.active {
        border-color: #d7e0e3;
        border-bottom-color: #fff; }
  .seminareASkoleniSection .simpleTable {
    width: 100%;
    margin-bottom: 20px; }
    .seminareASkoleniSection .simpleTable tr:first-child {
      border: none; }
    .seminareASkoleniSection .simpleTable tr:last-child {
      border-bottom: 1px solid #d7e0e3; }
    .seminareASkoleniSection .simpleTable tr .firstColumn {
      width: 40%; }
      @media screen and (max-width: 600px) {
        .seminareASkoleniSection .simpleTable tr .firstColumn {
          width: 33%; } }
    .seminareASkoleniSection .simpleTable tr .secondColumn,
    .seminareASkoleniSection .simpleTable tr .thirdColumn {
      width: 30%;
      padding-right: 10px; }
      @media screen and (max-width: 600px) {
        .seminareASkoleniSection .simpleTable tr .secondColumn,
        .seminareASkoleniSection .simpleTable tr .thirdColumn {
          width: 33%; } }
  .seminareASkoleniSection .simpleTable.tabulkaSeminaru tr .firstColumn {
    width: 70%; }
    @media screen and (max-width: 600px) {
      .seminareASkoleniSection .simpleTable.tabulkaSeminaru tr .firstColumn {
        width: 70%; } }
  .seminareASkoleniSection .simpleTable.tabulkaSeminaru tr .secondColumn {
    width: 0; }
    @media screen and (max-width: 600px) {
      .seminareASkoleniSection .simpleTable.tabulkaSeminaru tr .secondColumn {
        width: 0; } }
  @media screen and (max-width: 600px) {
    .seminareASkoleniSection .simpleTable.tabulkaSeminaru tr .thirdColumn {
      width: 30%; } }
  .seminareASkoleniSection .lecturersBox {
    text-align: center; }
    .seminareASkoleniSection .lecturersBox h3 {
      margin: 5px 0 25px; }
    .seminareASkoleniSection .lecturersBox .lecturersWrapper {
      display: inline-block; }
      .seminareASkoleniSection .lecturersBox .lecturersWrapper .lecturer {
        float: left;
        max-width: 100%;
        min-height: 100px;
        padding-left: 0;
        width: 190px;
        font-size: 16px;
        margin-bottom: 15px; }
        .seminareASkoleniSection .lecturersBox .lecturersWrapper .lecturer .portrait {
          height: 100px;
          margin: 0 auto;
          position: static;
          width: 100px; }
          .seminareASkoleniSection .lecturersBox .lecturersWrapper .lecturer .portrait img {
            display: block;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            border-radius: 100px;
            width: 100%;
            height: 100%; }
        .seminareASkoleniSection .lecturersBox .lecturersWrapper .lecturer .text {
          padding-top: 4px; }
          .seminareASkoleniSection .lecturersBox .lecturersWrapper .lecturer .text .name {
            font-weight: bold; }
    .seminareASkoleniSection .lecturersBox .bottom {
      text-align: center;
      font-size: 16px;
      margin-top: -3px; }
      .seminareASkoleniSection .lecturersBox .bottom a {
        display: block;
        margin-bottom: 9px; }
        .seminareASkoleniSection .lecturersBox .bottom a .ico {
          margin-top: 0;
          margin-bottom: -1px; }

.socialButtonsSection {
  max-width: 550px;
  margin: 0 auto 73px;
  padding-top: 55px; }
  .socialButtonsSection > .title {
    text-align: center;
    margin-bottom: 15px; }
  .socialButtonsSection > .cols {
    zoom: 1;
    margin: 0 -10px; }
    .socialButtonsSection > .cols:before, .socialButtonsSection > .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .socialButtonsSection > .cols:after {
      clear: both; }
    .socialButtonsSection > .cols > .col {
      width: 33%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 10px;
      text-align: center; }
  .socialButtonsSection.fromHomePage {
    padding-top: 55px; }

.summerSchoolArchiveSection {
  margin-bottom: 80px; }
  .summerSchoolArchiveSection h2 {
    text-align: center; }
  .summerSchoolArchiveSection .row {
    margin-bottom: 25px;
    zoom: 1; }
    .summerSchoolArchiveSection .row:before, .summerSchoolArchiveSection .row:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .summerSchoolArchiveSection .row:after {
      clear: both; }
  .summerSchoolArchiveSection .col {
    width: 32.3%;
    margin-right: 1%;
    float: left; }
  .summerSchoolArchiveSection .schoolArchiveDate {
    font-weight: bold; }
  .summerSchoolArchiveSection p {
    margin: 0.25em 0; }

.summerSchoolSection h2 {
  text-align: center; }

.summerSchoolSection .summerSchool {
  border: 1px solid #e2e9eb;
  padding: 28px;
  margin-bottom: 30px;
  -webkit-box-shadow: compact(0 1px 0 #d7e0e3, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0 1px 0 #d7e0e3, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0 1px 0 #d7e0e3, false, false, false, false, false, false, false, false, false);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .summerSchoolSection .summerSchool:last-child {
    margin-bottom: 0; }
  .summerSchoolSection .summerSchool h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    text-transform: none; }
  .summerSchoolSection .summerSchool p {
    font-size: 16px; }
    .summerSchoolSection .summerSchool p.nomargin {
      margin: 0; }
  .summerSchoolSection .summerSchool .cols {
    zoom: 1; }
    .summerSchoolSection .summerSchool .cols:before, .summerSchoolSection .summerSchool .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .summerSchoolSection .summerSchool .cols:after {
      clear: both; }
    .summerSchoolSection .summerSchool .cols .col1 {
      width: 70%;
      float: left; }
    .summerSchoolSection .summerSchool .cols .col2 {
      width: 30%;
      float: left;
      text-align: right; }
    .summerSchoolSection .summerSchool .cols .col-half {
      width: 50%;
      float: left; }
  .summerSchoolSection .summerSchool .schoolDate {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold; }
  .summerSchoolSection .summerSchool .schoolAddress {
    font-size: 18px; }
  .summerSchoolSection .summerSchool .schoolPrice ins {
    text-decoration: none;
    font-weight: bold; }
  .summerSchoolSection .summerSchool .participantList {
    display: inline-block;
    height: 57px;
    margin-right: 20px;
    line-height: 57px;
    font-size: 16px; }
  .summerSchoolSection .summerSchool .schoolFull {
    height: 57px;
    display: inline-block;
    font-size: 16px;
    font-style: italic; }
    .summerSchoolSection .summerSchool .schoolFull:first-line {
      color: #d74315;
      font-weight: bold;
      font-style: normal; }

.summerSchoolSection .multidaySchoolsLinkSection p {
  font-size: 16px; }

.summerSchoolSection .multidaySchoolsLinkSection .col-half {
  width: 50%;
  float: left;
  padding: 28px 28px 1em 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.summerSchoolDetail {
  margin: 30px auto; }

.authorsTeamSection, .supporterTeamSection {
  margin-bottom: 30px; }
  .authorsTeamSection:first-child, .supporterTeamSection:first-child {
    margin-top: 63px; }
  .authorsTeamSection.withBorderBottom, .supporterTeamSection.withBorderBottom {
    border-bottom: 1px solid #d7e0e3;
    padding-bottom: 50px;
    margin-bottom: 0; }
  .authorsTeamSection > .header, .supporterTeamSection > .header {
    margin-bottom: 54px; }
  .authorsTeamSection .authorItem, .supporterTeamSection .authorItem {
    position: relative;
    min-height: 138px;
    padding-left: 158px;
    margin-bottom: 35px;
    padding-top: 30px;
    border-top: 1px solid #d7e0e3; }
    @media screen and (max-width: 700px) {
      .authorsTeamSection .authorItem, .supporterTeamSection .authorItem {
        padding-left: 120px; } }
    @media screen and (max-width: 600px) {
      .authorsTeamSection .authorItem, .supporterTeamSection .authorItem {
        padding-left: 80px; } }
    .authorsTeamSection .authorItem:first-child, .supporterTeamSection .authorItem:first-child {
      padding-top: 0;
      border-top: none; }
      .authorsTeamSection .authorItem:first-child > .portrait, .supporterTeamSection .authorItem:first-child > .portrait {
        top: 3px; }
    .authorsTeamSection .authorItem > .portrait, .supporterTeamSection .authorItem > .portrait {
      width: 138px;
      height: 138px;
      display: block;
      -webkit-border-radius: 138px;
      -moz-border-radius: 138px;
      -ms-border-radius: 138px;
      -o-border-radius: 138px;
      border-radius: 138px;
      overflow: hidden;
      position: absolute;
      top: 33px;
      left: 0; }
      @media screen and (max-width: 700px) {
        .authorsTeamSection .authorItem > .portrait, .supporterTeamSection .authorItem > .portrait {
          top: 40px;
          width: 100px;
          height: 100px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          border-radius: 50px; } }
      @media screen and (max-width: 600px) {
        .authorsTeamSection .authorItem > .portrait, .supporterTeamSection .authorItem > .portrait {
          width: 60px;
          height: 60px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px; } }
      .authorsTeamSection .authorItem > .portrait img, .supporterTeamSection .authorItem > .portrait img {
        display: block;
        width: 100%;
        height: 100%; }
    .authorsTeamSection .authorItem > .content, .supporterTeamSection .authorItem > .content {
      padding-top: 15px; }
      .authorsTeamSection .authorItem > .content .name, .supporterTeamSection .authorItem > .content .name {
        font-weight: bold;
        font-size: 18px; }
      .authorsTeamSection .authorItem > .content .position, .supporterTeamSection .authorItem > .content .position {
        margin-bottom: 9px;
        font-size: 18px; }
      .authorsTeamSection .authorItem > .content .text, .supporterTeamSection .authorItem > .content .text {
        font-size: 16px;
        line-height: 22px; }
        .authorsTeamSection .authorItem > .content .text.citation, .supporterTeamSection .authorItem > .content .text.citation {
          font-style: italic; }
        .authorsTeamSection .authorItem > .content .text + .name, .supporterTeamSection .authorItem > .content .text + .name {
          font-size: 18px;
          margin-top: 10px; }
        .authorsTeamSection .authorItem > .content .text .celaOdpoved, .supporterTeamSection .authorItem > .content .text .celaOdpoved {
          font-style: normal; }
      .authorsTeamSection .authorItem > .content .hidden, .supporterTeamSection .authorItem > .content .hidden {
        margin-bottom: 1em; }

.testimonialsWrapper {
  max-width: 840px;
  margin: 0 auto 59px;
  padding: 0 50px;
  position: relative; }
  .testimonialsWrapper .testimonialHeading {
    text-align: center;
    margin-bottom: 0; }
  .testimonialsWrapper.fromHomePage .testimonialHeader {
    text-align: center;
    margin-bottom: 0; }
  .testimonialsWrapper .testimonial {
    display: table;
    position: relative;
    z-index: 1; }
    .testimonialsWrapper .testimonial > .inner {
      display: table-row; }
      .testimonialsWrapper .testimonial > .inner .portrait {
        display: table-cell;
        width: 166px;
        vertical-align: top;
        text-align: center;
        padding-top: 14px; }
        @media screen and (max-width: 500px) {
          .testimonialsWrapper .testimonial > .inner .portrait {
            display: none; } }
        .testimonialsWrapper .testimonial > .inner .portrait .inner {
          width: 166px;
          height: 166px;
          margin-bottom: 0;
          font-family: atrament-web, "Open Sans Condensed", sans-serif;
          text-transform: uppercase;
          font-size: 80px;
          line-height: 160px;
          -webkit-border-radius: 166px;
          -moz-border-radius: 166px;
          -ms-border-radius: 166px;
          -o-border-radius: 166px;
          border-radius: 166px;
          -webkit-background-clip: padding;
          -moz-background-clip: padding;
          background-clip: padding-box;
          color: #fff;
          overflow: hidden; }
          .testimonialsWrapper .testimonial > .inner .portrait .inner strong, .testimonialsWrapper .testimonial > .inner .portrait .inner b {
            font-weight: 600; }
          .testimonialsWrapper .testimonial > .inner .portrait .inner.red {
            background: #d74315; }
          .testimonialsWrapper .testimonial > .inner .portrait .inner.green {
            background: #7bb92b; }
          .testimonialsWrapper .testimonial > .inner .portrait .inner.blue {
            background: #367db2; }
          .testimonialsWrapper .testimonial > .inner .portrait .inner.orange {
            background: #d74315; }
      .testimonialsWrapper .testimonial > .inner .content {
        display: table-cell;
        padding-left: 30px;
        vertical-align: middle; }
        .testimonialsWrapper .testimonial > .inner .content .text {
          font-style: italic;
          margin-bottom: 10px; }
        .testimonialsWrapper .testimonial > .inner .content .celaOdpoved {
          font-style: normal; }
        .testimonialsWrapper .testimonial > .inner .content .author .name {
          font-weight: bold; }
    .testimonialsWrapper .testimonial .moreTestimonialsLink {
      display: block;
      margin-top: 15px; }
  .testimonialsWrapper .showMoreSection {
    position: relative;
    margin-top: 20px; }
    .testimonialsWrapper .showMoreSection .moreLink {
      padding-left: 10px;
      position: relative;
      z-index: 1; }
  .testimonialsWrapper .showMoreLink {
    position: relative;
    padding-right: 15px; }
    .testimonialsWrapper .showMoreLink .ico {
      position: absolute;
      top: 11px;
      right: -3px; }

.thankyouPage {
  font-size: 16px;
  line-height: 22px; }
  .thankyouPage .text {
    font-size: 18px;
    line-height: 24px; }
  .thankyouPage .titleName {
    color: #7bb92b;
    font-weight: bold; }
  .thankyouPage h2 {
    margin-bottom: 0; }
  .thankyouPage .orderRecap {
    margin-left: auto;
    margin-right: auto; }
  .thankyouPage .cols {
    zoom: 1; }
    .thankyouPage .cols:before, .thankyouPage .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .thankyouPage .cols:after {
      clear: both; }
    .thankyouPage .cols .col {
      width: 50%;
      float: left; }
      @media screen and (max-width: 600px) {
        .thankyouPage .cols .col {
          width: 100%;
          float: none; } }
  .thankyouPage .printLink {
    margin: 25px auto 45px auto;
    display: block; }

.thumbnailsWrapper {
  zoom: 1;
  margin: 0 -10px; }
  .thumbnailsWrapper:before, .thumbnailsWrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .thumbnailsWrapper:after {
    clear: both; }
  .thumbnailsWrapper a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 10px 20px 10px; }
    .thumbnailsWrapper a img {
      display: block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }

.uspSection {
  margin-bottom: 55px; }
  .uspSection.formHomePage > .inner {
    width: 1000px; }
  .uspSection > .inner {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden; }
  .uspSection .uspBox {
    border: 1px solid #e1e8eb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #fff;
    position: relative;
    -webkit-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false); }
    .uspSection .uspBox > .inner > .header {
      text-align: center; }
      .uspSection .uspBox > .inner > .header h2 {
        margin: 31px 0 0; }
    .uspSection .uspBox > .inner .cols {
      zoom: 1;
      margin: 0 -10px; }
      .uspSection .uspBox > .inner .cols:before, .uspSection .uspBox > .inner .cols:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .uspSection .uspBox > .inner .cols:after {
        clear: both; }
      .uspSection .uspBox > .inner .cols > .col {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding: 27px 10px 27px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.22; }
        @media screen and (max-width: 600px) {
          .uspSection .uspBox > .inner .cols > .col {
            width: 50%; } }
        .uspSection .uspBox > .inner .cols > .col .ico {
          display: block;
          margin: 5px auto 17px; }
  .uspSection .bottomContent {
    padding: 22px 20px 25px;
    text-align: center;
    position: relative; }
    .uspSection .bottomContent:before {
      display: block;
      content: "";
      width: 460px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -230px;
      height: 1px;
      background: #E2E9EB; }

.webform-client-form .form-item {
  margin-bottom: 20px; }
  .webform-client-form .form-item label {
    display: block;
    margin-bottom: 5px;
    margin-top: 4px; }
  .webform-client-form .form-item input[type="text"], .webform-client-form .form-item input[type="search"], .webform-client-form .form-item input[type="email"], .webform-client-form .form-item textarea, .webform-client-form .form-item select {
    width: 100%; }

@media screen and (min-width: 700px) {
  .webform-client-form input[type="submit"] {
    margin-left: 33%; } }

.webform-client-form .description {
  font-size: 14px;
  font-style: italic;
  margin-top: 4px; }

.webform-client-form .form-type-checkbox {
  position: relative;
  padding-left: 20px; }
  .webform-client-form .form-type-checkbox input[type="checkbox"] {
    position: absolute;
    top: 11px;
    left: 0; }
    @media screen and (max-width: 700px) {
      .webform-client-form .form-type-checkbox input[type="checkbox"] {
        top: 6px; } }

.webform-client-form .form-type-radio {
  position: relative;
  padding-left: 20px; }
  .webform-client-form .form-type-radio input[type="radio"] {
    position: absolute;
    top: 7px;
    left: 0; }

.whiteSection.fromHomePage {
  max-width: 940px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  margin: 30px auto 20px;
  padding: 0 50px;
  border: 1px solid #d7e0e3;
  -webkit-box-shadow: 0 1px 0 #d6dfe3;
  -moz-box-shadow: 0 1px 0 #d6dfe3;
  box-shadow: 0 1px 0 #d6dfe3;
  zoom: 1; }
  .whiteSection.fromHomePage .socialButtonsSection {
    max-width: 100%;
    margin: 0;
    padding: 40px; }

.whiteSection {
  background: #fff;
  border-top: 2px solid #d7e0e3;
  border-bottom: 2px solid transparent; }
  @media screen and (max-width: 970px) {
    .whiteSection {
      padding-left: 20px;
      padding-right: 20px; } }
  .whiteSection > .inner {
    max-width: 940px;
    margin: 0 auto; }

.workshopList .inner {
  min-height: 260px;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  font-size: 18px; }
  .workshopList .inner .box {
    background: #fff;
    margin: 30px auto 20px;
    padding: 0 50px 40px;
    border: 1px solid #d7e0e3;
    -webkit-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
    zoom: 1; }
    .workshopList .inner .box:before, .workshopList .inner .box:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .workshopList .inner .box:after {
      clear: both; }
    .workshopList .inner .box h3 {
      margin-bottom: 12px;
      margin-top: 40px; }
    .workshopList .inner .box .moreLink {
      margin-top: 24px;
      display: block; }
    .workshopList .inner .box .col1 {
      padding-right: 25px; }
      .workshopList .inner .box .col1 .workshopItem {
        margin: 0 0 12px 0; }
        .workshopList .inner .box .col1 .workshopItem a {
          display: block;
          font-weight: 400; }
    .workshopList .inner .box .col2 {
      padding-left: 25px; }
      .workshopList .inner .box .col2 .trendingItem {
        margin: 0 0 12px 0; }
        .workshopList .inner .box .col2 .trendingItem .date {
          display: inline-block;
          width: 23%;
          width: 100px;
          vertical-align: top; }
        .workshopList .inner .box .col2 .trendingItem a {
          display: inline-block;
          width: 69%;
          font-weight: 400; }
    .workshopList .inner .box .col1, .workshopList .inner .box .col2 {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 800px) {
        .workshopList .inner .box .col1, .workshopList .inner .box .col2 {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }

.filtrSeminaru {
  margin: 25px 0 30px; }
  .filtrSeminaru .cols {
    margin: 0 -10px;
    zoom: 1; }
    .filtrSeminaru .cols:before, .filtrSeminaru .cols:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .filtrSeminaru .cols:after {
      clear: both; }
    .filtrSeminaru .cols > .col1 {
      float: left;
      width: 33%;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .filtrSeminaru .cols > .col2 {
      float: left;
      width: 33%;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .filtrSeminaru .cols > .col3 {
      float: left;
      width: 33%;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .filtrSeminaru select {
    display: block;
    width: 100%; }

table.tabulkaSeminaru tr td {
  padding-top: 15px;
  padding-bottom: 15px; }
  table.tabulkaSeminaru tr td:nth-child(1) {
    width: 51%; }
  table.tabulkaSeminaru tr td:nth-child(2) {
    width: 25%; }
  table.tabulkaSeminaru tr td:nth-child(3) {
    width: 24%; }
  table.tabulkaSeminaru tr td .title {
    text-decoration: none; }

.simpleDecoratedBox {
  margin: 30px auto;
  padding: 10px 15px;
  border: 1px solid #d7e0e3;
  -webkit-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0 1px 0 #d6dfe3, false, false, false, false, false, false, false, false, false); }
  .simpleDecoratedBox h3 {
    font-size: 26px;
    margin: 10px 0; }
  .simpleDecoratedBox p {
    font-size: 14px; }

@media print {
  * {
    background: #fff !important;
    color: black !important;
    /* Black prints faster: sanbeiji.com/archives/953 */
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 8px; }
  abbr[title]:after {
    content: " (" attr(title) ")";
    font-size: 8px; }
  /* Do not show javascript and internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .downloadInvoiceButtonSection {
    display: none; }
  .thankyouPage .printLink {
    display: none; }
  .objednavka-thankyou .pageTopNavigation,
  .objednavka-thankyou .pageTopNavWrapper {
    display: none; }
  .objednavka-thankyou .pageTopHeader {
    text-align: center; }
  .objednavka-thankyou .pageTopHeader .logo,
  .objednavka-thankyou .pageTopHeader .text {
    float: none; }
  .objednavka-thankyou .pageBottomFooter {
    margin-bottom: 0; }
  .objednavka-thankyou .pageBottomPartenrsSection {
    margin-top: 30px; }
  .pageBottomPartenrsSection > .fbInner {
    display: none; } }
