
body {
    margin: 0;
    padding: 0;
}

#admin-panel {
    position: relative;
    width: 100%;
    height: 44px;
    background: #ef4036 url('../images/admin/panel/admin_panel_logo.png') no-repeat 18px 50%;
    color: #fff;
}

#admin-panel a {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #d8160b no-repeat 50% 50%;
    margin-right: 1px;
    position: relative;
}

#admin-panel a:hover {
    background-color: #474646;
}

#admin-panel > a:first-child {
    margin-left: 182px;
}

#admin-panel .edit {
    background-image: url('../images/admin/panel/admin_panel_edit.png');
}

#admin-panel .admin {
    background-image: url('../images/admin/panel/admin_panel_admin.png');
}

#admin-panel .visibility {
    display: inline-block;
    margin-right: 30px;
    line-height: 44px;
    font-family: sans-serif, Arial;
    font-size: 75%;
    font-weight: bold;
    float: left;
}
#admin-panel .visibility a {
    margin-right: 10px;
}

#admin-panel .public {
    background-image: url('../images/admin/panel/admin_panel_public.png');
    background-color: #56a608;
}

#admin-panel .public:hover {
    background-image: url('../images/admin/panel/admin_panel_unpublic.png');
}

#admin-panel .unpublic {
    background-image: url('../images/admin/panel/admin_panel_unpublic.png');
    background-color: #474646;
}

#admin-panel .unpublic:hover {
    background-image: url('../images/admin/panel/admin_panel_public.png');
    background-color: #56a608;
}

#admin-panel .delete {
    background-image: url('../images/admin/panel/admin_panel_delete.png');
}

#admin-panel .signout {
    background-image: url('../images/admin/panel/admin_panel_signout.png');
    float: right;
    margin-right: 20px;
}

a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width:100px;
    color: #FFFFFF;
    background: #000000;
    height: 22px;
    line-height: 22px;
    text-align: center;
    visibility: hidden;
    border-radius: 0px;
    font-family: sans-serif, Arial;
    font-size: 80%;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 0.7;
    top: 52px;
    left: 50%;
    margin-left: -46px;
    z-index: 999;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="error:"] {
    background: red;
    color: white;
}

/*# sourceMappingURL=lesshat.css.map */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*# sourceMappingURL=magnific-popup.css.map */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*# sourceMappingURL=normalize.css.map */
/*! 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 "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/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('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*# sourceMappingURL=lesshat.css.map */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*# sourceMappingURL=magnific-popup.css.map */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*# sourceMappingURL=normalize.css.map */
.newsBlock {
    padding: 0 5% 5px;
}
.newsBlock article {
    border-bottom: 1px solid #ffd4ee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.newsBlock article img {
    float: left;
    margin: 0 15px 5px 0;
    width: 250px;
}
.newsBlock article h2 {
    margin: 0 10px 0;
    font-size: 25px;
}
.newsBlock article .news-button {
    text-align: right;
    margin-top: 15px;
}
.newsBlock article a.news-more {
    display: inline-block;
    background: #e6007e;
    color: white;
    padding: 6px 30px;
    font-weight: bold;
    cursor: pointer;
}
.newsBlock article a.news-more:hover {
    background: #c2026b;
}  
.newsBlock .pagination {
    margin: 10px 0;
}
.newsBlock .pagination .page-number {
    display: inline-block;
    background: #e6007e;
    color: white;
    padding: 3px 12px;
    font-weight: bold;
    cursor: pointer;
}
.newsBlock .pagination .page-number:hover {
    background: #c2026b;
}
.newsBlock .pagination .page-number.first {
    margin-right: 20px;
}
.newsBlock .pagination .page-number.last {
    margin-left: 20px;
}
.newsBlock .pagination .page-number.current {
    background: #c2026b;
    cursor: default;
}

.news-detail h1 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.news-detail .news-detail-galleryimg {
    float: left;
    width: 300px;
}

.clearfix-gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix-gallery             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix-gallery { zoom: 1; } /* IE7 */
/* 
    Created on : 18.2.2014, 19:00:56
    Author     : Lukas
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;  
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@font-face {
  font-family: "untitled-font-15";
  src: url("fonts/untitled-font-15.eot");
  src: url("fonts/untitled-font-15.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-15.woff") format("woff"), url("fonts/untitled-font-15.ttf") format("truetype"), url("fonts/untitled-font-15.svg#untitled-font-15") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-15" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icoFont,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\61";
}
.icon-arrow-left:before {
  content: "\62";
}
.icon-arrow-right:before {
  content: "\63";
}
.icon-arrow-up:before {
  content: "\64";
}
.icon-ctverec:before {
  content: "\65";
}
.icon-facebook:before {
  content: "\66";
}
.icon-google:before {
  content: "\67";
}
.icon-instagram:before {
  content: "\68";
}
.icon-linkedin:before {
  content: "\69";
}
.icon-lock:before {
  content: "\6a";
}
.icon-nasirku:before {
  content: "\6b";
}
.icon-navysku:before {
  content: "\6c";
}
.icon-twitter:before {
  content: "\70";
}
.icon-video:before {
  content: "\6d";
}
.icon-vse:before {
  content: "\6e";
}
.icon-youtube:before {
  content: "\6f";
}
.icon-z-kosik:before {
  content: "\7a";
}
.icon-panak:before {
  content: "\71";
}
.icon-zx-nastaveni:before {
  content: "\72";
}
.icon-zx-odhlasit:before {
  content: "\73";
}
.icon-zx-oko:before {
  content: "\74";
}
.icon-zx-seznam:before {
  content: "\75";
}
.icon-zx-slozka:before {
  content: "\76";
}
@-ms-viewport {
  width: device-width;
}
html {
  height: 100%;
  width: 100%;
  position: relative;
}
body {
  min-height: 100%;
  padding-bottom: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  width: 100%;
  color: #464646;
  line-height: 1.4;
  /*background: #dbe4c9 url(../images/bg1.jpg) center top no-repeat;*/
}
.mainSpacer {
  position: relative;
}
.wrapper {
  width: 1060px;
  margin: 0 auto;
  text-align: left;
}
.brandBg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url(../images/bg.png) center top repeat-y;*/
}
.header {
  position: relative;
  min-height: 110px;
  *zoom: 1;
}
.header:before,
.header:after {
  display: table;
  line-height: 0;
  content: "";
}
.header:after {
  clear: both;
}
.header:before,
.header:after {
  display: table;
  line-height: 0;
  content: "";
}
.header:after {
  clear: both;
}
.header .logoMain {
  margin: 10px 20px 10px 35px;
  display: block;
  float: left;
}
.header .logoMain img {
  width: 80px;
} 
.header .logoMain.custom {
  margin-top: 0;
}
.header .brand {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center bottom no-repeat;
}
.header .menuTop {
  position: relative;
  float: right;
  font-weight: bold;
  font-size: 18px;
  *zoom: 1;
}
.header .menuTop:before,
.header .menuTop:after {
  display: table;
  line-height: 0;
  content: "";
}
.header .menuTop:after {
  clear: both;
}
.header .menuTop:before,
.header .menuTop:after {
  display: table;
  line-height: 0;
  content: "";
}
.header .menuTop:after {
  clear: both;
}
.header .menuTop ul {
  margin: 7px 0 0;
  padding: 0;
  float: left;
  list-style: none;
}
.header .menuTop ul a {
  display: block;
  /* color: inherit; */
  color: #e6007e;
  text-decoration: none;
  padding: 0 12px;
}
.header .menuTop ul a:before {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.header .menuTop ul li {
  display: inline-block;
}
.header .menuTop ul li:hover a,
.header .menuTop ul li.active a {
  /* color: #e6007e; */
  color: black;
}
.header .logoMain {
  position: relative;
}
.socials a {
  font-size: 24px;
  display: inline-block;
  height: 24px;
  color: inherit;
  margin-left: 4px;
}
.socials a:hover {
  color: #e6007e;
}
.slideshow {
  /* height: 294px; */
  height: 240px;
  overflow: hidden;
  position: relative;
}
.slideshow img {
  display: block;
  /* height: 294px; */
  height: 240px;
  width: 750px
}
.slideshow .item {
  float: left;
  display: block;
  position: relative;
}
.slideshow .item span.desc {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(220,0,120,0.85);
  color: white;
  padding: 15px 25px;
  font-size: 25px;
  font-weight: bold;
}
.slideshow .pagination {
  position: absolute;
  bottom: 20px;
  right: 15px;
  line-height: 1px;
}
.slideshow .pagination a {
  margin-left: 2px;
  display: inline-block;
  width: 38px;
  height: 8px;
  background: #e6007e;
}
.slideshow .pagination a.selected {
  background: #fff;
}
.slideshow .pagination a span {
  display: none;
}
.slideshow.sidebar .caroufredsel_wrapper {
  width: 750px!important;
  height: 240px;
  float: left!important;
}
.slideshow.sidebar .pagination {
  display: block!important;
  bottom: 0;
  right: 0;
  position: relative;
  width: 250px;
  float: left;
}
.slideshow.sidebar .pagination a {
  display: inline-block;
  width: 210px;
  border-bottom: solid 1px #d1d1d1;
  margin-left: 0px;
  padding: 10px 15px 10px 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
  color: #464646;
  background: #f2f2f2;
}
.slideshow.sidebar .pagination a.selected {
  border-bottom: solid 1px #ffc5e6;
  background: #ffeaf6;
  color: #ec008c;
}
.contentBlock .blockShadow {
  margin-top: 28px;
}
.contentBlock h1 {
  font-size: 24px;
  color: #ec008c;
  text-transform: uppercase;
}
.contentBlock h2 {
  font-size: 29px;
  color: #ec008c;
}
.contentBlock h2.up {
  font-size: 24px;
  color: #ec008c;
  text-transform: uppercase;
}
.contentBlock ul {
  list-style: none;
  padding-left: 30px;
}
.contentBlock ul > li {
  margin-bottom: 12px;
  position: relative;
}
.contentBlock ul > li:last-child {
  margin-bottom: 0;
}
.contentBlock ul > li:before {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'c';
  font-size: 10px;
  color: #e6007e;
  position: absolute;
  left: -20px;
  top: 6px;
}
.contentBlock ol {
  counter-reset: ol-counter;
  list-style: none;
  padding-left: 30px;
}
.contentBlock ol > li {
  margin-bottom: 12px;
  position: relative;
}
.contentBlock ol > li:last-child {
  margin-bottom: 0;
}
.contentBlock ol > li:before {
  color: #e6007e;
  position: absolute;
  left: -20px;
  top: 0;
  content: counter(ol-counter);
  counter-increment: ol-counter;
}
.contentBlock .video-faq:before,
.contentBlock .video-faq:after {
  display: table;
  line-height: 0;
  content: "";
}        
.contentBlock .video-faq:after {
  clear: both;
}
.contentBlock .video-faq > h3 {
  width: 100%;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 5px;
  padding-left: 5px;
}
.contentBlock .video-faq .column {
  display: block;
  width: 23%;
  margin: 0;
  padding: 0;
  float: left;
  padding: 0 1% 0 1%;
}  
.contentBlock .video-faq .column h3 { 
  color: #ec008c;
}
.teaser ol {
  counter-reset: ol-counter;
  list-style: none;
  padding-left: 50px;
}
.teaser ol > li {
  padding-left: 24px;
  border-left: 1px solid #e6007e;
  position: relative;
  margin-bottom: 20px;
  min-height: 42px;
}
.teaser ol > li:last-child {
  margin-bottom: 0;
}
.teaser ol > li:before {
  color: #e6007e;
  position: absolute;
  left: -38px;
  top: 0;
  font-size: 29px;
  content: counter(ol-counter);
  counter-increment: ol-counter;
}
.menuHolder {
  min-height: 100px;
  position: relative;
}
.menuHolder.hide {
  display: none;
}
.menuHolder.loading:before {
  content: '';
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  background: none;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 8px solid #e6007e;
  border-right-color: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 6;
  -webkit-box-shadow: 0 0 25px 25px #ffffff;
  -moz-box-shadow: 0 0 25px 25px #ffffff;
  box-shadow: 0 0 25px 25px #ffffff;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
.blockShadow {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.blockShadow.bubbleMid {
  margin-top: 64px;
}
.pinkBubble {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
  width: 139px;
  height: 157px;
  background: url(../images/sprites.png) 0 0 no-repeat;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 1.1;
}
.pinkBubble .txt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bubbleMid > .pinkBubble {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -70px;
  z-index: 10;
}
.formatSlides {
  *zoom: 1;
}
.formatSlides:before,
.formatSlides:after {
  display: table;
  line-height: 0;
  content: "";
}
.formatSlides:after {
  clear: both;
}
.formatSlides:before,
.formatSlides:after {
  display: table;
  line-height: 0;
  content: "";
}
.formatSlides:after {
  clear: both;
}
.formatSlides .topBar {
  height: 67px;
  position: relative;
  z-index: 2;
}
.formatSlides .topBar .pinkBubble {
  top: -23px;
}
.formatSlides .orientation {
  *zoom: 1;
  padding: 10px 0 0 45px;
}
.formatSlides .orientation:before,
.formatSlides .orientation:after {
  display: table;
  line-height: 0;
  content: "";
}
.formatSlides .orientation:after {
  clear: both;
}
.formatSlides .orientation:before,
.formatSlides .orientation:after {
  display: table;
  line-height: 0;
  content: "";
}
.formatSlides .orientation:after {
  clear: both;
}
.formatSlides .orientation a {
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  color: inherit;
  margin-right: 60px;
}
.formatSlides .orientation a:before {
  display: block;
  font-size: 28px;
}
.formatSlides .orientation a.active,
.formatSlides .orientation a:hover {
  color: #e6007e;
}
.formatSlides .carousel {
  height: 254px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.formatSlides .cont1 {
  overflow: hidden;
  margin-bottom: -20px;
  position: relative;
}
.formatSlides .cont2 {
  margin: 0 -10px;
}
.formatSlides .nav {
  z-index: 3;
  position: absolute;
  top: 62px;
  display: block;
  width: 50px;
  height: 50px;
  background: #e6007e;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
}
.formatSlides .nav:before {
  line-height: 50px;
}
.formatSlides .nav.left {
  left: -25px;
  text-align: right;
}
.formatSlides .nav.left:before {
  margin-right: 7px;
}
.formatSlides .nav.right {
  right: -25px;
}
.formatSlides .nav.right:before {
  margin-left: 7px;
}
.formatSlides .item {
  display: inline-block;
  float: left;
  width: 235px;
  height: 254px;
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  position: relative;
  margin: 0 10px;
}
.formatSlides .item .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 0;
  line-height: 1.3;
  height: 67px;
}
.formatSlides .item img {
  display: block;
  width: 235px;
  height: 167px;
}
.formatSlides .item .price {
  font-size: 22px;
  color: #ec008c;
}
.formatSlides .item:hover,
.formatSlides .item.active {
  z-index: 2;
}
.formatSlides .item:hover .text,
.formatSlides .item.active .text {
  background: #e6007e;
  color: #fff;
}
.formatSlides .item:hover .price,
.formatSlides .item.active .price {
  color: inherit;
  font-weight: bold;
}
.formatSlides .item.active:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 117.5px 0;
  border-color: #e6007e transparent transparent transparent;
}
.formatSlides .pagination {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 1px;
}
.formatSlides .pagination a {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 2px;
  background: #d6d6d6;
}
.formatSlides .pagination a.selected,
.formatSlides .pagination a.active {
  background: #e6007e;
}
.formatSlides .pagination a span {
  display: none;
}
.formatSlides.arrowless .item:after {
  display: none;
}
.formatSlides.selected .item {
  /* img {
                .transition(opacity .2s);
            }*/
}
.formatSlides.selected .item:not(.active):not(:hover) img {
  opacity: .3;
}
.productList {
  *zoom: 1;
}
.productList:before,
.productList:after {
  display: table;
  line-height: 0;
  content: "";
}
.productList:after {
  clear: both;
}
.productList:before,
.productList:after {
  display: table;
  line-height: 0;
  content: "";
}
.productList:after {
  clear: both;
}
.productList .item {
  height: 254px;
  display: block;
  float: left;
  width: 23.5%;
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  position: relative;
  margin-right: 2%;
}
.productList .item:nth-child(4n) {
  margin-right: 0;
}
.productList .item .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.3;
}
.productList .item img {
  display: block;
  width: 235px;
  height: 167px;
}
.productList .item .price {
  font-size: 22px;
  color: #ec008c;
}
.productList .item:hover,
.productList .item.active {
  background: #e6007e;
}
.productList .item:hover .text,
.productList .item.active .text {
  color: #fff;
}
.productList .item:hover .price,
.productList .item.active .price {
  color: inherit;
  font-weight: bold;
}
.more:after {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'c';
  font-size: 10px;
  margin-left: 10px;
}
.forMenu.menuFixed {
  padding-top: 41px;
}
.forMenu.menuFixed .menuMain {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.menuMain {
  background: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1000;
}
.menuMain .wrapper {
  width: 100%;
}
.menuMain a {
  text-decoration: none;
  display: block;
  color: inherit;
}
.menuMain ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuMain .wrapper > ul {
  /* background-color: #fdd0e9; */
  background-color: #f2f2f2;
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.menuMain .wrapper > ul > li {
  position: relative;
  /*      &.open*/
  display: table-cell;  
}
.menuMain .wrapper > ul.nav > li {
  font-weight: bold;
}
.menuMain .wrapper > ul.nav > li li {
  font-weight: normal;
}
.menuMain .wrapper > ul > li.active > a,
.menuMain .wrapper > ul > li.open > a {
  color: #e6007e;
  font-weight: bold;
  /*
                    > span {
                        .translateY(-100%);

                    } 
                   */
}
.menuMain .wrapper > ul > li:hover {
  position: relative;
}
.menuMain .wrapper > ul > li:hover > a {
  color: #e6007e;
  /*
                    > span {
                        .translateY(-100%);

                    } 
                   */
}
.menuMain .wrapper > ul > li:hover > .submenu {
  visibility: visible;
}
.menuMain .wrapper > ul > li > a {
  padding: 0 10px;
  line-height: 41px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  /*   
                > span {
                    background: #fff;
                    position: relative;
                    display: inline-block;                    
                    .transition(transform .3s);
                    
                    &:before { 
                            background: #fff;
                            height: 41px;
                            line-height: 41px;
                            position: absolute;
                            top: 100%;
                            content: attr(data-hover);
                            color: #e6007e;                
                            font-weight: 700;
                            white-space: nowrap;
                       
                    }
                }*/
}
.menuMain .wrapper > ul > li.dropdown > a:after {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'a';
  margin-left: 5px;
  font-size: 10px;
  color: #e6007e;
}
.menuMain .wrapper > ul > li:last-child .submenu {
  left: auto;
  right: 0;
}
.menuMain .wrapper > ul > li.account {
  background: #e2e2e2;
}
.menuMain .wrapper > ul > li.account > a {
  color: #e6007e;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.menuMain .wrapper > ul > li.account > a:before {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: 'q';
  font-size: 22px;
  line-height: inherit;
  left: 15px;
  top: 0;
}
.menuMain .wrapper > ul > li.account2 {
  width: 270px;
  /* background: #ffeaf5; */
  background: #e6007e;
}
.menuMain .wrapper > ul > li.account2 > .link {
  display: block;
  height: 100%;
  /* color: #e6007e; */
  color: white; 
  position: relative;
  padding-left: 66px;
  text-align: left;
  line-height: 41px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menuMain .wrapper > ul > li.account2 > .link:before {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: 'q';
  font-size: 22px;
  line-height: inherit;
  left: 25px;
  top: 0;
}
.menuMain .wrapper > ul > li.account2 > .link a {
  font-weight: bold;
  display: inline;
}
.menuMain .wrapper > ul > li.account2 > .link a:hover {
  color: #a3015a;
  text-decoration: underline;
}
.menuMain .wrapper > ul > li.account2 > .link .sep {
  margin: 0 20px;
  color: #f37abc;
}
.menuMain .wrapper > ul > li.account2.dropdown > .link {
  padding-right: 60px;
}
.menuMain .wrapper > ul > li.account2.dropdown > .link:after {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'a';
  margin-left: 18px;
  font-size: 10px;
  color: #e6007e;
  position: absolute;
  right: 20px;
  background: #e6007e;
  color: #fff;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 21px;
}
.menuMain .wrapper > ul > li.account2 .submenu {
  padding-left: 25px;
}
.menuMain .wrapper > ul > li.account2 .submenu a:before {
  position: relative;
  top: 5px;
  margin-right: 20px;
  font-size: 22px;
}
.menuMain .submenu {
  min-width: 100%;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 0 40px 15px /*45/1000*100%*/;
  font-size: 16px;
  border-bottom: 4px solid #ec008c;
  *zoom: 1;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.menuMain .submenu:before,
.menuMain .submenu:after {
  display: table;
  line-height: 0;
  content: "";
}
.menuMain .submenu:after {
  clear: both;
}
.menuMain .submenu:before,
.menuMain .submenu:after {
  display: table;
  line-height: 0;
  content: "";
}
.menuMain .submenu:after {
  clear: both;
}
.menuMain .submenu ul {
  margin: 15px 40px 0 0;
  text-align: left;
  display: inline-block;
}
.menuMain .submenu ul:last-child {
  margin-right: 0;
}
.menuMain .submenu a {
  white-space: nowrap;
  padding: 3px 0;
}
.menuMain .submenu li.active > a,
.menuMain .submenu a:hover {
  color: #e6007e;
}
.menuMain .socials {
  position: fixed;
  top: 200px;
  right: 0;
  border-left: 3px solid #e6007e;
}
.menuMain .socials a {
  font-size: 22px;
  margin: 0;
  display: block;
  padding: 10px 10px 8px;
  color: #e6007e;
  border-bottom: 1px solid #ccc;
}
.menuMain .socials a:hover {
  background: #fff;
}
.menuMain .socials a:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1090px) {
  .menuMain .socials {
    background: rgba(255, 255, 255, 0.7);
  }
}
.menuMain .cartFlap {
  display: block;
  width: 170px;
  padding: 45px 0 0 100px;
  height: 32px;
  position: absolute;
  top: -77px;
  right: 0;
  background: url(../images/cartFlap.png) 1px 0 no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
}
.menuMain .cartFlap .sep {
  margin: 0 10px;
  opacity: .48;
}
.menuMain .cartFlap[href]:hover {
  background-position: 1px -77px;
}
.textCont {
  padding: 0 5% 5px;
}
.textCont.textPage a,
.textCont.kontakty a {
  text-decoration: underline;
}
.tutorialList {
  *zoom: 1;
}
.tutorialList:before,
.tutorialList:after {
  display: table;
  line-height: 0;
  content: "";
}
.tutorialList:after {
  clear: both;
}
.tutorialList:before,
.tutorialList:after {
  display: table;
  line-height: 0;
  content: "";
}
.tutorialList:after {
  clear: both;
}
.tutorialList .item {
  /*width: 49%;*/
  /*margin-right: 1%;*/
  display: block;
  float: left;
  width: 24%;
  margin-bottom: 10px;
}
.tutorialList .item {
  margin-right: 1%;
}
.tutorialList .item:nth-child(4n) {
  margin-right: 0;
}
.tutorialList .item .thumbnail {
  display: block;
  position: relative;
  /*background: center center no-repeat;
            background-size: cover;      */
  /* padding-top: 56.25%;*/
  padding-top: 0;
  min-height: 180px
  background: #ccc;
  /*   
            img {
                display: block;
            }

            &:hover .ico{
                opacity: .9;
            }
        }

        .ico {
            font-size: 18px;
            opacity: .6;
            margin: -42px 0 0 -42px;
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            text-decoration: none;
            text-align: center;
            .transition(opacity .3s);

            &:before {
                display: block; 
                font-size: 84px;
            }
           */
}
.tutorialList .item .thumbnail img,
.tutorialList .item .thumbnail2 img {
  display: block;
}
.tutorialList .item .thumbnail span.length,
.tutorialList .item .thumbnail2 span.length {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(75, 75, 75, 0.8);
  color: white;
  padding: 1px 10px;
}
        
.tutorialList .item .thumbnail2 {
  display: block;
  width: 45%;
  position: relative;
  background: #ccc;
  min-height: 77px;
  float: left;
}
.tutorialList .item .rightBar {
  display: block;
  float: left;
  min-height: 77px;
  width: 45%;
  padding-left: 10px;
  font-weight: bold;
}
.tutorialList .item .thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tutorialList .item .bottomBar {
  /*padding: 10px 4.08163265% 10px 10.20408163%;*/
  padding: 5px 0px 5px 0px!important;
  font-size: 18px;
  font-weight: bold;
  color: #ec008c;
  /*&:after {
                .icoFont;
                content: 'c';
                margin-left: 10px;
                font-size: 10px;
            }*/
}
.tutorialList > .bottomBar {
  clear: left;
  padding: 12px 24px;
}
.tutorialList > .bottomBar a {
  font-size: 16px;
}
a {
  color: #ec008c;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.blockHalved {
  *zoom: 1;
}
.blockHalved:before,
.blockHalved:after {
  display: table;
  line-height: 0;
  content: "";
}
.blockHalved:after {
  clear: both;
}
.blockHalved:before,
.blockHalved:after {
  display: table;
  line-height: 0;
  content: "";
}
.blockHalved:after {
  clear: both;
}
.blockHalved .half.fl {
  width: 49%;
}
.blockHalved .half.fr {
  width: 51%;
}
.blockHalved .half .more {
  float: right;
  font-size: 18px;
}
.blockHalved .image .other {
  padding: 0 30px 0 32px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}
.blockHalved .image .carousel {
  height: 75px;
  overflow: hidden;
}
.blockHalved .image .carousel a {
  display: block;
  float: left;
  width: 105px;
  margin-right: 2px;
}
.blockHalved .image .nav {
  position: absolute;
  background: #eee;
  width: 30px;
  height: 100%;
  top: 0;
  text-align: center;
}
.blockHalved .image .nav:before {
  line-height: 75px;
}
.blockHalved .image .nav.left {
  left: 0;
}
.blockHalved .image .nav.right {
  right: 0;
}
.blockHalved .image img {
  display: block;
}
.blockHalved .video {
  /*
        .ico {
            font-size: 18px;
            opacity: .6;
            margin: -42px 0 0 -42px;
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            text-decoration: none;
            text-align: center;
            .transition(opacity .3s);
            
            &:before {
                display: block; 
                font-size: 84px;
            }
        }*/
}
.blockHalved .video .thumbnail {
  display: block;
  padding-top: 56.25%;
  background: #ccc;
  /* background: center center no-repeat;
            background-size: cover;*/
  position: relative;
  /*         
            &:hover .ico{
                opacity: .9;
            }*/
}
.blockHalved .video .thumbnail iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blockHalved .format {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5% 30px;
}
.blockHalved .format .head {
  font-size: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;
}
.blockHalved .format .head .button {
  float: right;
  margin-left: 10px;
}
.blockHalved .format .head h1,
.blockHalved .format .head h2.up {
  font-size: 23px;
  /*color: inherit;*/
  margin: 0;
  /*font-weight: normal;*/
  text-transform: none;
  color: #ec008c;
  font-weight: bold;
}
.blockHalved .format .price {
  line-height: 1.3;
  color: #ec008c;
  font-size: 28px;
  font-weight: bold;
}
.blockHalved .format .price span {
  text-decoration: line-through;
  color: #9c9c9c;
}
.blockHalved .format p,
.blockHalved .format ul {
  margin: 18px 0;
}
.blockHalved .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 5% 50px 6.4%;
}
.blockHalved .text > :first-child {
  margin-top: 0;
}
.blockHalved .text > :last-child {
  margin-bottom: 0;
}
.blockHalved .bottomBar {
  padding: 12px 24px;
}
.blockHalved .bottomBar a {
  font-size: 16px;
}
.blockHalved.teaser .text,
.slider .blockHalved .text {
  padding-bottom: 20px;
}
.button {
  display: inline-block;
  background: #fff;
  border: 2px solid #ec008c;
  color: #ec008c;
  line-height: 1em;
  padding: 1em 1.2em;
  font-weight: bold;
  z-index: 1;
  /*position: relative;
    .transition(all .3s);  

    &:after {
            content: '';
            position: absolute;
            z-index: -1;
            .transition(all .3s);
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            background: #ec008c;
    }    */
}
.button:hover,
.button:active {
  color: #fff;
  background: #ec008c;
  /* &:after {
              height: 100%;
          }*/
}
.button.big {
  font-size: 20px;
}
.button.slim {
  padding: .5em 1.2em;
}
.button.select {
  padding-right: 2em;
  position: relative;
}
.button.select:before {
  display: block;
  right: 1em;
  top: 50%;
  margin-top: -0.3em;
  position: absolute;
  font-size: .6em;
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'a';
}
.button.select .options {
  display: none;
  min-width: 100%;
  margin-top: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  font-weight: normal;
  font-size: .9em;
}
.button.select .options a {
  display: block;
  padding: .4em 1.2em;
  color: #464646;
  background: #eee;
  white-space: nowrap;
}
.button.select .options a:hover {
  background: #fff;
  color: #ec008c;
}
.button.select .options a.active {
  color: #ec008c;
}
.button.select:hover .options {
  display: block;
}
.slider {
  *zoom: 1;
}
.slider:before,
.slider:after {
  display: table;
  line-height: 0;
  content: "";
}
.slider:after {
  clear: both;
}
.slider:before,
.slider:after {
  display: table;
  line-height: 0;
  content: "";
}
.slider:after {
  clear: both;
}
.slider .carousel {
  *zoom: 1;
  overflow: hidden;
}
.slider .carousel:before,
.slider .carousel:after {
  display: table;
  line-height: 0;
  content: "";
}
.slider .carousel:after {
  clear: both;
}
.slider .carousel:before,
.slider .carousel:after {
  display: table;
  line-height: 0;
  content: "";
}
.slider .carousel:after {
  clear: both;
}
.slider .item {
  float: left;
}
.slider .item .more {
  position: absolute;
  right: 24px;
  bottom: 12px;
}
.slider .pagination {
  position: absolute;
  bottom: 25px;
  right: 40px;
  line-height: 1px;
}
.slider .pagination a {
  margin-left: 2px;
  display: inline-block;
  width: 38px;
  height: 8px;
  background: #d6d6d6;
}
.slider .pagination a.selected {
  background: #e6007e;
}
.slider .pagination a span {
  display: none;
}
.slider .bottomBar {
  clear: both;
  padding: 8px 24px 12px;
  font-size: 18px;
  color: #ec008c;
}
.slider .bottomBar a {
  float: none;
}
.bodyCont {
  position: relative;
  padding: 0 30px 120px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);  
}
.footer {
  position: absolute;
  width: 100%;
  min-width: 1060px;
  left: 0;
  bottom: 0;
  border-top: 3px solid #c0c0c0;
  background: #505050;
  font-size: 16px;
  color: #fff;
}
.footer .menu ul,
.footer .menuTop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .menu a,
.footer .menuTop a {
  color: inherit;
  display: block;
}
.footer .menu a:hover,
.footer .menuTop a:hover,
.footer .menu a.active,
.footer .menuTop a.active {
  color: #e6007e;
}
.footer .wrapper {
  width: 1060px;  
  background: #505050;
  padding: 25px 50px 50px 45px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.footer .wrapper:before,
.footer .wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.footer .wrapper:after {
  clear: both;
}
.footer .wrapper:before,
.footer .wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.footer .wrapper:after {
  clear: both;
}
.footer .menuTop {
  float: left;
}
.footer .right {
  float: right;
  text-align: right;
}
.footer .logos .row {
  margin-top: 10px;
}
.footer .logos .row.sec {
  margin-right: -10px;
}
.footer .logos .logo {
  margin-left: 20px;
}
.footer .logos .platSys {
  color: inherit;
  text-decoration: none;
  position: relative;
  top: -7px;
}
.footer .logos .platSys img {
  margin-left: 5px;
}
.footer .copyright {
  position: absolute;
  bottom: 15px;
  left: 5%;
}
.footer .menu {
  padding: 35px 5%;
}
.footer .menu > ul {
  display: table;
  table-layout: fixed;
}
.footer .menu > ul > li {
  width: 1%;
  display: table-cell;
  padding-right: 15px;
}
.footer .menu > ul > li:last-child {
  padding-right: none;
}
.footer .menu > ul > li > a {
  color: #e6007e;
  margin-bottom: 15px;
}
.rollTrigger {
  display: block;
  color: #fff;
  background: #505050;
  padding: 12px 20px;
  text-align: center;
  font-size: 18px;
}
.rollTrigger:after {
  font-family: "untitled-font-15" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'a';
  font-size: 10px;
  margin-left: 15px;
}
.boxes {
  *zoom: 1;
  margin: 20px 0 -20px;
}
.boxes:before,
.boxes:after {
  display: table;
  line-height: 0;
  content: "";
}
.boxes:after {
  clear: both;
}
.boxes:before,
.boxes:after {
  display: table;
  line-height: 0;
  content: "";
}
.boxes:after {
  clear: both;
}
.boxes .item {
  float: left;
  background: #fff;
  display: box;
  color: inherit;
  width: 23.5%;
  font-size: 16px;
  margin: 0 1.5% 20px 0;
}
.boxes .item img {
  width: 100%;
  display: block;
}
.boxes .item:nth-child(4n+1),
.boxes .item:nth-child(4n+2),
.boxes .item:nth-child(4n+3) {
  margin-right: 2%;
}
.boxes .item:nth-child(4n) {
  margin-right: 0;
}
.boxes .item .text {
  padding: 12px 16px 12px 24px;
  background: #f2f2f2;
  font-weight: bold;
}
.boxes .item .title {
  font-size: 22px;
  color: #ec008c;
  /*  &:after {
                position: relative;
                top: 10px;
                content: 'c';
                color: #b8b9bd;
                float: right;
                margin-left: 10px;
                font-size: 10px;
                .icoFont;
            }*/
}
.boxes .item:hover,
.boxes .item.active {
  z-index: 2;
}
.boxes .item:hover .text,
.boxes .item.active .text {
  background: #e6007e;
  color: #fff;
}
.boxes .item:hover .title,
.boxes .item.active .title {
  color: #fff;
}
.boxes .item.active .text {
  position: relative;
}
.boxes .item.active .text:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 117.5px 0;
  border-color: #e6007e transparent transparent transparent;
}
.boxes.selected .item {
  /*img {
                .transition(opacity .2s);
            }*/
}
.boxes.selected > .item:not(.active):not(:hover) img {
  opacity: .3;
}
.vypis {
  padding-top: 1px;
}
.vypis .lazyMore {
  text-align: center;
  padding: 20px 20px 36px;
}
.vypis h1 {
  font-size: 20px;
  color: #e6007e;
  padding: 0 5%;
}
.breadcrumbs {
  padding: 15px 5% 10px;
}
.breadcrumbs a {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs a:last-child {
  color: inherit;
}
.productDetail {
  margin-bottom: 40px;
}
.productDetail .head {
  margin-bottom: 0 !important;
}
.productDetail .select {
  min-width: 150px;
}
.productDetail .image .main {
  position: relative;
}
.productDetail .image .controls {
  position: absolute;
  right: 0px;
  bottom: 10px;
  text-align: right;
}
.productDetail .image .button {
  cursor: pointer;
  margin-top: 10px;
}
.productDetail .image .other {
  padding: 0 30px 0 32px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}
.productDetail .image .carousel {
  height: 75px;
  overflow: hidden;
}
.productDetail .image .carousel a {
  display: block;
  float: left;
  width: 105px;
  margin-right: 2px;
}
.productDetail .image .nav {
  position: absolute;
  background: #eee;
  width: 30px;
  height: 100%;
  top: 0;
  text-align: center;
  cursor: pointer;
}
.productDetail .image .nav:before {
  line-height: 75px;
}
.productDetail .image .nav.left {
  left: 0;
}
.productDetail .image .nav.right {
  right: 0;
}
.productDetail .image .nav.disabled {
  color: #fff;
  cursor: default;
}
.productDetail .body {
  /*margin-top: 25px;*/
}
.productDetail .body td,
.productDetail .body th {
  padding: 2px 20px 2px 2px;
  vertical-align: top;
}
.productDetail .body td:last-child,
.productDetail .body th:last-child {
  padding-right: none;
}
.productDetail .fb {
  padding: 25px 5%;
}
.productDetail .share {
  color: #e6007e;
  text-align: right;
  font-size: 14px;
}
.productDetail .share a {
  position: relative;
  top: 6px;
  font-size: 24px;
  display: inline-block;
  height: 24px;
  color: inherit;
  margin-left: 4px;
}
.productDetail .share a:hover {
  color: #e6007e;
}
.productDetail .variants {
  width: 100%;
  font-size: 18px;
}
.productDetail .variants td {
  padding: 14px 14px 14px 0;
  border-bottom: 1px solid #d6d6d6;
}
.productDetail .variants td:last-child {
  padding-right: 0;
  text-align: right;
}
.productDetail .variants .image {
  width: 58px;
}
.productDetail .variants .title {
  line-height: 120%;
}
.productDetail .variants .price {
  font-size: 19px;
  white-space: nowrap;
}
.productDetail .variants .button {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  padding: .7em 1.2em;
}
.filters {
  margin-top: 10px;
}
.filters form {
  background: #f1f1f1;
  padding: 35px 50px 15px 255px;
}
.filters .checkboxes {
  position: relative;
  *zoom: 1;
  min-height: 125px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.filters .checkboxes:before,
.filters .checkboxes:after {
  display: table;
  line-height: 0;
  content: "";
}
.filters .checkboxes:after {
  clear: both;
}
.filters .checkboxes:before,
.filters .checkboxes:after {
  display: table;
  line-height: 0;
  content: "";
}
.filters .checkboxes:after {
  clear: both;
}
.filters .checkboxes label {
  display: block;
  float: left;
  width: 25%;
  margin-bottom: 5px;
}
.filters .checkboxes input[type=checkbox] {
  margin-right: 12px;
}
.filters .checkboxes .pinkBubble {
  position: absolute;
  left: -192px;
  top: 0;
}
.filters .checkboxes .column {
  width: 25%;
  float: left;
}
.filters .checkboxes .column label {
  float: none;
  width: 100%;
}
.filters .controls {
  text-align: center;
  position: relative;
}
.filters .controls .button {
  font-size: 20px;
  padding: 12px 1.2em;
}
.filters .controls .cancel {
  color: #464646;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -11px;
}
.switchPads .flaps {
  padding: 0 20px;
}
.switchPads .flaps button {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 42px;
  padding: 0 15px;
  min-width: 80px;
  border: 2px solid #f1f1f1;
  border-bottom: none;
  color: #858585;
  background: none;
  margin-right: 4px;
}
.switchPads .flaps button:hover {
  color: #e6007e;
  border-color: #e6007e;
}
.switchPads .flaps button.active {
  color: #e6007e;
  background: #f1f1f1;
  border-color: #f1f1f1;
  cursor: default;
  font-weight: bold;
}
.switchPads .pad {
  display: none;
}
.switchPads .pad.active {
  display: block;
}
.kontakty {
  padding-bottom: 30px;
}
.kontakty .socials {
  float: right;
}
.kontakty .socials a {
  color: #ec008c;
}
.kontakty .socials a:hover {
  color: #464646;
}
.kontakty .mapaCont {
  *zoom: 1;
  height: 542px;
  margin-bottom: 30px;
}
.kontakty .mapaCont:before,
.kontakty .mapaCont:after {
  display: table;
  line-height: 0;
  content: "";
}
.kontakty .mapaCont:after {
  clear: both;
}
.kontakty .mapaCont:before,
.kontakty .mapaCont:after {
  display: table;
  line-height: 0;
  content: "";
}
.kontakty .mapaCont:after {
  clear: both;
}
.kontakty .mapaCont .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px 30px 30px;
  float: left;
  background: #f1f1f1;
  position: relative;
  height: auto;
  width: 31.88888889%;
}
.kontakty .mapaCont .text > :first-child {
  margin-top: 0;
}
.kontakty .mapaCont .text > :last-child {
  margin-bottom: 0;
}
.kontakty .mapaCont .text h2 {
  font-size: 18px;
}
.kontakty .mapaCont .text:after {
  content: '';
  position: absolute;
  right: -31px;
  top: 0;
  width: 30px;
  height: 50%;
  border-left: 1px solid #f1f1f1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(to left bottom, transparent 49%, #f1f1f1 51%);
  background-image: -moz-linear-gradient(to left bottom, transparent 49%, #f1f1f1 51%);
  background-image: -o-linear-gradient(to left bottom, transparent 49%, #f1f1f1 51%);
  background-image: linear-gradient(to left to top, transparent 49%, #f1f1f1 51%);
}
.kontakty .mapaCont .text:before {
  content: '';
  position: absolute;
  right: -31px;
  bottom: 0;
  width: 30px;
  height: 50%;
  border-left: 1px solid #f1f1f1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(to right bottom, #f1f1f1 49%, transparent 51%);
  background-image: -moz-linear-gradient(to right bottom, #f1f1f1 49%, transparent 51%);
  background-image: -o-linear-gradient(to right bottom, #f1f1f1 49%, transparent 51%);
  background-image: linear-gradient(to right to top, #f1f1f1 49%, transparent 51%);
}
.kontakty .mapaCont .map {
  float: right;
  height: 100%;
  width: 68%;
  background: #c5c5c5;
}
.invisible {
  position: absolute;
  top: -5000px;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.cbutton {
  position: relative;
  overflow: visible;
  /*
	-webkit-transition: color 0.7s;
	transition: color 0.7s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
.cbutton:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  content: '';
  opacity: 0;
  pointer-events: none;
}
/* Effect Boris */
.cbutton--effect-boris:after {
  background: rgba(255, 255, 255, 0.2);
}
.cbutton--effect-boris.cbutton--effect-boris.cbutton--click::after {
  -webkit-animation: anim-effect-boris 0.3s forwards;
  -moz-animation: anim-effect-boris 0.3s forwards;
  -o-animation: anim-effect-boris 0.3s forwards;
  animation: anim-effect-boris 0.3s forwards;
}
@-webkit-keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
.textPage {
  padding-bottom: 30px;
}
.textPage h2 {
  font-size: 20px;
}
.textPage table {
  width: 100%;
}
.textPage td,
.textPage th {
  text-align: left;
}
.textPage th {
  text-align: center;
  background: #e6007e;
  color: #fff;
  font-size: 15px;
  line-height: 120%;
  padding: 8px 12px;
  /*&:first-child {        
            text-align: left;
        }*/
}
.textPage td {
  padding: 6px 12px;
  background: #f1f1f1;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  font-size: 14px;
}
.textPage td:first-child {
  border-left: none;
}
.textPage tr:first-child td {
  border-top: none;
}
.mfp-close-new {
  width: 110px;
  padding: 0 20px;
  font-size: 18px;
}
.previewPhotobook {
  -webkit-transition: margin-left 0.2s;
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
.mfp-content .previewPhotobook {
  margin: 0 auto;
}
.previewPhotobook .page {
  position: relative;
  background-color: white;
}
.previewPhotobook .page img {
  display: block;
}
.previewPhotobook .page-wrapper {
  cursor: pointer;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  -o-perspective: 2000px;
  perspective: 2000px;
}
.previewPhotobook .odd:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
}
.previewPhotobook .even:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.4) 100%);
}
.previewPhotobook .hard {
  background: #eee !important;
}
.previewPhotobook .hard:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: none;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.mfp-inline-holder .mfp-content {
  text-align: center;
}
.promoLine {
  display: block;
  font-size: 24px;
  color: #ec008c;
  text-decoration: none;
  background: #fff;
  padding: 0.3em 0;
  font-weight: bold;
  z-index: 10;
  position: relative;
}
.promoLine.marquee {
  overflow: hidden;
}
.flash {
  padding: 15px;
  font-family: Arial, sans-serif;
}
.flash.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.flash.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.flash.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.flash.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.eu-cookies {
  font-family: arial;
  color: white;
  background-color: black;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.eu-cookies button {
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 5px 20px;
  background: green;
  color: white;
  margin-left: 20px;
}
.box-person {
  float: left;
  width: 25%;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 240px;
}
.box-person address {
  font-style: normal;
}
.box-person h3,
.box-person address,
.box-person p {
  margin: 0 0 5px;
}
.box-person h3 {
  color: #e6007e;
}
.box-person .tags {
  color: #737272;
  padding-left: 20px;
  background: url(../images/tag.png) left top no-repeat;
  font-size: 12px;
  line-height: 14px;
}
.wrap-persons,
.filtr,
.checkboxs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.wrap-persons {
  padding: 20px 0px;
}
.filtr {
  background-color: #f1f1f1;
  padding: 15px 5%;
}
.filtr .image,
.filtr .inputs {
  float: left;
}
.filtr .image {
  width: 20%;
  padding-top: 25px;
}
.filtr .inputs {
  width: 80%;
}
.filtr .inputs .bottom {
  border-top: 1px solid #c8c8c8;
  padding-top: 20px;
  margin-top: 20px;
}
.filtr .inputs .bottom label {
  padding-right: 10px;
}
.filtr .inputs p {
  margin-bottom: 0;
}
.filtr select {
  width: 235px;
  height: 37px;
  border: 1px solid #c8c8c8;
  padding: 0 15px;
}
.filtr .checkboxs label {
  float: left;
  width: 18%;
  margin-right: 7%;
  margin-top: 10px;
  cursor: pointer;
}
.filtr .checkboxs label input {
  margin-right: 15px;
}
.filtr .buttons {
  float: right;
}
.filtr .buttons a,
.filtr .buttons input {
  float: left;
  margin-left: 30px;
}
.filtr .buttons a {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  color: #464646;
  background: url(../images/cancel.png) left center no-repeat;
  text-decoration: underline;
}
.filtr input[type="submit"] {
  border: 2px solid #e61883;
  color: #e61883;
  height: 35px;
  padding: 0 20px;
  background-color: #fff;
  font-weight: bold;
}
#admin-panel {
  overflow: hidden;
}
.header-contact {
  /*float: right;*/
  /*text-align: right;*/
  /*margin-right: 15px;*/
  float: left;
  text-align: left;
  margin-left: 55px;
}
.header-contact a {
  text-decoration: underline;
}
/*# sourceMappingURL=screen.css.map */

/* newsletter form */
.newsletter {
    margin-bottom: 15px;
}
.newsletter h4 {
    display: inline-block;
    margin-right: 10px;
}
.newsletter .flash {
    margin: 0;
    padding: 5px 14px;
    display: inline-block;
}
.newsletter input[type='text'] {
    width: 300px;
    color: black;
    padding: 2px 10px;
    height: 25px;
}
.newsletter input[type='submit'] {
    background: #e6007e;
    border: none;
    padding: 6px 28px;
    font-weight: bold;
    outline: none;
} 
.newsletter input[type='submit']:hover {
    background: #c2026b;
} 
            .tutorials {
                margin-top: 20px;
            }
            .tutorials strong{
                display: block;
                font-size: 19px;
                margin-bottom: 6px;
            }
            .tutorials h1 {
                text-transform: none;
            }
            .tutorials .others {
                font-size: 0;
            }
            .tutorials .others strong {
                display: block;
                margin-top: 20px;
                margin-bottom: 20px;
                color: #ec008c;
            }
            .tutorials .others .other {
                display: inline-block;
                width: 50%;
                cursor: pointer;
            }
            .tutorials .others .other-inner {
                margin: 5px 2px 13px 0;
                border: solid 1px transparent;
            }
            .tutorials .others .other-inner:hover {
                border-color: #ec008c;
                background-color: #ffeaf6;
                color: #ec008c;
            }
            .tutorials .others .other .other-inner img {
                width: 95px;
                float: left;
            }
            .tutorials .others .other .other-inner .desc{
                color: black;
                font-weight: bold;
                display: inline-block;
                padding: 4px 8px;
                width: 128px;
                font-size: 14px;
                height: 63px;
                max-height: 63px;
                overflow: hidden;
            }
            
.newsBlock {
    padding: 0 5% 5px;
}
.newsBlock article {
    border-bottom: 1px solid #ffd4ee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.newsBlock article img {
    float: left;
    margin: 0 15px 5px 0;
    width: 250px;
}
.newsBlock article h2 {
    margin: 0 10px 0;
    font-size: 25px;
}
.newsBlock article .news-button {
    text-align: right;
    margin-top: 15px;
}
.newsBlock article a.news-more {
    display: inline-block;
    background: #e6007e;
    color: white;
    padding: 6px 30px;
    font-weight: bold;
    cursor: pointer;
}
.newsBlock article a.news-more:hover {
    background: #c2026b;
}  
.newsBlock .pagination {
    margin: 10px 0;
}
.newsBlock .pagination .page-number {
    display: inline-block;
    background: #e6007e;
    color: white;
    padding: 3px 12px;
    font-weight: bold;
    cursor: pointer;
}
.newsBlock .pagination .page-number:hover {
    background: #c2026b;
}
.newsBlock .pagination .page-number.first {
    margin-right: 20px;
}
.newsBlock .pagination .page-number.last {
    margin-left: 20px;
}
.newsBlock .pagination .page-number.current {
    background: #c2026b;
    cursor: default;
}

.news-detail {
    //padding-bottom: 400px;
}
.news-detail h1 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.news-detail .news-detail-galleryimg {
    float: left;
    width: 300px;
}

.clearfix-gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix-gallery             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix-gallery { zoom: 1; } /* IE7 */